2021-06-01 10:51:35 +02:00
|
|
|
module dev.sum7.eu/genofire/golang-lib
|
|
|
|
|
|
|
|
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
|
2021-07-15 11:21:05 +02:00
|
|
|
github.com/genofire/gormigrate/v2 v2.0.1-0.20210715085530-7373801d0902 // indirect
|
2021-06-01 10:51:35 +02:00
|
|
|
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
|
2021-06-21 16:30:34 +02:00
|
|
|
github.com/go-mail/mail v2.3.1+incompatible
|
2021-06-01 10:51:35 +02:00
|
|
|
github.com/google/uuid v1.2.0
|
2021-06-01 13:17:51 +02:00
|
|
|
github.com/kylelemons/godebug v1.1.0 // indirect
|
2021-07-22 15:01:48 +02:00
|
|
|
github.com/minio/minio-go/v7 v7.0.12 // indirect
|
2021-06-01 13:17:51 +02:00
|
|
|
github.com/naoina/go-stringutil v0.1.0 // indirect
|
|
|
|
github.com/naoina/toml v0.1.1
|
2021-06-01 10:51:35 +02:00
|
|
|
github.com/prometheus/client_golang v1.10.0
|
|
|
|
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
|
2021-06-23 20:48:08 +02:00
|
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
2021-06-21 16:30:34 +02:00
|
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
|
|
|
gopkg.in/mail.v2 v2.3.1 // indirect
|
2021-06-01 10:51:35 +02:00
|
|
|
gorm.io/driver/postgres v1.1.0
|
2021-07-15 11:21:05 +02:00
|
|
|
gorm.io/gorm v1.21.12
|
2021-06-01 10:51:35 +02:00
|
|
|
gorm.io/plugin/prometheus v0.0.0-20210507023802-dc84a49b85d1
|
|
|
|
nhooyr.io/websocket v1.8.7
|
|
|
|
)
|