-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgo.mod
54 lines (52 loc) · 2.18 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/iwanjunaid/basesvc
go 1.15
require (
github.com/RoseRocket/xerrs v1.2.0
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/arsmn/fiber-swagger/v2 v2.2.0
github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef // indirect
github.com/cenkalti/backoff/v4 v4.1.0
github.com/certifi/gocertifi v0.0.0-20200922220541-2c3bb06c6054 // indirect
github.com/confluentinc/confluent-kafka-go v1.5.2
github.com/evalphobia/logrus_sentry v0.8.2
github.com/fsnotify/fsnotify v1.4.9
github.com/getsentry/raven-go v0.2.0 // indirect
github.com/go-delve/delve v1.5.0 // indirect
github.com/go-ozzo/ozzo-validation v3.6.0+incompatible
github.com/go-redis/cache/v7 v7.0.2
github.com/go-redis/redis/v7 v7.4.0
github.com/go-resty/resty/v2 v2.3.0
github.com/go-sql-driver/mysql v1.5.0
github.com/gofiber/adaptor/v2 v2.0.3 // indirect
github.com/gofiber/fiber/v2 v2.2.0
github.com/golang-migrate/migrate/v4 v4.14.1
github.com/golang/mock v1.4.4
github.com/google/go-dap v0.3.0 // indirect
github.com/iwanjunaid/mokabox v1.0.0
github.com/jmoiron/sqlx v1.2.0
github.com/joho/godotenv v1.3.0
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/newrelic/go-agent v3.9.0+incompatible
github.com/newrelic/go-agent/v3 v3.9.0
github.com/newrelic/go-agent/v3/integrations/nrlogrus v1.0.0
github.com/newrelic/go-agent/v3/integrations/nrredis-v7 v1.0.0
github.com/peterh/liner v1.2.0 // indirect
github.com/pkg/errors v0.9.1
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/satori/go.uuid v1.2.0
github.com/sirupsen/logrus v1.7.0
github.com/smartystreets/goconvey v1.6.4
github.com/spf13/cobra v1.1.1
github.com/spf13/viper v1.7.1
github.com/swaggo/swag v1.6.9
github.com/valyala/fasthttp v1.17.0
github.com/vmihailenco/msgpack v4.0.4+incompatible
github.com/vmihailenco/msgpack/v4 v4.2.0
go.mongodb.org/mongo-driver v1.4.3
go.starlark.net v0.0.0-20201118183435-e55f603d8c79 // indirect
golang.org/x/arch v0.0.0-20201008161808-52c3e6f60cff // indirect
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 // indirect
gopkg.in/resty.v1 v1.12.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)