-
Notifications
You must be signed in to change notification settings - Fork 251
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump dependencies
- Loading branch information
Showing
11 changed files
with
542 additions
and
174 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,15 @@ | ||
module kube-monkey | ||
|
||
go 1.15 | ||
go 1.16 | ||
|
||
require ( | ||
bou.ke/monkey v1.0.2 | ||
github.com/fsnotify/fsnotify v1.4.7 | ||
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b | ||
github.com/google/gofuzz v0.0.0-20161122191042-44d81051d367 // indirect | ||
github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d // indirect | ||
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect | ||
github.com/fsnotify/fsnotify v1.4.9 | ||
github.com/golang/glog v0.0.0-20210429001901-424d2337a529 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/spf13/viper v1.7.1 | ||
github.com/stretchr/objx v0.1.2-0.20180531200725-0ab728f62c7f // indirect | ||
github.com/spf13/viper v1.8.1 | ||
github.com/stretchr/testify v1.7.0 | ||
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect | ||
gopkg.in/inf.v0 v0.9.0 // indirect | ||
k8s.io/api v0.0.0-20180308224125-73d903622b73 | ||
k8s.io/apimachinery v0.0.0-20180228050457-302974c03f7e | ||
k8s.io/client-go v7.0.0+incompatible | ||
k8s.io/api v0.21.3 | ||
k8s.io/apimachinery v0.21.3 | ||
k8s.io/client-go v0.21.3 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters