diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -32,6 +32,7 @@ require ( github.com/fsnotify/fsnotify v1.5.1 github.com/ghodss/yaml v1.0.0 github.com/godbus/dbus/v5 v5.1.0 + github.com/google/gofuzz v1.2.0 github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 github.com/google/uuid v1.3.0 github.com/gorilla/handlers v1.5.1 @@ -69,9 +70,8 @@ require ( golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 golang.org/x/text v0.3.7 google.golang.org/protobuf v1.27.1 + gopkg.in/inf.v0 v0.9.1 gopkg.in/yaml.v2 v2.4.0 - k8s.io/api v0.22.5 - k8s.io/apimachinery v0.22.5 ) replace github.com/onsi/gomega => github.com/onsi/gomega v1.16.0 |