diff --git a/.gitignore b/.gitignore index 5cf3099..5b323cf 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ *.so *.dylib .DS_Store +cage # Test binary, build with `go test -c` *.test diff --git a/go.mod b/go.mod index 54060a5..3213312 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/loilo-inc/canarycage -go 1.25.5 +go 1.25.7 require ( github.com/aws/aws-sdk-go-v2 v1.41.1