-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
54 lines (52 loc) · 2.25 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
42
43
44
45
46
47
48
49
50
51
52
53
54
module github.com/resonatecoop/id
go 1.16
require (
github.com/RichardKnop/jsonhal v0.0.0-20181101035658-9ef775cfa6bf
github.com/RichardKnop/logging v0.0.0-20190827224416-1a693bdd4fae
github.com/didip/tollbooth v4.0.2+incompatible
github.com/didip/tollbooth_negroni v0.0.0-20170928042109-a4e3efc33255
github.com/dlclark/regexp2 v1.4.0 // indirect
github.com/form3tech-oss/jwt-go v3.2.3+incompatible
github.com/go-openapi/runtime v0.19.29
github.com/go-openapi/strfmt v0.20.1
github.com/google/uuid v1.3.0
github.com/gorilla/context v1.1.1
github.com/gorilla/csrf v1.7.0
github.com/gorilla/mux v1.8.0
github.com/gorilla/sessions v1.2.1
github.com/grpc-ecosystem/grpc-gateway/v2 v2.5.0 // indirect
github.com/hashicorp/consul/api v1.8.1
github.com/jackc/pgx/v4 v4.12.0
github.com/lib/pq v1.10.2
github.com/mailgun/mailgun-go/v4 v4.5.1
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c
github.com/pariz/gountries v0.0.0-20200430155801-1c6a393df9c7
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
github.com/phyber/negroni-gzip v1.0.0
github.com/resonatecoop/user-api v1.0.0-10
github.com/resonatecoop/user-api-client v0.0.0-20220414135746-4287bec2bff3
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/shopspring/decimal v1.3.1 // indirect
github.com/stretchr/testify v1.7.0
github.com/test-go/testify v1.1.4 // indirect
github.com/trustelem/zxcvbn v1.0.1
github.com/unrolled/secure v1.0.9
github.com/uptrace/bun v1.0.22
github.com/uptrace/bun/dialect/pgdialect v1.0.19
github.com/uptrace/bun/extra/bundebug v1.0.22
github.com/urfave/cli v1.22.5
github.com/urfave/negroni v1.0.0
go.etcd.io/etcd v0.0.0-20191023171146-3cf2f69b5738
go.etcd.io/etcd/api/v3 v3.5.4
go.etcd.io/etcd/client/v3 v3.5.4
go.uber.org/atomic v1.8.0 // indirect
go.uber.org/multierr v1.7.0 // indirect
go.uber.org/zap v1.18.1 // indirect
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
golang.org/x/net v0.0.0-20210614182718-04defd469f4e
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba // indirect
google.golang.org/genproto v0.0.0-20210714021259-044028024a4f // indirect
google.golang.org/grpc v1.40.0-dev.0.20210623211556-d9eb12feed7a // indirect
gopkg.in/tylerb/graceful.v1 v1.2.15
)