diff --git a/bin/.go-1.23.4.pkg b/bin/.go-1.23.5.pkg similarity index 100% rename from bin/.go-1.23.4.pkg rename to bin/.go-1.23.5.pkg diff --git a/bin/go b/bin/go index 3c91a6c..abaace1 120000 --- a/bin/go +++ b/bin/go @@ -1 +1 @@ -.go-1.23.4.pkg \ No newline at end of file +.go-1.23.5.pkg \ No newline at end of file diff --git a/bin/gofmt b/bin/gofmt index 3c91a6c..abaace1 120000 --- a/bin/gofmt +++ b/bin/gofmt @@ -1 +1 @@ -.go-1.23.4.pkg \ No newline at end of file +.go-1.23.5.pkg \ No newline at end of file diff --git a/go.mod b/go.mod index 0a62bcf..4908d41 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.22.0 require ( github.com/alecthomas/assert/v2 v2.11.0 - golang.org/x/tools v0.28.0 + golang.org/x/tools v0.29.0 ) require ( diff --git a/go.sum b/go.sum index 547d3d4..e819b1a 100644 --- a/go.sum +++ b/go.sum @@ -14,3 +14,5 @@ golang.org/x/tools v0.27.0 h1:qEKojBykQkQ4EynWy4S8Weg69NumxKdn40Fce3uc/8o= golang.org/x/tools v0.27.0/go.mod h1:sUi0ZgbwW9ZPAq26Ekut+weQPR5eIM6GQLQ1Yjm1H0Q= golang.org/x/tools v0.28.0 h1:WuB6qZ4RPCQo5aP3WdKZS7i595EdWqWR8vqJTlwTVK8= golang.org/x/tools v0.28.0/go.mod h1:dcIOrVd3mfQKTgrDVQHqCPMWy6lnhfhtX3hLXYVLfRw= +golang.org/x/tools v0.29.0 h1:Xx0h3TtM9rzQpQuR4dKLrdglAmCEN5Oi+P74JdhdzXE= +golang.org/x/tools v0.29.0/go.mod h1:KMQVMRsVxU6nHCFXrBPhDB8XncLNLM0lIy/F14RP588=