-
Notifications
You must be signed in to change notification settings - Fork 16
/
go.mod
25 lines (22 loc) · 890 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
24
25
module github.com/GoogleCloudPlatform/guest-logging-go
go 1.17
require (
cloud.google.com/go v0.47.0
cloud.google.com/go/logging v1.0.0
golang.org/x/sys v0.0.0-20191010194322-b09406accb47
google.golang.org/api v0.11.0
google.golang.org/genproto v0.0.0-20191009194640-548a555dbc03
)
require (
github.com/golang/groupcache v0.0.0-20191002201903-404acd9df4cc // indirect
github.com/golang/protobuf v1.3.2 // indirect
github.com/google/go-cmp v0.3.1 // indirect
github.com/googleapis/gax-go/v2 v2.0.5 // indirect
go.opencensus.io v0.22.1 // indirect
golang.org/x/net v0.0.0-20191014212845-da9a3fd4c582 // indirect
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 // indirect
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
golang.org/x/text v0.3.2 // indirect
google.golang.org/appengine v1.6.5 // indirect
google.golang.org/grpc v1.24.0 // indirect
)