Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Dont download data if file is skipped #347

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Prev Previous commit
Upgrade dependencies
  • Loading branch information
Elbandi committed Aug 22, 2021
commit dc61938b3fddaed2c54846f4c026352ebb773e2f
14 changes: 10 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,15 @@ module github.com/prasmussen/gdrive
go 1.14

require (
cloud.google.com/go v0.93.3 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/sabhiram/go-git-ignore v0.0.0-20160116020857-228fcfa2a06e
github.com/soniakeys/graph v0.0.0-20160409104831-c265d9676750
golang.org/x/net v0.0.0-20160412225635-fb93926129b8
golang.org/x/oauth2 v0.0.0-20160415165716-7e9cd5d59563
google.golang.org/api v0.0.0-20160408071126-9737cc9e103c
github.com/sabhiram/go-gitignore v0.0.0-20201211210132-54b8a0bf510f
github.com/soniakeys/graph v0.0.0
golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f
golang.org/x/sys v0.0.0-20210820121016-41cdb8703e55 // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/api v0.54.0
google.golang.org/genproto v0.0.0-20210821163610-241b8fcbd6c8 // indirect
)