forked from target/goalert
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
75 lines (73 loc) · 3.39 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
module github.com/target/goalert
go 1.13
require (
cloud.google.com/go v0.49.0
contrib.go.opencensus.io/exporter/jaeger v0.2.0
contrib.go.opencensus.io/exporter/stackdriver v0.12.8
github.com/99designs/gqlgen v0.10.2
github.com/abiosoft/ishell v2.0.0+incompatible
github.com/abiosoft/readline v0.0.0-20180607040430-155bce2042db // indirect
github.com/agnivade/levenshtein v1.0.3 // indirect
github.com/alecthomas/chroma v0.7.0
github.com/alecthomas/colour v0.1.0 // indirect
github.com/alecthomas/repr v0.0.0-20181024024818-d37bc2a10ba1 // indirect
github.com/alexeyco/simpletable v0.0.0-20191023080658-fe3ac9971811
github.com/aws/aws-sdk-go v1.25.38 // indirect
github.com/brianvoe/gofakeit v3.18.0+incompatible
github.com/chzyer/logex v1.1.10 // indirect
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 // indirect
github.com/coreos/go-oidc v2.1.0+incompatible
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/davecgh/go-spew v1.1.1
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/dgryski/trifles v0.0.0-20190809233526-a06f71cd0619 // indirect
github.com/dlclark/regexp2 v1.2.0 // indirect
github.com/fatih/color v1.7.0
github.com/felixge/httpsnoop v1.0.1
github.com/flynn-archive/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect
github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9
github.com/golang/mock v1.3.1
github.com/google/go-github v17.0.0+incompatible
github.com/google/go-querystring v1.0.0 // indirect
github.com/gordonklaus/ineffassign v0.0.0-20190601041439-ed7b1b5ee0f8
github.com/gorilla/websocket v1.4.1 // indirect
github.com/graphql-go/graphql v0.7.8
github.com/hashicorp/golang-lru v0.5.3 // indirect
github.com/jackc/pgconn v1.1.0
github.com/jackc/pgtype v1.0.3
github.com/jackc/pgx/v4 v4.1.2
github.com/joho/godotenv v1.3.0
github.com/mattn/go-colorable v0.1.4
github.com/mattn/go-isatty v0.0.10 // indirect
github.com/pelletier/go-toml v1.6.0
github.com/pkg/errors v0.8.1
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
github.com/rubenv/sql-migrate v0.0.0-20191121092708-da1cb182f00e
github.com/satori/go.uuid v1.2.0
github.com/shopspring/decimal v0.0.0-20191009025716-f1972eb1d1f5 // indirect
github.com/sirupsen/logrus v1.4.2
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cobra v0.0.5
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.5.0
github.com/stretchr/testify v1.4.0
github.com/ttacon/builder v0.0.0-20170518171403-c099f663e1c2 // indirect
github.com/ttacon/libphonenumber v1.0.1
github.com/uber/jaeger-client-go v2.20.1+incompatible // indirect
github.com/urfave/cli v1.22.2 // indirect
github.com/vbauerster/mpb/v4 v4.11.1
github.com/vektah/gqlparser v1.2.0
go.opencensus.io v0.22.2
golang.org/x/crypto v0.0.0-20191202143827-86a70503ff7e
golang.org/x/net v0.0.0-20191126235420-ef20fe5d7933
golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6
golang.org/x/sys v0.0.0-20191120155948-bd437916bb0e // indirect
golang.org/x/tools v0.0.0-20191203134012-c197fd4bf371
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898 // indirect
google.golang.org/genproto v0.0.0-20191115221424-83cc0476cb11 // indirect
google.golang.org/grpc v1.25.1 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/square/go-jose.v2 v2.4.0 // indirect
gopkg.in/yaml.v2 v2.2.7 // indirect
)