mod: Remove explicit go-bindata dep; NFC

This commit is contained in:
Daan Sprenkels
2021-05-13 10:43:23 +02:00
parent 590003aa36
commit 38b27b4d11
2 changed files with 20 additions and 67 deletions

4
go.mod
View File

@@ -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