forked from prasmussen/gdrive
-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
69 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,29 @@ | ||
module github.com/msfjarvis/gdrive | ||
|
||
go 1.16 | ||
go 1.18 | ||
|
||
require ( | ||
github.com/adrg/xdg v0.4.0 | ||
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 | ||
github.com/soniakeys/graph v0.0.0 | ||
golang.org/x/net v0.0.0-20220526153639-5463443f8c37 | ||
golang.org/x/oauth2 v0.0.0-20220524215830-622c5d57e401 | ||
google.golang.org/api v0.81.0 | ||
golang.org/x/net v0.0.0-20220822230855-b0a4917ee28c | ||
golang.org/x/oauth2 v0.0.0-20220822191816-0ebed06d0094 | ||
google.golang.org/api v0.94.0 | ||
) | ||
|
||
require ( | ||
cloud.google.com/go/compute v1.9.0 // indirect | ||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/google/uuid v1.3.0 // indirect | ||
github.com/googleapis/enterprise-certificate-proxy v0.1.0 // indirect | ||
github.com/googleapis/gax-go/v2 v2.5.1 // indirect | ||
github.com/soniakeys/bits v1.0.0 // indirect | ||
go.opencensus.io v0.23.0 // indirect | ||
golang.org/x/sys v0.0.0-20220823224334-20c2bfdbfe24 // indirect | ||
golang.org/x/text v0.3.7 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/genproto v0.0.0-20220822174746-9e6da59bd2fc // indirect | ||
google.golang.org/grpc v1.49.0 // indirect | ||
google.golang.org/protobuf v1.28.1 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters