Skip to content

Commit

Permalink
fixed mod vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
gabo1208 committed Jun 11, 2022
1 parent 459c8d3 commit a79f010
Show file tree
Hide file tree
Showing 4 changed files with 879 additions and 4 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ require (
github.com/fatih/structs v1.1.0 // indirect
github.com/google/go-cmp v0.5.7
github.com/hashicorp/go-cleanhttp v0.5.2
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/golang-lru v0.5.4
github.com/jpillora/backoff v1.0.0
github.com/kelseyhightower/envconfig v1.4.0
Expand Down Expand Up @@ -81,7 +80,8 @@ require (
github.com/gorilla/websocket v1.4.2 // indirect
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/go-retryablehttp v0.6.7 // indirect
github.com/imdario/mergo v0.3.12 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
Expand Down
Loading

0 comments on commit a79f010

Please sign in to comment.