update depends
continuous-integration/drone the build failed Details

This commit is contained in:
Geno 2021-09-16 02:00:18 +02:00
parent 9b2fe62df5
commit dd176e24b2
2 changed files with 404 additions and 287 deletions

43
go.mod
View File

@ -5,28 +5,45 @@ go 1.16
require (
github.com/bdlm/log v0.1.20
github.com/bdlm/std v1.0.1 // indirect
github.com/chenjiandongx/ginprom v0.0.0-20201217063207-fe11b7f55a35
github.com/genofire/gormigrate/v2 v2.0.1-0.20210715085530-7373801d0902 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/chenjiandongx/ginprom v0.0.0-20210617023641-6c809602c38a
github.com/genofire/gormigrate/v2 v2.0.1-0.20210715085530-7373801d0902
github.com/gin-contrib/sessions v0.0.3
github.com/gin-contrib/static v0.0.1
github.com/gin-gonic/autotls v0.0.3
github.com/gin-gonic/gin v1.7.2
github.com/go-gormigrate/gormigrate/v2 v2.0.0
github.com/gin-gonic/gin v1.7.4
github.com/go-mail/mail v2.3.1+incompatible
github.com/google/uuid v1.2.0
github.com/go-playground/validator/v10 v10.9.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/uuid v1.3.0
github.com/gorilla/sessions v1.2.1 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/klauspost/compress v1.13.6 // indirect
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
github.com/kylelemons/godebug v1.1.0 // indirect
github.com/minio/minio-go/v7 v7.0.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/minio/md5-simd v1.1.2 // indirect
github.com/minio/minio-go/v7 v7.0.14
github.com/minio/sha256-simd v1.0.0 // indirect
github.com/naoina/go-stringutil v0.1.0 // indirect
github.com/naoina/toml v0.1.1
github.com/prometheus/client_golang v1.10.0
github.com/prometheus/client_golang v1.11.0
github.com/prometheus/common v0.30.0 // indirect
github.com/prometheus/procfs v0.7.3 // indirect
github.com/rs/xid v1.3.0 // indirect
github.com/stretchr/testify v1.7.0
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
github.com/ugorji/go v1.2.6 // indirect
golang.org/x/crypto v0.0.0-20210915214749-c084706c2272
golang.org/x/net v0.0.0-20210913180222-943fd674d43e // indirect
golang.org/x/sys v0.0.0-20210915083310-ed5796bab164 // indirect
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/ini.v1 v1.63.1 // indirect
gopkg.in/mail.v2 v2.3.1 // indirect
gorm.io/driver/postgres v1.1.0
gorm.io/gorm v1.21.12
gorm.io/plugin/prometheus v0.0.0-20210507023802-dc84a49b85d1
gorm.io/driver/postgres v1.1.1
gorm.io/gorm v1.21.15
gorm.io/plugin/prometheus v0.0.0-20210820101226-2a49866f83ee
nhooyr.io/websocket v1.8.7
)

648
go.sum

File diff suppressed because it is too large Load Diff