forked from target/goalert
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
73 lines (71 loc) · 3.2 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
module github.com/target/goalert
go 1.15
require (
cloud.google.com/go v0.51.0
contrib.go.opencensus.io/exporter/jaeger v0.2.0
contrib.go.opencensus.io/exporter/stackdriver v0.12.9
github.com/99designs/gqlgen v0.13.0
github.com/abiosoft/ishell v2.0.0+incompatible
github.com/abiosoft/readline v0.0.0-20180607040430-155bce2042db // indirect
github.com/agnivade/levenshtein v1.1.0 // indirect
github.com/alecthomas/chroma v0.7.1
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.28.6 // indirect
github.com/brianvoe/gofakeit v3.18.0+incompatible
github.com/coreos/go-oidc v2.1.0+incompatible
github.com/davecgh/go-spew v1.1.1
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/dlclark/regexp2 v1.2.0 // indirect
github.com/fatih/color v1.9.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-20191227052852-215e87163ea7
github.com/golang/mock v1.4.0
github.com/golang/protobuf v1.3.4 // indirect
github.com/google/go-cmp v0.4.0 // indirect
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/graphql-go/graphql v0.7.8
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/hashicorp/yamux v0.0.0-20190923154419-df201c70410d
github.com/jackc/pgconn v1.2.1
github.com/jackc/pgtype v1.1.0
github.com/jackc/pgx/v4 v4.2.1
github.com/jmespath/go-jmespath v0.3.0
github.com/joho/godotenv v1.3.0
github.com/mattn/go-colorable v0.1.4
github.com/mitchellh/mapstructure v1.3.3 // indirect
github.com/pelletier/go-toml v1.6.0
github.com/pkg/errors v0.9.1
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
github.com/rubenv/sql-migrate v0.0.0-20200119084958-8794cecc920c
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/cast v1.3.1 // indirect
github.com/spf13/cobra v0.0.6
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.6.2
github.com/stretchr/testify v1.5.1
github.com/ttacon/builder v0.0.0-20170518171403-c099f663e1c2 // indirect
github.com/ttacon/libphonenumber v1.1.0
github.com/uber/jaeger-client-go v2.20.1+incompatible // indirect
github.com/urfave/cli/v2 v2.2.0 // indirect
github.com/vbauerster/mpb/v4 v4.11.2
github.com/vektah/gqlparser/v2 v2.1.0
go.opencensus.io v0.22.2
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
golang.org/x/net v0.0.0-20200822124328-c89045814202
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd
golang.org/x/tools v0.0.0-20201013174405-d88ec18c69c7
google.golang.org/genproto v0.0.0-20200305110556-506484158171 // indirect
gopkg.in/ini.v1 v1.51.1 // indirect
gopkg.in/square/go-jose.v2 v2.4.0 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
)