mirror of
https://git.rwth-aachen.de/acs/public/villas/web-backend-go/
synced 2025-03-30 00:00:12 +01:00
29 lines
1.1 KiB
Modula-2
29 lines
1.1 KiB
Modula-2
module git.rwth-aachen.de/acs/public/villas/web-backend-go
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
|
|
github.com/aws/aws-sdk-go v1.40.15
|
|
github.com/chenjiandongx/ginprom v0.0.0-20210617023641-6c809602c38a
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/gin-gonic/gin v1.7.3
|
|
github.com/go-ini/ini v1.62.0 // indirect
|
|
github.com/go-resty/resty/v2 v2.6.0
|
|
github.com/google/uuid v1.3.0
|
|
github.com/jinzhu/gorm v1.9.16
|
|
github.com/lib/pq v1.10.2
|
|
github.com/nsf/jsondiff v0.0.0-20210303162244-6ea32392771e
|
|
github.com/prometheus/client_golang v1.11.0
|
|
github.com/smartystreets/goconvey v1.6.4 // indirect
|
|
github.com/streadway/amqp v1.0.0
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/swaggo/swag v1.7.0
|
|
github.com/urfave/cli v1.22.5 // indirect
|
|
github.com/zpatrick/go-config v0.0.0-20191118215128-80ba6b3e54f6
|
|
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
|
|
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
|
|
gopkg.in/go-playground/validator.v9 v9.31.0
|
|
gopkg.in/ini.v1 v1.62.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
|
)
|