diff --git a/go.mod b/go.mod index c437303..8be4fcb 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,7 @@ module github.com/AlexSafatli/Garrus go 1.22 +toolchain go1.24.1 require ( github.com/antlr4-go/antlr/v4 v4.13.0 @@ -14,7 +15,7 @@ require ( github.com/BurntSushi/toml v1.3.2 // indirect github.com/gorilla/websocket v1.4.2 // indirect github.com/stretchr/testify v1.8.4 // indirect - golang.org/x/crypto v0.31.0 // indirect + golang.org/x/crypto v0.35.0 // indirect golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc // indirect - golang.org/x/sys v0.28.0 // indirect + golang.org/x/sys v0.30.0 // indirect )