Skip to content

Commit

Permalink
Merge 27c71db into 2fe55d4
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Apr 12, 2021
2 parents 2fe55d4 + 27c71db commit 7213cd3
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 36 deletions.
7 changes: 4 additions & 3 deletions go.mod
Expand Up @@ -3,13 +3,14 @@ module github.com/linki/chaoskube
go 1.15

require (
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/hashicorp/go-multierror v1.1.1
github.com/prometheus/client_golang v1.10.0
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.0
gopkg.in/alecthomas/kingpin.v2 v2.2.6
k8s.io/api v0.20.5
k8s.io/apimachinery v0.20.5
k8s.io/client-go v0.20.5
k8s.io/api v0.21.0
k8s.io/apimachinery v0.21.0
k8s.io/client-go v0.21.0
k8s.io/klog v1.0.0
)

0 comments on commit 7213cd3

Please sign in to comment.