Skip to content

Commit

Permalink
Update go-22 and fixing vul (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmayja authored Oct 17, 2024
1 parent cdc3330 commit 42b4f0b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/aerospike/aerospike-kubernetes-operator-ctl

go 1.21

toolchain go1.21.8
go 1.22

require (
github.com/onsi/ginkgo/v2 v2.16.0
Expand Down Expand Up @@ -63,3 +61,6 @@ require (
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
)

// Fixing vulnerability SNYK-GOLANG-GITHUBCOMSIRUPSENLOGRUS-5564391
replace github.com/sirupsen/logrus => github.com/sirupsen/logrus v1.9.1

0 comments on commit 42b4f0b

Please sign in to comment.