From 21b365ac74e108e0d479ef1f8e901feedf7b720d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 09:02:30 +0000 Subject: [PATCH] deps(go): bump the go-dependencies group with 2 updates Bumps the go-dependencies group with 2 updates: [github.com/alecthomas/kong](https://github.com/alecthomas/kong) and [libvirt.org/go/libvirt](https://gitlab.com/libvirt/libvirt-go-module). Updates `github.com/alecthomas/kong` from 1.14.0 to 1.15.0 - [Commits](https://github.com/alecthomas/kong/compare/v1.14.0...v1.15.0) Updates `libvirt.org/go/libvirt` from 1.12001.0 to 1.12002.0 - [Commits](https://gitlab.com/libvirt/libvirt-go-module/compare/v1.12001.0...v1.12002.0) --- updated-dependencies: - dependency-name: github.com/alecthomas/kong dependency-version: 1.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: libvirt.org/go/libvirt dependency-version: 1.12002.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] --- go.mod | 4 ++-- go.sum | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index c06d81b..6f3324a 100644 --- a/go.mod +++ b/go.mod @@ -4,11 +4,11 @@ go 1.26 require ( github.com/adrg/xdg v0.5.3 - github.com/alecthomas/kong v1.14.0 + github.com/alecthomas/kong v1.15.0 github.com/fatih/color v1.19.0 github.com/melbahja/goph v1.5.0 github.com/schollz/progressbar/v3 v3.19.0 - libvirt.org/go/libvirt v1.12001.0 + libvirt.org/go/libvirt v1.12002.0 ) require ( diff --git a/go.sum b/go.sum index 9453e4a..64885a3 100644 --- a/go.sum +++ b/go.sum @@ -2,8 +2,8 @@ github.com/adrg/xdg v0.5.3 h1:xRnxJXne7+oWDatRhR1JLnvuccuIeCoBu2rtuLqQB78= github.com/adrg/xdg v0.5.3/go.mod h1:nlTsY+NNiCBGCK2tpm09vRqfVzrc2fLmXGpBLF0zlTQ= github.com/alecthomas/assert/v2 v2.11.0 h1:2Q9r3ki8+JYXvGsDyBXwH3LcJ+WK5D0gc5E8vS6K3D0= github.com/alecthomas/assert/v2 v2.11.0/go.mod h1:Bze95FyfUr7x34QZrjL+XP+0qgp/zg8yS+TtBj1WA3k= -github.com/alecthomas/kong v1.14.0 h1:gFgEUZWu2ZmZ+UhyZ1bDhuutbKN1nTtJTwh19Wsn21s= -github.com/alecthomas/kong v1.14.0/go.mod h1:wrlbXem1CWqUV5Vbmss5ISYhsVPkBb1Yo7YKJghju2I= +github.com/alecthomas/kong v1.15.0 h1:BVJstKbpO73zKpmIu+m/aLRrNmWwxXPIGTNin9VmLVI= +github.com/alecthomas/kong v1.15.0/go.mod h1:wrlbXem1CWqUV5Vbmss5ISYhsVPkBb1Yo7YKJghju2I= github.com/alecthomas/repr v0.5.2 h1:SU73FTI9D1P5UNtvseffFSGmdNci/O6RsqzeXJtP0Qs= github.com/alecthomas/repr v0.5.2/go.mod h1:Fr0507jx4eOXV7AlPV6AVZLYrLIuIeSOWtW57eE/O/4= github.com/chengxilo/virtualterm v1.0.4 h1:Z6IpERbRVlfB8WkOmtbHiDbBANU7cimRIof7mk9/PwM= @@ -47,5 +47,5 @@ golang.org/x/term v0.40.0 h1:36e4zGLqU4yhjlmxEaagx2KuYbJq3EwY8K943ZsHcvg= golang.org/x/term v0.40.0/go.mod h1:w2P8uVp06p2iyKKuvXIm7N/y0UCRt3UfJTfZ7oOpglM= gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= -libvirt.org/go/libvirt v1.12001.0 h1:mi3ZPUuLe60ln34uuQP6TdWQu51BqKDRPo3EYA1R3C4= -libvirt.org/go/libvirt v1.12001.0/go.mod h1:1WiFE8EjZfq+FCVog+rvr1yatKbKZ9FaFMZgEqxEJqQ= +libvirt.org/go/libvirt v1.12002.0 h1:MpPdFYvM1hpM/UVRrCW6EO1lk4evOvsbh81Pq4ojGs4= +libvirt.org/go/libvirt v1.12002.0/go.mod h1:1WiFE8EjZfq+FCVog+rvr1yatKbKZ9FaFMZgEqxEJqQ=