v1.0.0
Golang lint / docker-smoke (push) Successful in 17s
Golang lint / lint (push) Failing after 18s

This commit is contained in:
2026-08-06 12:22:44 +03:00
parent a47ac72db0
commit bb2fa57bbe
21 changed files with 1075 additions and 0 deletions
+5
View File
@@ -1,3 +1,8 @@
module git.scuroneko.dev/ScuroNeko/est
go 1.26.5
require (
github.com/BurntSushi/toml v1.6.0
github.com/spf13/pflag v1.0.10
)