Initial commit

This commit is contained in:
2025-11-13 17:33:26 +01:00
commit 489510ad3a
3 changed files with 54 additions and 0 deletions

14
go.mod Normal file
View File

@@ -0,0 +1,14 @@
module escape
go 1.23.6
require git.site.quack-lab.dev/dave/cylogger v1.5.0
require (
github.com/google/go-cmp v0.5.9 // indirect
github.com/hexops/valast v1.5.0 // indirect
golang.org/x/mod v0.7.0 // indirect
golang.org/x/sys v0.3.0 // indirect
golang.org/x/tools v0.4.0 // indirect
mvdan.cc/gofumpt v0.4.0 // indirect
)