-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
28 lines (26 loc) · 1.06 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
module gitlab.com/mmdaz/arvan-challenge
go 1.14
require (
github.com/alicebob/miniredis/v2 v2.14.1 // indirect
github.com/confluentinc/confluent-kafka-go v1.5.2
github.com/gin-gonic/gin v1.6.3
github.com/go-playground/validator/v10 v10.4.1 // indirect
github.com/go-redis/redis/v7 v7.4.0
github.com/go-redsync/redsync/v4 v4.0.4
github.com/golang/protobuf v1.4.3 // indirect
github.com/jackc/pgx v3.6.2+incompatible
github.com/json-iterator/go v1.1.10 // indirect
github.com/labstack/gommon v0.3.0
github.com/leodido/go-urn v1.2.1 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/nyaruka/phonenumbers v1.0.60
github.com/pkg/errors v0.8.1
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.6.1
github.com/ugorji/go v1.2.1 // indirect
golang.org/x/crypto v0.0.0-20201208171446-5f87f3452ae9 // indirect
golang.org/x/sys v0.0.0-20201214095126-aec9a390925b // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)