2019-08-24 23:28:56 +02:00
|
|
|
module gitea.hashru.nl/dsprenkels/rushlink
|
|
|
|
|
|
|
|
go 1.12
|
2019-08-25 21:33:56 +02:00
|
|
|
|
|
|
|
require (
|
2019-09-10 17:52:45 +02:00
|
|
|
github.com/go-bindata/go-bindata v3.1.2+incompatible // indirect
|
2019-10-15 23:19:45 +02:00
|
|
|
github.com/gorilla/handlers v1.4.2
|
2019-08-25 21:33:56 +02:00
|
|
|
github.com/gorilla/mux v1.7.3
|
|
|
|
github.com/pkg/errors v0.8.1
|
2019-08-29 23:40:24 +02:00
|
|
|
github.com/prometheus/client_golang v1.1.0
|
2019-08-25 21:33:56 +02:00
|
|
|
go.etcd.io/bbolt v1.3.3
|
|
|
|
)
|