30 lines
1.0 KiB
Modula-2
30 lines
1.0 KiB
Modula-2
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
|
|
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/go-mail/mail v2.3.1+incompatible
|
|
github.com/google/uuid v1.2.0
|
|
github.com/kylelemons/godebug v1.1.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/stretchr/testify v1.7.0
|
|
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a
|
|
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
|
gopkg.in/mail.v2 v2.3.1 // indirect
|
|
gorm.io/driver/postgres v1.1.0
|
|
gorm.io/gorm v1.21.10
|
|
gorm.io/plugin/prometheus v0.0.0-20210507023802-dc84a49b85d1
|
|
nhooyr.io/websocket v1.8.7
|
|
)
|