forked from electricdusk/rushlink
22 lines
678 B
Modula-2
22 lines
678 B
Modula-2
module gitea.hashru.nl/dsprenkels/rushlink
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/go-bindata/go-bindata v3.1.2+incompatible // indirect
|
|
github.com/go-gormigrate/gormigrate/v2 v2.0.0
|
|
github.com/golang/protobuf v1.4.2 // indirect
|
|
github.com/google/go-cmp v0.4.1 // indirect
|
|
github.com/google/uuid v1.1.1
|
|
github.com/gorilla/mux v1.7.4
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/prometheus/client_golang v1.6.0
|
|
github.com/prometheus/common v0.10.0 // indirect
|
|
go.etcd.io/bbolt v1.3.4
|
|
golang.org/x/sys v0.0.0-20200523222454-059865788121 // indirect
|
|
google.golang.org/protobuf v1.24.0 // indirect
|
|
gorm.io/driver/postgres v1.0.0
|
|
gorm.io/driver/sqlite v1.1.3
|
|
gorm.io/gorm v1.20.5
|
|
)
|