-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
32 lines (30 loc) · 1.19 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
module github.com/best-expendables-v2/common-utils
go 1.15
require (
github.com/DATA-DOG/go-sqlmock v1.5.0
github.com/best-expendables-v2/logger v0.0.0-20210531153023-31ac18ea84d2
github.com/best-expendables-v2/newrelic-context v0.0.0-20210531153227-aaf24a1659cb
github.com/best-expendables-v2/user-service-client v0.0.0-20210531152935-8a9617716e79
github.com/fatih/structs v1.1.0
github.com/go-chi/chi v4.1.2+incompatible
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/go-redis/cache/v8 v8.1.1
github.com/go-redis/redis/v8 v8.3.1
github.com/gofrs/uuid v4.0.0+incompatible
github.com/google/go-querystring v1.1.0
github.com/gorilla/schema v1.2.0
github.com/joho/godotenv v1.4.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/leodido/go-urn v1.2.0 // indirect
github.com/lib/pq v1.10.2
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pkg/errors v0.9.1
github.com/smartystreets/goconvey v1.7.2 // indirect
github.com/stretchr/testify v1.7.0
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v9 v9.31.0
gorm.io/driver/mysql v1.3.5
gorm.io/driver/postgres v1.3.8
gorm.io/gorm v1.23.8
moul.io/http2curl v1.0.0
)