-
Notifications
You must be signed in to change notification settings - Fork 6
/
go.mod
34 lines (32 loc) · 1.27 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
module github.com/factly/dega-server
go 1.13
require (
github.com/DATA-DOG/go-sqlmock v1.5.0
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/dlmiddlecote/sqlstats v1.0.2
github.com/factly/x v0.0.36
github.com/fasthttp-contrib/websocket v0.0.0-20160511215533-1f3b11f56072 // indirect
github.com/gavv/httpexpect v2.0.0+incompatible
github.com/gavv/httpexpect/v2 v2.1.0
github.com/go-chi/chi v4.1.2+incompatible
github.com/go-openapi/spec v0.19.9 // indirect
github.com/go-openapi/swag v0.19.11 // indirect
github.com/jinzhu/gorm v1.9.16
github.com/mailru/easyjson v0.7.6 // indirect
github.com/meilisearch/meilisearch-go v0.12.0
github.com/moul/http2curl v1.0.0 // indirect
github.com/nats-io/gnatsd v1.4.1
github.com/nats-io/go-nats v1.7.2 // indirect
github.com/nats-io/nats-server/v2 v2.1.9 // indirect
github.com/nats-io/nats.go v1.10.0
github.com/prometheus/client_golang v1.9.0
github.com/spf13/cobra v1.1.3
github.com/spf13/viper v1.7.1
github.com/swaggo/http-swagger v0.0.0-20200308142732-58ac5e232fba
github.com/swaggo/swag v1.6.7
golang.org/x/tools v0.0.0-20200903005429-2364a5e8fdcf // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/h2non/gock.v1 v1.0.15
gorm.io/driver/postgres v1.0.5
gorm.io/gorm v1.20.12
)