-
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.
build(deps): upgrade dependencies vec-486, fix cve-2024-45337 (#18)
- Loading branch information
1 parent
0be025a
commit 5ae9669
Showing
2 changed files
with
41 additions
and
12 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,28 +1,30 @@ | ||
module github.com/aerospike/avs-client-go | ||
|
||
go 1.21 | ||
go 1.22 | ||
|
||
toolchain go1.22.1 | ||
|
||
require ( | ||
github.com/aerospike/tools-common-go v0.0.0-20240701164814-36eec593d9c6 | ||
github.com/aerospike/tools-common-go v0.0.0-20241008160846-fe05e01c0f83 | ||
github.com/golang/mock v1.6.0 | ||
github.com/stretchr/testify v1.9.0 | ||
github.com/stretchr/testify v1.10.0 | ||
go.uber.org/goleak v1.3.0 | ||
go.uber.org/mock v0.4.0 | ||
go.uber.org/mock v0.5.0 | ||
golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f | ||
golang.org/x/net v0.27.0 | ||
google.golang.org/grpc v1.65.0 | ||
google.golang.org/protobuf v1.34.2 | ||
golang.org/x/net v0.33.0 | ||
google.golang.org/grpc v1.69.2 | ||
google.golang.org/protobuf v1.36.1 | ||
) | ||
|
||
require ( | ||
github.com/aerospike/aerospike-client-go/v7 v7.2.1 // indirect | ||
github.com/aerospike/aerospike-client-go/v7 v7.8.0 // indirect | ||
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect | ||
github.com/kr/text v0.2.0 // indirect | ||
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect | ||
github.com/yuin/gopher-lua v1.1.1 // indirect | ||
golang.org/x/sync v0.7.0 // indirect | ||
golang.org/x/sys v0.22.0 // indirect | ||
golang.org/x/text v0.16.0 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240711142825-46eb208f015d // indirect | ||
golang.org/x/sync v0.10.0 // indirect | ||
golang.org/x/sys v0.28.0 // indirect | ||
golang.org/x/text v0.21.0 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20241230172942-26aa7a208def // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
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