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

Add Go modules #585

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add Go modules
  • Loading branch information
dawidd6 committed Jul 13, 2021
commit faa6fc3dc104236900caa75eb22e9ed2e5ecad42
11 changes: 11 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -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
)
Loading