-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
41 lines (39 loc) · 1.66 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
35
36
37
38
39
40
41
module github.com/toggler-io/toggler
go 1.16
require (
github.com/adamluzsi/frameless v0.61.0
github.com/adamluzsi/frameless/postgresql v0.0.0-20211001214858-2420265de785
github.com/adamluzsi/gorest v0.6.1
github.com/adamluzsi/testcase v0.55.0
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
github.com/go-openapi/analysis v0.20.1 // indirect
github.com/go-openapi/errors v0.20.1
github.com/go-openapi/jsonreference v0.19.6 // indirect
github.com/go-openapi/loads v0.20.3 // indirect
github.com/go-openapi/runtime v0.20.0
github.com/go-openapi/spec v0.20.4 // indirect
github.com/go-openapi/strfmt v0.20.3
github.com/go-openapi/swag v0.19.15
github.com/go-openapi/validate v0.20.3
github.com/go-stack/stack v1.8.1 // indirect
github.com/go-swagger/go-swagger v0.23.0
github.com/golang-migrate/migrate/v4 v4.15.0
github.com/golang/mock v1.6.0
github.com/google/uuid v1.3.0
github.com/gorilla/websocket v1.4.2
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/lib/pq v1.10.3
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mitchellh/mapstructure v1.4.2 // indirect
github.com/pkg/errors v0.9.1
github.com/russross/blackfriday v2.0.0+incompatible
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/stretchr/testify v1.7.0
github.com/unrolled/logger v0.0.0-20201216141554-31a3694fe979 // test
go.mongodb.org/mongo-driver v1.7.3 // indirect
go.uber.org/atomic v1.9.0 // indirect
golang.org/x/net v0.0.0-20211008194852-3b03d305991f // indirect
golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac // indirect
golang.org/x/text v0.3.7 // indirect
)