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 (
|
2020-05-30 17:05:04 +02:00
|
|
|
github.com/go-bindata/go-bindata v3.1.2+incompatible // indirect
|
|
|
|
github.com/golang/protobuf v1.4.2 // indirect
|
|
|
|
github.com/google/go-cmp v0.4.1 // indirect
|
2019-11-10 19:03:57 +01:00
|
|
|
github.com/google/uuid v1.1.1
|
2020-04-22 19:30:20 +02:00
|
|
|
github.com/gorilla/mux v1.7.4
|
|
|
|
github.com/pkg/errors v0.9.1
|
2020-05-30 17:05:04 +02:00
|
|
|
github.com/prometheus/client_golang v1.6.0
|
|
|
|
github.com/prometheus/common v0.10.0 // indirect
|
2020-04-22 19:30:20 +02:00
|
|
|
go.etcd.io/bbolt v1.3.4
|
2020-05-30 17:05:04 +02:00
|
|
|
golang.org/x/sys v0.0.0-20200523222454-059865788121 // indirect
|
|
|
|
google.golang.org/protobuf v1.24.0 // indirect
|
2019-08-25 21:33:56 +02:00
|
|
|
)
|