Skip to content

Commit

Permalink
Rebase & add dependency to go.mod & go mod vendor.
Browse files Browse the repository at this point in the history
  • Loading branch information
JRBANCEL committed May 27, 2020
1 parent fc84aa9 commit f0ff75b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ require (
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
google.golang.org/api v0.20.0
google.golang.org/grpc v1.28.0
istio.io/api v0.0.0-20191115173247-e1a1952e5b81
Expand Down
1 change: 1 addition & 0 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,7 @@ golang.org/x/text/unicode/bidi
golang.org/x/text/unicode/norm
golang.org/x/text/width
# golang.org/x/time v0.0.0-20191024005414-555d28b269f0
## explicit
golang.org/x/time/rate
# golang.org/x/tools v0.0.0-20200329025819-fd4102a86c65
golang.org/x/tools/cmd/goimports
Expand Down

0 comments on commit f0ff75b

Please sign in to comment.