-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
23 lines (21 loc) · 946 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
module github.com/fanghongbo/dacm
go 1.14
require (
github.com/aliyun/alibaba-cloud-sdk-go v1.61.1161
github.com/buger/jsonparser v1.1.1
github.com/fastly/go-utils v0.0.0-20180712184237-d95a45783239 // indirect
github.com/go-errors/errors v1.1.1
github.com/golang/mock v1.5.0
github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869 // indirect
github.com/jonboulle/clockwork v0.2.2 // indirect
github.com/lestrrat/go-envload v0.0.0-20180220120943-6ed08b54a570 // indirect
github.com/lestrrat/go-file-rotatelogs v0.0.0-20180223000712-d3151e2a480f
github.com/lestrrat/go-strftime v0.0.0-20180220042222-ba3bf9c1d042 // indirect
github.com/pkg/errors v0.9.1
github.com/shirou/gopsutil/v3 v3.21.3
github.com/stretchr/testify v1.7.0
github.com/tebeka/strftime v0.1.5 // indirect
github.com/toolkits/concurrent v0.0.0-20150624120057-a4371d70e3e3
go.uber.org/zap v1.16.0
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
)