Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2336c73

Browse files
committed
go.mod: tidy
Change-Id: If3b5fe42e7dd7858dcce02a3a24a5e59736815a2 Signed-off-by: Brad Fitzpatrick <[email protected]>
1 parent 96fec4b commit 2336c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ require (
2828
github.com/jsimonetti/rtnetlink v1.1.2-0.20220408201609-d380b505068b
2929
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
3030
github.com/klauspost/compress v1.13.6
31+
github.com/kortschak/wol v0.0.0-20200729010619-da482cc4850a
3132
github.com/mdlayher/genetlink v1.2.0
3233
github.com/mdlayher/netlink v1.6.0
3334
github.com/mdlayher/sdnotify v1.0.0
@@ -167,7 +168,6 @@ require (
167168
github.com/kevinburke/ssh_config v1.1.0 // indirect
168169
github.com/kisielk/errcheck v1.6.0 // indirect
169170
github.com/kisielk/gotool v1.0.0 // indirect
170-
github.com/kortschak/wol v0.0.0-20200729010619-da482cc4850a // indirect
171171
github.com/kr/fs v0.1.0 // indirect
172172
github.com/kr/pretty v0.3.0 // indirect
173173
github.com/kr/text v0.2.0 // indirect

0 commit comments

Comments
 (0)