diff options
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 +) | 
