File tree Expand file tree Collapse file tree 6 files changed +10
-2
lines changed
Expand file tree Collapse file tree 6 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1- 100644 56ef1577038b01bc456601ea415f8f3045c37372 go.mod
1+ 100644 d1b928b16cf8fd5161be81b3d3e485089ad16f95 go.mod
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/mongodb/mongodb-atlas-kubernetes/v2
22
33go 1.22.0
44
5- toolchain go1.22.3
5+ toolchain go1.22.4
66
77require (
88 cloud.google.com/go/kms v1.17.1
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ module github.com/mongodb/mongodb-atlas-kubernetes/test/app
22
33go 1.22.1
44
5+ toolchain go1.22.4
6+
57require (
68 github.com/gorilla/mux v1.8.0
79 go.mongodb.org/mongo-driver v1.11.4
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ module tools/clean
22
33go 1.22.1
44
5+ toolchain go1.22.4
6+
57require (
68 cloud.google.com/go/compute v1.23.0
79 cloud.google.com/go/kms v1.15.2
Original file line number Diff line number Diff line change @@ -2,4 +2,6 @@ module tools/makejwt
22
33go 1.22.1
44
5+ toolchain go1.22.4
6+
57require github.com/golang-jwt/jwt v3.2.2+incompatible
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ module tools/metrics
22
33go 1.22.1
44
5+ toolchain go1.22.4
6+
57require (
68 github.com/google/go-github/v57 v57.0.0
79 github.com/stretchr/testify v1.8.4
You can’t perform that action at this time.
0 commit comments