Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions ch06/token-based-authentication/go/client/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ module github.com/grpc-up-and-running/samples/ch06/token-based-authentication/go
go 1.15

require (
github.com/golang/protobuf v1.4.2
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
google.golang.org/grpc v1.32.0
golang.org/x/oauth2 v0.4.0
google.golang.org/grpc v1.53.0
productinfo/client v0.0.0-20200901064603-1f9de1e3efd9
)

Expand Down