This repository has been archived by the owner on Feb 4, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
53 lines (51 loc) · 2.02 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
module github.com/ravielze/oculi
go 1.16
require (
github.com/boombuler/barcode v1.0.1
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/danhper/structomap v0.6.2
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/fatih/structs v1.1.0 // indirect
github.com/gabriel-vasile/mimetype v1.3.1
github.com/go-playground/locales v0.14.0
github.com/go-playground/universal-translator v0.18.0
github.com/go-playground/validator/v10 v10.9.0
github.com/go-redis/redis/v8 v8.11.3
github.com/gofrs/uuid v4.0.0+incompatible
github.com/gojek/heimdall v5.0.2+incompatible
github.com/gojektech/heimdall v5.0.2+incompatible // indirect
github.com/gojektech/valkyrie v0.0.0-20190210220504-8f62c1e7ba45 // indirect
github.com/golang-jwt/jwt/v4 v4.0.0
github.com/golang/mock v1.6.0
github.com/google/uuid v1.3.0 // indirect
github.com/huandu/xstrings v1.3.2 // indirect
github.com/jackc/pgx/v4 v4.13.0 // indirect
github.com/joho/godotenv v1.3.0
github.com/json-iterator/go v1.1.11
github.com/kelseyhightower/envconfig v1.4.0
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
github.com/labstack/echo/v4 v4.5.0
github.com/labstack/gommon v0.3.0
github.com/martinlindhe/base36 v1.1.0
github.com/mattn/go-isatty v0.0.13 // indirect
github.com/minio/md5-simd v1.1.2 // indirect
github.com/minio/minio-go/v7 v7.0.13
github.com/minio/sha256-simd v1.0.0 // indirect
github.com/pkg/errors v0.9.1
github.com/rs/xid v1.3.0 // indirect
github.com/stretchr/testify v1.7.0
github.com/xuri/excelize/v2 v2.4.1
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/dig v1.12.0
go.uber.org/multierr v1.7.0 // indirect
go.uber.org/zap v1.19.0
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
golang.org/x/net v0.0.0-20210903162142-ad29c8ab022f // indirect
golang.org/x/sys v0.0.0-20210903071746-97244b99971b // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
gopkg.in/ini.v1 v1.62.1 // indirect
gorm.io/driver/mysql v1.1.2
gorm.io/driver/postgres v1.1.0
gorm.io/gorm v1.21.14
)