hardware-tests/go.mod
Gregory Ballantine 4396c7a07f
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Added a general network test command using speedtest.net API
2022-02-26 00:18:48 -05:00

10 lines
202 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/showwin/speedtest-go v1.1.5
github.com/spf13/cobra v1.3.0
)