Add project files

This commit is contained in:
ChaoticByte 2024-06-29 09:38:07 +02:00
parent d93b571440
commit 2dd8f72714
No known key found for this signature in database
9 changed files with 260 additions and 1 deletions

17
go.mod Normal file
View file

@ -0,0 +1,17 @@
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
)