summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2020-10-13 22:11:26 +0000
committerMike Crute <mike@crute.us>2020-10-13 22:11:26 +0000
commitc46128573184605dcfa0443d31395bda225c6f7b (patch)
tree84aeed380ac722209e8136a96034991e48c49aba /go.mod
parent6d9f2cb2dd4bdd9b7c8e3806a5082240e7e87673 (diff)
downloadgithub_mirror-c46128573184605dcfa0443d31395bda225c6f7b.tar.bz2
github_mirror-c46128573184605dcfa0443d31395bda225c6f7b.tar.xz
github_mirror-c46128573184605dcfa0443d31395bda225c6f7b.zip
Add go moduleHEADmaster
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod10
1 files changed, 10 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..d124381
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,10 @@
1module code.crute.me/mcrute/github_mirror
2
3go 1.15
4
5require (
6 github.com/google/go-github v17.0.0+incompatible
7 github.com/google/go-querystring v1.0.0 // indirect
8 golang.org/x/crypto v0.0.0-20201012173705-84dcc777aaee
9 golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
10)