diff options
| author | Dawid Dziurla | 2021-07-13 18:43:33 +0200 |
|---|---|---|
| committer | Dawid Dziurla | 2021-07-13 18:43:33 +0200 |
| commit | faa6fc3dc104236900caa75eb22e9ed2e5ecad42 (patch) | |
| tree | 46efc1a3f2e78acf3d23757d7cab4c34014083ff /go.mod | |
| parent | b4b994c6e43114e881be2a81818db42f81a2636d (diff) | |
| download | gdrive-faa6fc3dc104236900caa75eb22e9ed2e5ecad42.tar.bz2 | |
Add Go modules
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 +) |
