From 2594b8e3f9bba5a1c4bec59333b5344cbb171fe7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 11:08:50 +0000 Subject: [PATCH] build(deps): bump github.com/goplus/gogen in /compiler Bumps [github.com/goplus/gogen](https://github.com/goplus/gogen) from 1.16.4 to 1.16.5. - [Release notes](https://github.com/goplus/gogen/releases) - [Commits](https://github.com/goplus/gogen/compare/v1.16.4...v1.16.5) --- updated-dependencies: - dependency-name: github.com/goplus/gogen dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- compiler/go.mod | 2 +- compiler/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/compiler/go.mod b/compiler/go.mod index 47e55052..e9ef7c8c 100644 --- a/compiler/go.mod +++ b/compiler/go.mod @@ -3,7 +3,7 @@ module github.com/goplus/llgo/compiler go 1.22.0 require ( - github.com/goplus/gogen v1.16.4 + github.com/goplus/gogen v1.16.5 github.com/goplus/llgo v0.9.9 github.com/goplus/llgo/runtime v0.0.0-00010101000000-000000000000 github.com/goplus/llvm v0.8.1 diff --git a/compiler/go.sum b/compiler/go.sum index c33ab016..e898175b 100644 --- a/compiler/go.sum +++ b/compiler/go.sum @@ -1,7 +1,7 @@ github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI= github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= -github.com/goplus/gogen v1.16.4 h1:RyU4KhJ8qmdJQwuHKpCYPh3hTFN4wSaPRwXa9syY4R8= -github.com/goplus/gogen v1.16.4/go.mod h1:6TQYbabXDF9LCdDkOOzHmfg1R4ENfXQ3XpHa9RhTSD8= +github.com/goplus/gogen v1.16.5 h1:J0U1N4rBQyQV6ny4c9ghU5vbMOA/vf5TovBCH1yYNpk= +github.com/goplus/gogen v1.16.5/go.mod h1:6TQYbabXDF9LCdDkOOzHmfg1R4ENfXQ3XpHa9RhTSD8= github.com/goplus/llvm v0.8.1 h1:Wrc9S8bKDhLjxjPuhnrgDYLRaFfKotOGt3zpId3LBmI= github.com/goplus/llvm v0.8.1/go.mod h1:PeVK8GgzxwAYCiMiUAJb5wJR6xbhj989tu9oulKLLT4= github.com/goplus/mod v0.13.16 h1:tiRk0jszPc66Oh+KBtMZUiTChG9ixzaI4vt7ZZ31HoU=