forked from asobti/kube-monkey
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
21 lines (19 loc) · 818 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/asobti/kube-monkey
go 1.15
require (
bou.ke/monkey v1.0.1
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/pkg/errors v0.8.1
github.com/spf13/viper v1.7.1
github.com/stretchr/objx v0.1.2-0.20180531200725-0ab728f62c7f // indirect
github.com/stretchr/testify v1.3.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
)