Skip to content

Commit

Permalink
Merge pull request #253 from linki/client-go-v0.19.1
Browse files Browse the repository at this point in the history
Update client-go to v0.19.x
  • Loading branch information
linki authored Sep 15, 2020
2 parents 13605cc + 5deed33 commit 7518911
Show file tree
Hide file tree
Showing 3 changed files with 167 additions and 48 deletions.
4 changes: 2 additions & 2 deletions chaoskube/chaoskube_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -337,8 +337,8 @@ func (suite *Suite) TestVictims() {
victims []map[string]string
maxKill int
}{
{"", []map[string]string{bar}, 1},
{"", []map[string]string{bar, baz}, 2},
{"", []map[string]string{baz}, 1},
{"", []map[string]string{baz, bar}, 2},
{"app=foo", []map[string]string{foo}, 2},
} {

Expand Down
7 changes: 3 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@ module github.com/linki/chaoskube
go 1.15

require (
github.com/evanphx/json-patch v4.2.0+incompatible // indirect
github.com/hashicorp/go-multierror v1.1.0
github.com/prometheus/client_golang v1.7.1
github.com/sirupsen/logrus v1.6.0
github.com/stretchr/testify v1.6.1
gopkg.in/alecthomas/kingpin.v2 v2.2.6
k8s.io/api v0.18.8
k8s.io/apimachinery v0.18.8
k8s.io/client-go v0.18.8
k8s.io/api v0.19.1
k8s.io/apimachinery v0.19.1
k8s.io/client-go v0.19.1
k8s.io/klog v1.0.0
)
Loading

0 comments on commit 7518911

Please sign in to comment.