Skip to content

Commit

Permalink
Add dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tanji committed May 20, 2019
1 parent 6828072 commit 1ced6ec
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
module github.com/productsupcom/github-backup

go 1.12

require (
github.com/google/go-github v17.0.0+incompatible
github.com/google/go-querystring v1.0.0 // indirect
golang.org/x/oauth2 v0.0.0-20190517181255-950ef44c6e07
gopkg.in/src-d/go-git.v4 v4.11.0
)

0 comments on commit 1ced6ec

Please sign in to comment.