We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4a6041 commit 890e6c4Copy full SHA for 890e6c4
go.mod
@@ -1,12 +1,22 @@
1
module github.com/gilbsgilbs/glloq
2
3
-go 1.15
+go 1.21.0
4
5
require (
6
github.com/cockroachdb/cockroach-go/v2 v2.3.8
7
- github.com/go-sql-driver/mysql v1.7.1
+ github.com/go-sql-driver/mysql v1.9.3
8
github.com/lib/pq v1.10.9
9
github.com/stretchr/testify v1.11.1
10
github.com/theckman/go-flock v0.8.1
11
github.com/xo/dburl v0.23.1
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.0 // indirect
18
+ github.com/pmezard/go-difflib v1.0.0 // indirect
19
+ golang.org/x/sys v0.19.0 // indirect
20
+ gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
21
+ gopkg.in/yaml.v3 v3.0.1 // indirect
22
+)
0 commit comments