Initial commit

This commit is contained in:
Daan Sprenkels
2019-08-25 21:33:56 +02:00
parent a9771a889b
commit 061bb23625
8 changed files with 381 additions and 0 deletions

7
go.mod
View File

@@ -1,3 +1,10 @@
module gitea.hashru.nl/dsprenkels/rushlink
go 1.12
require (
github.com/go-bindata/go-bindata v3.1.2+incompatible // indirect
github.com/gorilla/mux v1.7.3
github.com/pkg/errors v0.8.1
go.etcd.io/bbolt v1.3.3
)