File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ require (
22
22
github.com/mackerelio/golib v1.2.1
23
23
github.com/mattn/go-encoding v0.0.2
24
24
github.com/mattn/go-zglob v0.0.4
25
+ github.com/miekg/dns v1.1.50
25
26
github.com/natefinch/atomic v1.0.1
26
27
github.com/shirou/gopsutil/v3 v3.22.12
27
28
github.com/stretchr/testify v1.8.1
@@ -46,7 +47,6 @@ require (
46
47
github.com/gogo/protobuf v1.3.2 // indirect
47
48
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
48
49
github.com/jmespath/go-jmespath v0.4.0 // indirect
49
- github.com/miekg/dns v1.1.50 // indirect
50
50
github.com/moby/sys/mount v0.3.3 // indirect
51
51
github.com/moby/sys/mountinfo v0.6.2 // indirect
52
52
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
Original file line number Diff line number Diff line change @@ -854,6 +854,7 @@ golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208/go.mod h1:RxMgew5VJxzue5/jJ
854
854
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
855
855
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
856
856
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
857
+ golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 h1:uVc8UZUe6tr40fFVnUP5Oj+veunVezqYl9z7DYw9xzw =
857
858
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
858
859
golang.org/x/sys v0.0.0-20180830151530-49385e6e1522 /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
859
860
golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33 /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
You can’t perform that action at this time.
0 commit comments