summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMax Magorsch <arzano@gentoo.org>2020-12-08 01:21:04 +0000
committerMax Magorsch <arzano@gentoo.org>2020-12-08 01:21:04 +0000
commitba76c05ceca6a7879678873f360cdaf575f0f493 (patch)
tree597f2ee142ca4e57f1daffd29286e533c10a397a /go.mod
downloadgo-gentoo-ba76c05ceca6a7879678873f360cdaf575f0f493.tar.gz
go-gentoo-ba76c05ceca6a7879678873f360cdaf575f0f493.tar.bz2
go-gentoo-ba76c05ceca6a7879678873f360cdaf575f0f493.zip
Initial version
Signed-off-by: Max Magorsch <arzano@gentoo.org>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod16
1 files changed, 16 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..3f1a362
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,16 @@
+module go-gentoo
+
+go 1.15
+
+require (
+ github.com/catinello/base62 v0.0.0-20160325105823-e0daaeb631c9
+ github.com/coreos/go-oidc v2.2.1+incompatible
+ github.com/go-pg/pg/v10 v10.7.3 // indirect
+ github.com/go-pg/pg/v9 v9.2.0
+ github.com/google/go-github v17.0.0+incompatible
+ github.com/google/go-querystring v1.0.0 // indirect
+ github.com/gorilla/sessions v1.2.1
+ github.com/pquerna/cachecontrol v0.0.0-20201205024021-ac21108117ac // indirect
+ golang.org/x/oauth2 v0.0.0-20201207163604-931764155e3f
+ gopkg.in/square/go-jose.v2 v2.5.1 // indirect
+)