-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
28 lines (26 loc) · 942 Bytes
/
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 github.com/uniwise/parrot
go 1.16
require (
github.com/AppsFlyer/go-sundheit v0.5.0
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/go-playground/validator v9.31.0+incompatible
github.com/go-redis/cache/v8 v8.4.4
github.com/go-redis/redis/v8 v8.11.5
github.com/golang/mock v1.6.0
github.com/johngb/langreg v0.0.0-20150123211413-5c6abc6d19d2
github.com/joho/godotenv v1.4.0
github.com/labstack/echo/v4 v4.10.0
github.com/leodido/go-urn v1.2.1 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/paulfarver/echo-pack v0.5.1
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.14.0
github.com/sirupsen/logrus v1.9.0
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/spf13/cobra v1.6.1
github.com/spf13/viper v1.14.0
golang.org/x/sync v0.1.0
golang.org/x/sys v0.3.0
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/resty.v1 v1.12.0
)