-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (20 loc) · 784 Bytes
/
go.mod
File metadata and controls
22 lines (20 loc) · 784 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/ZeroTechh/UserMainService
go 1.14
require (
github.com/ZeroTechh/VelocityCore v0.0.36
github.com/ZeroTechh/blaze v0.1.6
github.com/ZeroTechh/hades v0.1.9
github.com/ZeroTechh/sentinal/v2 v2.0.10
github.com/google/go-cmp v0.3.1 // indirect
github.com/google/uuid v1.1.1
github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a
github.com/pkg/errors v0.8.1
github.com/stretchr/testify v1.4.0
github.com/xdg/stringprep v1.0.0 // indirect
go.mongodb.org/mongo-driver v1.3.2
go.uber.org/zap v1.14.1
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect
golang.org/x/net v0.0.0-20191011234655-491137f69257
golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3 // indirect
golang.org/x/tools v0.0.0-20191113055240-e33b02e76616 // indirect
)