PracticeDev/study_go/test_iperf/go.mod

21 lines
820 B
Modula-2
Raw Normal View History

2022-12-20 17:31:11 +08:00
module test_iperf
go 1.17
require (
github.com/BGrewell/go-conversions v0.0.0-20201203155646-5e189e4ca087 // indirect
github.com/BGrewell/go-iperf v0.0.0-20220419142523-6b8246947c28 // indirect
github.com/BGrewell/tail v1.0.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/uuid v1.1.2 // indirect
github.com/hpcloud/tail v1.0.0 // indirect
golang.org/x/net v0.0.0-20190311183353-d8887717615a // indirect
golang.org/x/sys v0.0.0-20191005200804-aed5e4c7ecf9 // indirect
golang.org/x/text v0.3.0 // indirect
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
google.golang.org/grpc v1.36.1 // indirect
google.golang.org/protobuf v1.26.0 // indirect
gopkg.in/fsnotify.v1 v1.4.7 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
)