hardware-tests/go.mod
Gregory Ballantine cb0420f77d
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Added initial command structure; added ping network test command
2022-02-25 21:49:09 -05:00

9 lines
162 B
Modula-2

module git.metaunix.net/bitgoblin/hardware-tests
go 1.16
require (
github.com/go-ping/ping v0.0.0-20211130115550-779d1e919534
github.com/spf13/cobra v1.3.0
)