-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update module github.com/xo/dburl to v0.23.2
- Loading branch information
1 parent
1a1ed9c
commit 184b77b
Showing
2 changed files
with
15 additions
and
213 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,23 @@ | ||
module github.com/gilbsgilbs/glloq | ||
|
||
go 1.15 | ||
go 1.22 | ||
|
||
toolchain go1.23.1 | ||
|
||
require ( | ||
github.com/cockroachdb/cockroach-go/v2 v2.3.8 | ||
github.com/go-sql-driver/mysql v1.7.1 | ||
github.com/lib/pq v1.10.9 | ||
github.com/stretchr/testify v1.9.0 | ||
github.com/theckman/go-flock v0.8.1 | ||
github.com/xo/dburl v0.23.1 | ||
github.com/xo/dburl v0.23.2 | ||
) | ||
|
||
require ( | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/kr/pretty v0.3.0 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
golang.org/x/sys v0.19.0 // indirect | ||
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
Oops, something went wrong.