gitignore

This commit is contained in:
Andrew Toner
2025-08-27 11:53:37 -07:00
parent 38c6120e95
commit 96014e76dd
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@@ -28,3 +28,5 @@ go.work.sum
.vscode
gen/
out/

2
go.mod
View File

@@ -12,13 +12,13 @@ require (
)
require (
github.com/asticode/go-astikit v0.42.0
github.com/caarlos0/env/v6 v6.10.1
github.com/mattn/go-isatty v0.0.19
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
)
require (
github.com/asticode/go-astikit v0.42.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
golang.org/x/net v0.34.0 // indirect
golang.org/x/sys v0.29.0 // indirect