-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (19 loc) · 678 Bytes
/
go.mod
File metadata and controls
22 lines (19 loc) · 678 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/umatare5/telee
go 1.24.0
require (
github.com/google/goexpect v0.0.0-20210430020637-ab937bf7fd6f
github.com/jinzhu/configor v1.2.2
github.com/urfave/cli/v3 v3.7.0
github.com/ziutek/telnet v0.1.0
golang.org/x/crypto v0.48.0
)
require (
github.com/BurntSushi/toml v1.5.0 // indirect
github.com/google/goterm v0.0.0-20200907032337-555d40f16ae2 // indirect
golang.org/x/net v0.49.0 // indirect
golang.org/x/sys v0.41.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250409194420-de1ac958c67a // indirect
google.golang.org/grpc v1.71.1 // indirect
google.golang.org/protobuf v1.36.6 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)