-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
27 lines (25 loc) · 1.03 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
module github.com/justcy/uc
go 1.16
require (
github.com/crufter/lexer v0.0.0-20120907053443-23fe8c7add01
github.com/evanphx/json-patch/v5 v5.5.0 // indirect
github.com/golang/protobuf v1.5.2
github.com/google/go-cmp v0.5.6 // indirect
github.com/google/uuid v1.3.0
github.com/jackc/pgx/v4 v4.13.0
github.com/micro/go-micro v1.18.0
github.com/micro/micro/v3 v3.3.1-0.20210611161948-fd9821dd4f52
github.com/micro/services v0.18.0
github.com/miekg/dns v1.1.43 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/stretchr/objx v0.3.0 // indirect
golang.org/x/net v0.0.0-20210510120150-4163338589ed // indirect
google.golang.org/genproto v0.0.0-20210701191553-46259e63a0a9 // indirect
google.golang.org/grpc/examples v0.0.0-20210803221256-6ba56c814be7 // indirect
google.golang.org/protobuf v1.27.1
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
gorm.io/datatypes v1.0.1
gorm.io/gorm v1.21.12
)