mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
1e46961d68
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/203 Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/38
17 lines
574 B
Modula-2
17 lines
574 B
Modula-2
module cloud.google.com/go/storage
|
|
|
|
go 1.11
|
|
|
|
require (
|
|
cloud.google.com/go v0.46.3
|
|
github.com/golang/protobuf v1.3.2
|
|
github.com/google/go-cmp v0.3.0
|
|
github.com/googleapis/gax-go/v2 v2.0.5
|
|
golang.org/x/exp v0.0.0-20191030013958-a1ab85dbe136 // indirect
|
|
golang.org/x/lint v0.0.0-20190930215403-16217165b5de // indirect
|
|
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
|
|
golang.org/x/tools v0.0.0-20191105231337-689d0f08e67a // indirect
|
|
google.golang.org/api v0.13.0
|
|
google.golang.org/genproto v0.0.0-20191028173616-919d9bdd9fe6
|
|
google.golang.org/grpc v1.21.1
|
|
)
|