Skip to content

Commit

Permalink
pulling gPRC dependencies vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
saikiranakula-amzn authored and singholt committed Oct 24, 2022
1 parent 05514f6 commit 32fcc33
Show file tree
Hide file tree
Showing 251 changed files with 49,364 additions and 2,195 deletions.
14 changes: 6 additions & 8 deletions agent/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ require (
github.com/docker/go-units v0.4.0
github.com/fsnotify/fsnotify v1.5.4
github.com/godbus/dbus/v5 v5.0.6 // indirect
github.com/golang/mock v1.1.1
github.com/google/go-cmp v0.5.6 // indirect
github.com/golang/mock v1.6.0
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.4.2
github.com/hectane/go-acl v0.0.0-20190604041725-da78bae5fc95
Expand All @@ -40,13 +39,12 @@ require (
github.com/stretchr/testify v1.7.0
github.com/vishvananda/netlink v1.1.0
go.etcd.io/bbolt v1.3.6
golang.org/x/net v0.0.0-20210525063256-abc453219eb5
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad
golang.org/x/text v0.3.6 // indirect
golang.org/x/time v0.0.0-20170927054726-6dc17368e09b // indirect
golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e
golang.org/x/sys v0.0.0-20220624220833-87e55d714810
golang.org/x/tools v0.1.5
google.golang.org/grpc v1.38.0 // indirect
google.golang.org/protobuf v1.27.1 // indirect
google.golang.org/genproto v0.0.0-20220913154956-18f8339a66a5 // indirect
google.golang.org/grpc v1.48.0
google.golang.org/protobuf v1.28.1
gotest.tools v2.2.0+incompatible // indirect
)

Expand Down
387 changes: 387 additions & 0 deletions agent/go.sum

Large diffs are not rendered by default.

Loading

0 comments on commit 32fcc33

Please sign in to comment.