File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2024 codeforge11
3
+ Copyright (c) 2025 codeforge11
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1
1
module github.com/codeforge11/SQLMason
2
2
3
- go 1.24.0
3
+ go 1.24.1
4
4
5
5
require (
6
6
github.com/fatih/color v1.18.0
@@ -11,7 +11,7 @@ require (
11
11
require (
12
12
github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect
13
13
github.com/golang-sql/sqlexp v0.1.0 // indirect
14
- golang.org/x/crypto v0.35 .0 // indirect
14
+ golang.org/x/crypto v0.36 .0 // indirect
15
15
)
16
16
17
17
require (
Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACk
44
44
golang.org/x/crypto v0.0.0-20190418165655-df01cb2cc480 /go.mod h1:WFFai1msRO1wXaEeE5yQxYXgSfI8pQAWXbQop6sCtWE =
45
45
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 /go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto =
46
46
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d /go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4 =
47
- golang.org/x/crypto v0.35 .0 h1:b15kiHdrGCHrP6LvwaQ3c03kgNhhiMgvlhxHQhmg2Xs =
48
- golang.org/x/crypto v0.35 .0 /go.mod h1:dy7dXNW32cAb/6/PRuTNsix8T+vJAqvuIy5Bli/x0YQ =
47
+ golang.org/x/crypto v0.36 .0 h1:AnAEvhDddvBdpY+uR+MyHmuZzzNqXSe/GvuDeob5L34 =
48
+ golang.org/x/crypto v0.36 .0 /go.mod h1:Y4J0ReaxCR1IMaabaSMugxJES1EpwhBHhv2bDHklZvc =
49
49
golang.org/x/net v0.0.0-20190311183353-d8887717615a /go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg =
50
50
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3 /go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg =
51
51
golang.org/x/net v0.0.0-20190420063019-afa5a82059c6 /go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg =
You can’t perform that action at this time.
0 commit comments