mirror of
https://git.rwth-aachen.de/acs/public/villas/web-backend-go/
synced 2025-03-30 00:00:12 +01:00
27 lines
1 KiB
Modula-2
27 lines
1 KiB
Modula-2
module git.rwth-aachen.de/acs/public/villas/web-backend-go
|
|
|
|
require (
|
|
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
|
|
github.com/chenjiandongx/ginprom v0.0.0-20191022035802-6f3da3c84986
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/gin-gonic/gin v1.4.0
|
|
github.com/go-ini/ini v1.51.0 // indirect
|
|
github.com/go-playground/universal-translator v0.17.0 // indirect
|
|
github.com/google/uuid v1.1.2
|
|
github.com/jinzhu/gorm v1.9.11
|
|
github.com/leodido/go-urn v1.2.0 // indirect
|
|
github.com/lib/pq v1.1.1
|
|
github.com/nsf/jsondiff v0.0.0-20190712045011-8443391ee9b6
|
|
github.com/prometheus/client_golang v1.2.1
|
|
github.com/smartystreets/goconvey v1.6.4 // indirect
|
|
github.com/streadway/amqp v0.0.0-20190827072141-edfb9018d271
|
|
github.com/stretchr/testify v1.4.0
|
|
github.com/swaggo/gin-swagger v1.2.0
|
|
github.com/swaggo/swag v1.6.3
|
|
github.com/zpatrick/go-config v0.0.0-20191104215613-50bc2709703f
|
|
golang.org/x/crypto v0.0.0-20191112222119-e1110fd1c708
|
|
gopkg.in/go-playground/validator.v9 v9.30.0
|
|
gopkg.in/ini.v1 v1.51.0 // indirect
|
|
)
|
|
|
|
go 1.13
|