diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -31,7 +31,11 @@ require ( github.com/dtylman/scp v0.0.0-20181017070807-f3000a34aef4 github.com/fsnotify/fsnotify v1.5.1 github.com/ghodss/yaml v1.0.0 + github.com/go-logr/logr v1.2.2 github.com/godbus/dbus/v5 v5.1.0 + github.com/gogo/protobuf v1.3.2 + github.com/google/go-cmp v0.5.7 + 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 @@ -65,13 +69,14 @@ require ( github.com/vishvananda/netlink v1.1.1-0.20220115184804-dd687eb2f2d4 go.etcd.io/bbolt v1.3.6 golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce + golang.org/x/net v0.0.0-20220225172249-27dd8689420f golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 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 + sigs.k8s.io/structured-merge-diff/v4 v4.1.2 ) replace github.com/onsi/gomega => github.com/onsi/gomega v1.16.0 |