forked from googleapis/gapic-showcase
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
23 lines (21 loc) · 719 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/googleapis/gapic-showcase
require (
cloud.google.com/go v0.104.0
github.com/ghodss/yaml v1.0.0
github.com/golang/protobuf v1.5.2
github.com/google/go-cmp v0.5.8
github.com/googleapis/gax-go/v2 v2.5.1
github.com/googleapis/grpc-fallback-go v0.1.4
github.com/gorilla/mux v1.8.0
github.com/iancoleman/strcase v0.2.0
github.com/soheilhy/cmux v0.1.5
github.com/spf13/cobra v1.5.0
github.com/spf13/viper v1.12.0
golang.org/x/oauth2 v0.0.0-20220822191816-0ebed06d0094
golang.org/x/sync v0.0.0-20220819030929-7fc1605a5dde
google.golang.org/api v0.94.0
google.golang.org/genproto v0.0.0-20220829175752-36a9c930ecbf
google.golang.org/grpc v1.49.0
google.golang.org/protobuf v1.28.1
)
go 1.16