This repository has been archived on 2025-09-28. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
ass/go.mod

18 lines
505 B
Modula-2
Raw Permalink Normal View History

2024-06-29 09:38:07 +02:00
module github.com/ChaoticByte/ass
go 1.22.4
require (
github.com/gliderlabs/ssh v0.3.7
github.com/goccy/go-yaml v1.11.3
)
require (
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
github.com/fatih/color v1.17.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
golang.org/x/crypto v0.24.0 // indirect
golang.org/x/sys v0.21.0 // indirect
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
)