Skip to content

Commit e97f0e4

Browse files
committed
go mod tidy
1 parent 8752655 commit e97f0e4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ require (
2222
github.com/mackerelio/golib v1.2.1
2323
github.com/mattn/go-encoding v0.0.2
2424
github.com/mattn/go-zglob v0.0.4
25+
github.com/miekg/dns v1.1.50
2526
github.com/natefinch/atomic v1.0.1
2627
github.com/shirou/gopsutil/v3 v3.22.12
2728
github.com/stretchr/testify v1.8.1
@@ -46,7 +47,6 @@ require (
4647
github.com/gogo/protobuf v1.3.2 // indirect
4748
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
4849
github.com/jmespath/go-jmespath v0.4.0 // indirect
49-
github.com/miekg/dns v1.1.50 // indirect
5050
github.com/moby/sys/mount v0.3.3 // indirect
5151
github.com/moby/sys/mountinfo v0.6.2 // indirect
5252
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect

go.sum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -854,6 +854,7 @@ golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208/go.mod h1:RxMgew5VJxzue5/jJ
854854
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
855855
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
856856
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=
857858
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
858859
golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
859860
golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=

0 commit comments

Comments
 (0)