WebUI/go.mod
Theta-Dev 60034b4815
All checks were successful
continuous-integration/drone/push Build is passing
add server base
2022-02-01 23:08:45 +01:00

20 lines
636 B
Modula-2

module code.thetadev.de/TSGRain/WebUI
go 1.16
require (
code.thetadev.de/TSGRain/ginzip v0.1.1
github.com/ekyoung/gin-nice-recovery v0.0.0-20160510022553-1654dca486db
github.com/fortytw2/leaktest v1.3.0
github.com/gin-contrib/cors v1.3.1
github.com/gin-gonic/gin v1.7.7
github.com/go-errors/errors v1.4.2 // indirect
github.com/gorilla/websocket v1.4.2
github.com/jinzhu/configor v1.2.1
github.com/rs/zerolog v1.26.1
github.com/stretchr/testify v1.7.0
github.com/tg123/go-htpasswd v1.2.0
google.golang.org/grpc v1.44.0
google.golang.org/protobuf v1.27.1
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)