From 88d397a132a0e04bf9f47b87b49b5a47c5bc6964 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 01:42:20 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- bin/{.go-1.22.1.pkg => .go-1.22.2.pkg} | 0 bin/go | 2 +- bin/gofmt | 2 +- go.mod | 2 +- go.sum | 2 ++ 5 files changed, 5 insertions(+), 3 deletions(-) rename bin/{.go-1.22.1.pkg => .go-1.22.2.pkg} (100%) diff --git a/bin/.go-1.22.1.pkg b/bin/.go-1.22.2.pkg similarity index 100% rename from bin/.go-1.22.1.pkg rename to bin/.go-1.22.2.pkg diff --git a/bin/go b/bin/go index 2b44c98..d9bfd88 120000 --- a/bin/go +++ b/bin/go @@ -1 +1 @@ -.go-1.22.1.pkg \ No newline at end of file +.go-1.22.2.pkg \ No newline at end of file diff --git a/bin/gofmt b/bin/gofmt index 2b44c98..d9bfd88 120000 --- a/bin/gofmt +++ b/bin/gofmt @@ -1 +1 @@ -.go-1.22.1.pkg \ No newline at end of file +.go-1.22.2.pkg \ No newline at end of file diff --git a/go.mod b/go.mod index c2500d1..f3ac0d0 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/alecthomas/langx go 1.18 require ( - github.com/alecthomas/assert/v2 v2.7.0 + github.com/alecthomas/assert/v2 v2.8.0 github.com/alecthomas/participle/v2 v2.1.1 github.com/alecthomas/repr v0.4.0 github.com/pkg/errors v0.9.1 diff --git a/go.sum b/go.sum index fdc8ae3..454d5f1 100644 --- a/go.sum +++ b/go.sum @@ -6,6 +6,8 @@ github.com/alecthomas/assert/v2 v2.6.0 h1:o3WJwILtexrEUk3cUVal3oiQY2tfgr/FHWiz/v github.com/alecthomas/assert/v2 v2.6.0/go.mod h1:Bze95FyfUr7x34QZrjL+XP+0qgp/zg8yS+TtBj1WA3k= github.com/alecthomas/assert/v2 v2.7.0 h1:QtqSACNS3tF7oasA8CU6A6sXZSBDqnm7RfpLl9bZqbE= github.com/alecthomas/assert/v2 v2.7.0/go.mod h1:Bze95FyfUr7x34QZrjL+XP+0qgp/zg8yS+TtBj1WA3k= +github.com/alecthomas/assert/v2 v2.8.0 h1:8b0foWfS2dH6MltxQMPvWdSGN1wE4K1vyab9PGW4qgE= +github.com/alecthomas/assert/v2 v2.8.0/go.mod h1:Bze95FyfUr7x34QZrjL+XP+0qgp/zg8yS+TtBj1WA3k= github.com/alecthomas/participle/v2 v2.0.0-alpha10 h1:uv/xz/d4SZAiZ22umWu31JT384k7nsyOpi9eiVBVfxA= github.com/alecthomas/participle/v2 v2.0.0-alpha10/go.mod h1:RC764t6n4L8D8ITAJv0qdokritYSNR3wV5cVwmIEaMM= github.com/alecthomas/participle/v2 v2.1.1 h1:hrjKESvSqGHzRb4yW1ciisFJ4p3MGYih6icjJvbsmV8=