Skip to content

Commit

Permalink
go.mod: update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
  • Loading branch information
msfjarvis committed Nov 25, 2022
1 parent 5ef7b46 commit 8cae689
Show file tree
Hide file tree
Showing 2 changed files with 235 additions and 34 deletions.
17 changes: 6 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,10 @@ module github.com/msfjarvis/gdrive
go 1.16

require (
github.com/adrg/xdg v0.3.3 // indirect
github.com/sabhiram/go-gitignore v0.0.0-20201211210132-54b8a0bf510f
github.com/soniakeys/graph v0.0.0-20160409104831-c265d9676750
github.com/stretchr/testify v1.7.0 // indirect
golang.org/x/net v0.0.0-20210119194325-5f4716e94777
golang.org/x/oauth2 v0.0.0-20210113205817-d3ed898aa8a3
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect
golang.org/x/text v0.3.5 // indirect
google.golang.org/api v0.40.0
google.golang.org/genproto v0.0.0-20210212180131-e7f2df4ecc2d // indirect
google.golang.org/grpc v1.35.0 // indirect
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
)
Loading

0 comments on commit 8cae689

Please sign in to comment.