Golang_HomeWork/hw11_telnet_client/go.mod

9 lines
146 B
Modula-2

module github.com/tiburon-777/HW_OTUS/hw11_telnet_client
go 1.14
require (
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.5.1
)