Skip to content

Commit

Permalink
Tidy go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
haylinmoore committed Aug 26, 2021
1 parent ca7916d commit d67c008
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ go 1.16

require (
github.com/gliderlabs/ssh v0.3.3
github.com/go-ping/ping v0.0.0-20210506233800-ff8be3320020
github.com/hamptonmoore/ping v0.0.0-20210826195710-af6b62e71c50
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
golang.org/x/net v0.0.0-20210825183410-e898025ed96a // indirect
Expand Down
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be h1:9AeTilPcZAjCFI
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be/go.mod h1:ySMOLuWl6zY27l47sB3qLNK6tF2fkHG55UZxx8oIVo4=
github.com/gliderlabs/ssh v0.3.3 h1:mBQ8NiOgDkINJrZtoizkC3nDNYgSaWtxyem6S2XHBtA=
github.com/gliderlabs/ssh v0.3.3/go.mod h1:ZSS+CUoKHDrqVakTfTWUlKSr9MtMFkC4UvtQKD7O914=
github.com/go-ping/ping v0.0.0-20210506233800-ff8be3320020 h1:mdi6AbCEoKCA1xKCmp7UtRB5fvGFlP92PvlhxgdvXEw=
github.com/go-ping/ping v0.0.0-20210506233800-ff8be3320020/go.mod h1:KmHOjTUmJh/l04ukqPoBWPEZr9jwN05h5NXQl5C+DyY=
github.com/hamptonmoore/ping v0.0.0-20210826195710-af6b62e71c50 h1:iamJjs8O8ZN2J9tRUAakL+TlfM1rU+X07pdKUZt2BSQ=
github.com/hamptonmoore/ping v0.0.0-20210826195710-af6b62e71c50/go.mod h1:JQVDD9b7TsdCJzbwXOWUOR6zkZMDMxHNd0Sh+nE6ezM=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
Expand Down

0 comments on commit d67c008

Please sign in to comment.