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 684cc2b commit 132b44dCopy full SHA for 132b44d
go.mod
@@ -1,12 +1,21 @@
1
module github.com/gilbsgilbs/glloq
2
3
-go 1.15
+go 1.22
4
5
require (
6
github.com/cockroachdb/cockroach-go/v2 v2.3.8
7
github.com/go-sql-driver/mysql v1.7.1
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
+ github.com/xo/dburl v0.23.8
12
+)
13
+
14
+require (
15
+ github.com/davecgh/go-spew v1.1.1 // indirect
16
+ github.com/kr/pretty v0.3.0 // indirect
17
+ github.com/pmezard/go-difflib v1.0.0 // indirect
18
+ golang.org/x/sys v0.19.0 // indirect
19
+ gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
20
+ gopkg.in/yaml.v3 v3.0.1 // indirect
21
)
0 commit comments