forked from crowdedev/skeleton
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
29 lines (26 loc) · 863 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
29
module github.com/KejawenLab/skeleton/v3
go 1.16
require (
github.com/KejawenLab/bima/v4 v4.0.2
github.com/fatih/color v1.13.0
github.com/gertd/go-pluralize v0.2.1
github.com/goccy/go-json v0.9.8
github.com/grpc-ecosystem/grpc-gateway/v2 v2.10.3
github.com/iancoleman/strcase v0.2.0
github.com/jinzhu/copier v0.3.5
github.com/joho/godotenv v1.4.0
github.com/sarulabs/di/v2 v2.4.2
github.com/sarulabs/dingo/v4 v4.2.0
github.com/sirupsen/logrus v1.8.1
github.com/vito/go-interact v1.0.1
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4
google.golang.org/protobuf v1.28.0
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/pierrec/lz4/v4 v4.1.15 // indirect
golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 // indirect
golang.org/x/tools v0.1.11 // indirect
google.golang.org/grpc v1.47.0
gorm.io/driver/postgres v1.3.8 // indirect
)