8ff1865855
It looks like go1.12 silently created the module, but go1.13 does not.
29 lines
1.4 KiB
Diff
29 lines
1.4 KiB
Diff
--- a/go.mod 2019-10-09 22:35:05.777065057 -0400
|
|
+++ b/go.mod 2019-10-10 21:34:15.809681738 -0400
|
|
@@ -0,0 +1,25 @@
|
|
+module github.com/googlecloudplatform/gcsfuse
|
|
+
|
|
+go 1.12
|
|
+
|
|
+require (
|
|
+ cloud.google.com/go v0.0.0-20170807235027-9be7f826df5c
|
|
+ github.com/codegangsta/cli v0.0.0-20170804093415-b99aa811b4c1
|
|
+ github.com/golang/protobuf v0.0.0-20170902000452-17ce1425424a
|
|
+ github.com/jacobsa/daemonize v0.0.0-20160101105449-e460293e890f
|
|
+ github.com/jacobsa/fuse v0.0.0-20170513050233-fe7f3a55dcaa
|
|
+ github.com/jacobsa/gcloud v0.0.0-20180124212516-9291bd1e8308
|
|
+ github.com/jacobsa/oglematchers v0.0.0-20150720000706-141901ea67cd
|
|
+ github.com/jacobsa/oglemock v0.0.0-20150831005832-e94d794d06ff
|
|
+ github.com/jacobsa/ogletest v0.0.0-20170503003838-80d50a735a11
|
|
+ github.com/jacobsa/ratelimit v0.0.0-20150904001804-f5e47030f3b0
|
|
+ github.com/jacobsa/reqtrace v0.0.0-20150505043853-245c9e0234cb
|
|
+ github.com/jacobsa/syncutil v0.0.0-20150827001642-c39ef5c1aa0b
|
|
+ github.com/jacobsa/timeutil v0.0.0-20170205232429-577e5acbbcf6
|
|
+ github.com/jacobsa/util v0.0.0-20150810040848-976a6f4de67e
|
|
+ github.com/kardianos/osext v0.0.0-20170510131534-ae77be60afb1
|
|
+ golang.org/x/net v0.0.0-20170809000501-1c05540f6879
|
|
+ golang.org/x/oauth2 v0.0.0-20170807180024-9a379c6b3e95
|
|
+ google.golang.org/api v0.0.0-20170807210121-5c4ffd5985e2
|
|
+ google.golang.org/appengine v0.0.0-20170801183137-c5a90ac045b7
|
|
+)
|