-
Notifications
You must be signed in to change notification settings - Fork 6
/
go.mod
102 lines (99 loc) · 4.71 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
module github.com/topfreegames/marathon
go 1.19
require (
github.com/DataDog/datadog-go v0.0.0-20180330214955-e67964b4021a
github.com/Shopify/sarama v1.22.1
github.com/asaskevich/govalidator v0.0.0-20161001163130-7b3beb6df3c4
github.com/aws/aws-sdk-go v1.12.72
github.com/confluentinc/confluent-kafka-go v0.11.6
github.com/digitalocean/go-workers2 v0.10.4
github.com/getsentry/raven-go v0.2.1-0.20190419175539-919484f041ea
github.com/jarcoal/httpmock v1.2.0
github.com/jrallison/go-workers v0.0.0-20161202000216-d60d79dbbfbb
github.com/labstack/echo-contrib v0.13.0
github.com/labstack/echo/v4 v4.9.1
github.com/lib/pq v0.0.0-20160806144029-80f8150043c8
github.com/newrelic/go-agent v1.11.0
github.com/onsi/ginkgo v1.14.2
github.com/onsi/gomega v1.10.4
github.com/pressly/goose v0.0.0-20161106184528-d6e8fe029271
github.com/satori/go.uuid v1.2.0
github.com/sendgrid/sendgrid-go v3.4.1+incompatible
github.com/sirupsen/logrus v1.6.0
github.com/spf13/cobra v1.1.1
github.com/spf13/viper v1.7.0
github.com/topfreegames/extensions v8.2.1+incompatible
github.com/topfreegames/go-extensions-http v1.0.0
github.com/uber-go/zap v0.0.0-20160809182253-d11d2851fcab
github.com/valyala/fasttemplate v1.2.1
gopkg.in/pg.v5 v5.3.3
gopkg.in/redis.v5 v5.2.9
)
require (
github.com/BurntSushi/toml v1.2.1 // indirect
github.com/DataDog/zstd v1.4.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/bitly/go-simplejson v0.5.0 // indirect
github.com/certifi/gocertifi v0.0.0-20160926115448-a61bf5eafa3a // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/customerio/gospec v0.0.0-20130710230057-a5cc0e48aa39 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/eapache/go-resiliency v1.1.0 // indirect
github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21 // indirect
github.com/eapache/queue v1.1.0 // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/garyburd/redigo v1.0.1-0.20161122183206-d7de57ceb51b // indirect
github.com/go-ini/ini v1.39.0 // indirect
github.com/go-redis/redis/v8 v8.4.4 // indirect
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
github.com/golang/mock v1.6.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/google/uuid v1.1.4 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jinzhu/inflection v0.0.0-20160817014601-74387dc39a75 // indirect
github.com/jmespath/go-jmespath v0.0.0-20160202185014-0b12d6b521d8 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/labstack/gommon v0.4.0 // indirect
github.com/magiconair/properties v1.8.1 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/mitchellh/mapstructure v1.1.2 // indirect
github.com/nxadm/tail v1.4.6 // indirect
github.com/opentracing/opentracing-go v1.2.0 // indirect
github.com/pelletier/go-toml v1.2.0 // indirect
github.com/pierrec/lz4 v0.0.0-20190327172049-315a67e90e41 // indirect
github.com/prometheus/client_golang v1.14.0 // indirect
github.com/prometheus/client_model v0.3.0 // indirect
github.com/prometheus/common v0.37.0 // indirect
github.com/prometheus/procfs v0.8.0 // indirect
github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a // indirect
github.com/sendgrid/rest v2.4.0+incompatible // indirect
github.com/smartystreets/goconvey v1.7.2 // indirect
github.com/spf13/afero v1.1.2 // indirect
github.com/spf13/cast v1.3.0 // indirect
github.com/spf13/jwalterweatherman v1.0.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/subosito/gotenv v1.2.0 // indirect
github.com/topfreegames/go-extensions-tracing v1.0.0 // indirect
github.com/uber-go/atomic v1.3.1 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
go.opentelemetry.io/otel v0.15.0 // indirect
go.uber.org/atomic v1.10.0 // indirect
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect
golang.org/x/net v0.2.0 // indirect
golang.org/x/sys v0.2.0 // indirect
golang.org/x/text v0.4.0 // indirect
golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)