Skip to content

Commit

Permalink
fix: go mod
Browse files Browse the repository at this point in the history
Signed-off-by: Vishal Choudhary <[email protected]>
  • Loading branch information
vishal-chdhry committed Jul 2, 2024
1 parent 8f01ccd commit 570cd5f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
module github.com/kyverno/reports-server

go 1.21.4

toolchain go1.21.5
go 1.22.2

require (
github.com/kyverno/kyverno v1.12.0-alpha.1
github.com/lib/pq v1.10.9
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.8.0
k8s.io/api v0.29.1
k8s.io/apimachinery v0.29.2
k8s.io/apiserver v0.29.1
k8s.io/client-go v0.29.1
Expand Down Expand Up @@ -98,7 +97,6 @@ require (
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/api v0.29.1 // indirect
k8s.io/kms v0.29.1 // indirect
k8s.io/utils v0.0.0-20240102154912-e7106e64919e // indirect
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.29.0 // indirect
Expand Down

0 comments on commit 570cd5f

Please sign in to comment.