diff --git a/.gitignore b/.gitignore index 9552842..684ccc4 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,7 @@ result # nuclei templates nuclei-templates + +# claude files +CLAUDE.md +.claude/ diff --git a/go.mod b/go.mod index 4f0445b..7ecf23e 100644 --- a/go.mod +++ b/go.mod @@ -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