chore: Add cobra to deps, and linter to proj

This commit is contained in:
2026-06-11 21:10:51 +03:00
parent 835acd2b92
commit be42840c64
4 changed files with 61 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
module gitea.d3m0k1d.ru/HellreigN/Agent
go 1.26.4
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/cobra v1.10.2 // indirect
github.com/spf13/pflag v1.0.10 // indirect
)