SEBRAUC/go.mod
Theta-Dev b1b3ab3ff6
All checks were successful
continuous-integration/drone/push Build is passing
add dynamic versioning
2021-11-21 23:29:37 +01:00

13 lines
319 B
Modula-2

module code.thetadev.de/TSGRain/SEBRAUC
go 1.16
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gofiber/fiber/v2 v2.21.0
github.com/gofiber/websocket/v2 v2.0.12
github.com/google/uuid v1.3.0
github.com/stretchr/testify v1.7.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)