chore: upgrade to go 1.25 and ignore claude files

- update go.mod to use go 1.23 with toolchain go1.25.5
- add CLAUDE.md and .claude/ to .gitignore
This commit is contained in:
Celeste Hickenlooper
2026-01-02 17:13:16 -08:00
parent e2ac47d5ce
commit 0e4de7872e
2 changed files with 7 additions and 2 deletions

4
.gitignore vendored
View File

@@ -31,3 +31,7 @@ result
# nuclei templates
nuclei-templates
# claude files
CLAUDE.md
.claude/

5
go.mod
View File

@@ -1,7 +1,8 @@
module github.com/dropalldatabases/sif
go 1.21
toolchain go1.22.5
go 1.23
toolchain go1.25.5
require (
github.com/antchfx/htmlquery v1.3.0