-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
48 lines (46 loc) · 1.85 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
module github.com/KejawenLab/bima/v4
go 1.16
require (
github.com/CAFxX/httpcompression v0.0.8
github.com/ThreeDotsLabs/watermill v1.2.0-rc.11
github.com/ThreeDotsLabs/watermill-amqp v1.1.4
github.com/ThreeDotsLabs/watermill-kafka/v2 v2.2.2
github.com/allegro/bigcache/v3 v3.0.2
github.com/fatih/color v1.13.0
github.com/gertd/go-pluralize v0.1.7
github.com/go-playground/validator/v10 v10.11.0
github.com/go-stack/stack v1.8.1 // indirect
github.com/goccy/go-json v0.9.7
github.com/goddtriffin/helmet v1.0.2
github.com/golang-jwt/jwt/v4 v4.4.2
github.com/google/uuid v1.3.0
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.10.3
github.com/iancoleman/strcase v0.2.0
github.com/jinzhu/now v1.1.5 // indirect
github.com/kamva/mgm/v3 v3.4.1
github.com/klauspost/compress v1.15.7 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/olivere/elastic/v7 v7.0.32
github.com/rs/cors v1.8.2
github.com/sarulabs/dingo/v4 v4.0.2
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.8.0
github.com/vcraescu/go-paginator/v2 v2.0.0
github.com/xdg-go/scram v1.1.1 // indirect
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
go.mongodb.org/mongo-driver v1.9.1
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
golang.org/x/mod v0.4.2
golang.org/x/net v0.0.0-20220630215102-69896b714898 // indirect
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f // indirect
golang.org/x/sys v0.0.0-20220704084225-05e143d24a9e // indirect
golang.org/x/tools v0.1.5 // indirect
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
google.golang.org/genproto v0.0.0-20220630174209-ad1d48641aa7 // indirect
google.golang.org/grpc v1.47.0
gopkg.in/yaml.v2 v2.4.0
gorm.io/driver/mysql v1.3.4
gorm.io/driver/postgres v1.3.7
gorm.io/gorm v1.23.7
)