-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
22 lines (20 loc) · 821 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module onair
go 1.16
require (
github.com/fasthttp/websocket v1.4.3 // indirect
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/go-playground/validator v9.31.0+incompatible
github.com/gofiber/fiber/v2 v2.10.0
github.com/gofiber/websocket/v2 v2.0.3
github.com/leodido/go-urn v1.2.1 // indirect
github.com/savsgio/gotils v0.0.0-20210520110740-c57c45b83e0a // indirect
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.6.1 // indirect
github.com/valyala/fasthttp v1.25.0 // indirect
golang.org/x/sys v0.0.0-20210521203332-0cec03c779c1 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/ini.v1 v1.57.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
gorm.io/driver/postgres v1.1.0
gorm.io/gorm v1.21.9
)