File tree Expand file tree Collapse file tree 2 files changed +18
-213
lines changed Expand file tree Collapse file tree 2 files changed +18
-213
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/gilbsgilbs/glloq
2
2
3
- go 1.15
3
+ go 1.21.0
4
+
5
+ toolchain go1.24.1
4
6
5
7
require (
6
8
github.com/cockroachdb/cockroach-go/v2 v2.3.8
7
- github.com/go-sql-driver/mysql v1.7 .1
9
+ github.com/go-sql-driver/mysql v1.9 .1
8
10
github.com/lib/pq v1.10.9
9
11
github.com/stretchr/testify v1.10.0
10
12
github.com/theckman/go-flock v0.8.1
11
13
github.com/xo/dburl v0.23.1
12
14
)
15
+
16
+ require (
17
+ filippo.io/edwards25519 v1.1.0 // indirect
18
+ github.com/davecgh/go-spew v1.1.1 // indirect
19
+ github.com/kr/pretty v0.3.0 // indirect
20
+ github.com/pmezard/go-difflib v1.0.0 // indirect
21
+ golang.org/x/sys v0.19.0 // indirect
22
+ gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
23
+ gopkg.in/yaml.v3 v3.0.1 // indirect
24
+ )
You can’t perform that action at this time.
0 commit comments