mod: Remove explicit go-bindata dep; NFC
This commit is contained in:
4
go.mod
4
go.mod
@@ -3,10 +3,8 @@ 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.5.2 // indirect
|
||||
github.com/google/go-cmp v0.5.5 // indirect
|
||||
github.com/google/uuid v1.2.0
|
||||
github.com/gorilla/mux v1.8.0
|
||||
github.com/pkg/errors v0.9.1
|
||||
@@ -14,8 +12,6 @@ require (
|
||||
github.com/prometheus/common v0.23.0 // indirect
|
||||
go.etcd.io/bbolt v1.3.5
|
||||
golang.org/x/sys v0.0.0-20210507161434-a76c4d0a0096 // indirect
|
||||
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
|
||||
google.golang.org/protobuf v1.26.0 // indirect
|
||||
gorm.io/driver/postgres v1.1.0
|
||||
gorm.io/driver/sqlite v1.1.4
|
||||
gorm.io/gorm v1.21.9
|
||||
|
||||
Reference in New Issue
Block a user