Skip to content

Commit 132b44d

Browse files
Update module github.com/xo/dburl to v0.23.8
1 parent 684cc2b commit 132b44d

File tree

2 files changed

+13
-213
lines changed

2 files changed

+13
-213
lines changed

go.mod

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
11
module github.com/gilbsgilbs/glloq
22

3-
go 1.15
3+
go 1.22
44

55
require (
66
github.com/cockroachdb/cockroach-go/v2 v2.3.8
77
github.com/go-sql-driver/mysql v1.7.1
88
github.com/lib/pq v1.10.9
99
github.com/stretchr/testify v1.11.1
1010
github.com/theckman/go-flock v0.8.1
11-
github.com/xo/dburl v0.23.1
11+
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
1221
)

0 commit comments

Comments
 (0)