-
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/cockroachdb/cockroach-go/v2 to v2.4.0
- Loading branch information
1 parent
cefa176
commit 5ded149
Showing
2 changed files
with
27 additions
and
225 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,24 @@ | ||
module github.com/gilbsgilbs/glloq | ||
|
||
go 1.15 | ||
go 1.23 | ||
|
||
toolchain go1.23.6 | ||
|
||
require ( | ||
github.com/cockroachdb/cockroach-go/v2 v2.3.8 | ||
github.com/go-sql-driver/mysql v1.7.1 | ||
github.com/cockroachdb/cockroach-go/v2 v2.4.0 | ||
github.com/go-sql-driver/mysql v1.8.1 | ||
github.com/lib/pq v1.10.9 | ||
github.com/stretchr/testify v1.10.0 | ||
github.com/theckman/go-flock v0.8.1 | ||
github.com/xo/dburl v0.23.1 | ||
) | ||
|
||
require ( | ||
filippo.io/edwards25519 v1.1.0 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/kr/pretty v0.3.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
golang.org/x/sys v0.28.0 // indirect | ||
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
Oops, something went wrong.