Skip to content

Commit

Permalink
update go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
xlsa committed Sep 29, 2022
1 parent c64ad95 commit f7f5f90
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
module github.com/xlsa/kubeprober

go 1.18
go 1.14

require (
github.com/cenkalti/backoff v2.2.1+incompatible
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.0
k8s.io/api v0.17.4
k8s.io/apimachinery v0.17.4
k8s.io/client-go v0.17.4
k8s.io/klog v1.0.0
sigs.k8s.io/controller-runtime v0.12.3
)

0 comments on commit f7f5f90

Please sign in to comment.