-
Notifications
You must be signed in to change notification settings - Fork 8
/
go.mod
52 lines (50 loc) · 2.14 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
module github.com/quan-to/chevron
go 1.12
require (
bou.ke/monkey v1.0.2
github.com/DATA-DOG/go-sqlmock v1.5.0
github.com/alecthomas/kong v0.2.12
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
github.com/bouk/monkey v1.0.1
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/frankban/quicktest v1.11.2 // indirect
github.com/go-openapi/spec v0.20.0 // indirect
github.com/go-redis/cache/v8 v8.2.1
github.com/go-redis/redis/v8 v8.4.2
github.com/go-redis/redismock/v8 v8.0.1
github.com/golang-migrate/migrate/v4 v4.14.1
github.com/google/uuid v1.1.2
github.com/gorilla/mux v1.7.4
github.com/graphql-go/graphql v0.7.8
github.com/graphql-go/handler v0.2.3
github.com/hashicorp/go-retryablehttp v0.6.4 // indirect
github.com/hashicorp/go-rootcerts v1.0.0 // indirect
github.com/hashicorp/go-sockaddr v1.0.2 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/hashicorp/vault v1.1.0
github.com/jmoiron/sqlx v1.2.0
github.com/klauspost/compress v1.11.3 // indirect
github.com/kylelemons/godebug v1.1.0
github.com/lib/pq v1.8.0
github.com/logrusorgru/aurora v0.0.0-20200102142835-e9ef32dff381 // indirect
github.com/mewkiz/pkg v0.0.0-20200212014339-e3282939ac6c
github.com/mitchellh/mapstructure v1.1.2 // indirect
github.com/pierrec/lz4 v2.4.1+incompatible // indirect
github.com/pkg/errors v0.9.1
github.com/quan-to/slog v0.1.1
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/ryanuber/go-glob v1.0.0 // indirect
github.com/swaggo/http-swagger v1.0.0
github.com/swaggo/swag v1.7.0
github.com/vmihailenco/msgpack/v5 v5.1.0 // indirect
go.opentelemetry.io/otel v0.15.0 // indirect
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
golang.org/x/exp v0.0.0-20201215153530-b5a6e247da10 // indirect
golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a // indirect
golang.org/x/text v0.3.5 // indirect
golang.org/x/tools v0.0.0-20210112183307-1e6ecd4bf1b0 // indirect
gopkg.in/alecthomas/kingpin.v2 v2.2.6
gopkg.in/rethinkdb/rethinkdb-go.v6 v6.1.1
)