File tree Expand file tree Collapse file tree 2 files changed +25
-225
lines changed Expand file tree Collapse file tree 2 files changed +25
-225
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.23
4
4
5
5
require (
6
- github.com/cockroachdb/cockroach-go/v2 v2.3.8
7
- github.com/go-sql-driver/mysql v1.7 .1
6
+ github.com/cockroachdb/cockroach-go/v2 v2.4.2
7
+ github.com/go-sql-driver/mysql v1.8 .1
8
8
github.com/lib/pq v1.10.9
9
9
github.com/stretchr/testify v1.11.1
10
10
github.com/theckman/go-flock v0.8.1
11
11
github.com/xo/dburl v0.23.1
12
12
)
13
+
14
+ require (
15
+ filippo.io/edwards25519 v1.1.0 // indirect
16
+ github.com/davecgh/go-spew v1.1.1 // indirect
17
+ github.com/kr/pretty v0.3.1 // indirect
18
+ github.com/pmezard/go-difflib v1.0.0 // indirect
19
+ golang.org/x/sys v0.28.0 // indirect
20
+ gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
21
+ gopkg.in/yaml.v3 v3.0.1 // indirect
22
+ )
You can’t perform that action at this time.
0 commit comments