diff --git a/go.mod b/go.mod index 143b3e5e0..8c82f9a13 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,6 @@ require ( github.com/cenkalti/backoff v2.2.1+incompatible github.com/coreos/go-systemd/v22 v22.4.0 github.com/fsnotify/fsnotify v1.6.0 - github.com/golang/glog v1.0.0 github.com/golang/mock v1.4.4 github.com/google/go-cmp v0.5.9 github.com/hashicorp/go-retryablehttp v0.7.0 @@ -75,6 +74,7 @@ require ( github.com/go-openapi/swag v0.22.3 // indirect github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect github.com/gogo/protobuf v1.3.2 // indirect + github.com/golang/glog v1.0.0 // indirect github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect github.com/golang/protobuf v1.5.3 // indirect github.com/google/btree v1.0.1 // indirect