aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorDawid Dziurla2021-07-13 18:43:33 +0200
committerDawid Dziurla2021-07-13 18:43:33 +0200
commitfaa6fc3dc104236900caa75eb22e9ed2e5ecad42 (patch)
tree46efc1a3f2e78acf3d23757d7cab4c34014083ff /go.mod
parentb4b994c6e43114e881be2a81818db42f81a2636d (diff)
downloadgdrive-faa6fc3dc104236900caa75eb22e9ed2e5ecad42.tar.bz2
Add Go modules
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod11
1 files changed, 11 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..0acbbeb
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,11 @@
+module github.com/prasmussen/gdrive
+
+go 1.16
+
+require (
+ github.com/sabhiram/go-gitignore v0.0.0-20201211210132-54b8a0bf510f
+ github.com/soniakeys/graph v0.0.0
+ golang.org/x/net v0.0.0-20210614182718-04defd469f4e
+ golang.org/x/oauth2 v0.0.0-20210628180205-a41e5a781914
+ google.golang.org/api v0.50.0
+)