2024-08-02 13:04:41 -06:00
|
|
|
module sshpong
|
|
|
|
|
2024-08-03 11:05:14 -06:00
|
|
|
go 1.22.2
|
2024-08-02 13:04:41 -06:00
|
|
|
|
2024-08-05 18:00:41 -06:00
|
|
|
require (
|
|
|
|
github.com/google/uuid v1.6.0
|
|
|
|
google.golang.org/protobuf v1.34.2
|
2024-08-08 18:51:51 -06:00
|
|
|
golang.org/x/sys v0.23.0 // indirect
|
|
|
|
golang.org/x/term v0.22.0 // indirect
|
2024-08-05 18:00:41 -06:00
|
|
|
)
|