Skip to content

Commit fe14967

Browse files
committed
Allow dots in bucket name
1 parent 03db9c2 commit fe14967

4 files changed

Lines changed: 280 additions & 18 deletions

File tree

glide.lock

Lines changed: 55 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.mod

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
module github.com/daichirata/gcsproxy
2+
3+
go 1.12
4+
5+
require (
6+
cloud.google.com/go v0.34.0
7+
github.com/golang/mock v1.2.0 // indirect
8+
github.com/golang/protobuf v1.2.0
9+
github.com/googleapis/gax-go v2.0.0+incompatible
10+
github.com/gorilla/mux v1.6.2
11+
github.com/hashicorp/golang-lru v0.5.1
12+
go.opencensus.io v0.19.2
13+
golang.org/x/exp v0.0.0-20190221220918-438050ddec5e // indirect
14+
golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 // indirect
15+
golang.org/x/net v0.0.0-20190328230028-74de082e2cca
16+
golang.org/x/oauth2 v0.0.0-20190319182350-c85d3e98c914
17+
golang.org/x/sys v0.0.0-20190329044733-9eb1bfa1ce65
18+
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2
19+
google.golang.org/api v0.3.0
20+
google.golang.org/appengine v1.5.0
21+
google.golang.org/genproto v0.0.0-20190327125643-d831d65fe17d
22+
google.golang.org/grpc v1.19.0
23+
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
24+
gopkg.in/yaml.v2 v2.2.2 // indirect
25+
honnef.co/go/tools v0.0.0-20190106161140-3f1c8253044a // indirect
26+
)

0 commit comments

Comments
 (0)