2024-08-02 13:04:41 -06:00
|
|
|
module sshpong
|
|
|
|
|
2024-10-03 22:41:33 -06:00
|
|
|
go 1.23.1
|
2024-08-02 13:04:41 -06:00
|
|
|
|
2024-08-05 18:00:41 -06:00
|
|
|
require (
|
|
|
|
github.com/google/uuid v1.6.0
|
2024-08-26 10:02:05 -06:00
|
|
|
golang.org/x/exp v0.0.0-20240823005443-9b4947da3948
|
2024-10-03 22:41:33 -06:00
|
|
|
golang.org/x/term v0.22.0
|
2024-08-26 10:02:05 -06:00
|
|
|
google.golang.org/protobuf v1.34.2
|
2024-08-05 18:00:41 -06:00
|
|
|
)
|
2024-10-03 22:41:33 -06:00
|
|
|
|
|
|
|
require golang.org/x/sys v0.23.0 // indirect
|