Skip to content

Commit

Permalink
run go mod tidy
Browse files Browse the repository at this point in the history
Signed-off-by: adrianc <[email protected]>
  • Loading branch information
adrianchiris committed Oct 25, 2023
1 parent 4bf3e71 commit 196bae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 196bae5

Please sign in to comment.