From cad613159062ff1b0e4d07a7104f40620493371f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 09:02:29 +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.16.0 to 1.16.1 - [Commits](https://github.com/alecthomas/kong/compare/v1.16.0...v1.16.1) Updates `libvirt.org/go/libvirt` from 1.12005.0 to 1.12006.0 - [Commits](https://gitlab.com/libvirt/libvirt-go-module/compare/v1.12005.0...v1.12006.0) --- updated-dependencies: - dependency-name: github.com/alecthomas/kong dependency-version: 1.16.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: libvirt.org/go/libvirt dependency-version: 1.12006.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 c5752fb..3b40b97 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.16.0 + github.com/alecthomas/kong v1.16.1 github.com/fatih/color v1.19.0 github.com/melbahja/goph v1.5.2 github.com/schollz/progressbar/v3 v3.19.1 - libvirt.org/go/libvirt v1.12005.0 + libvirt.org/go/libvirt v1.12006.0 ) require ( diff --git a/go.sum b/go.sum index 3ce3959..fa8efeb 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.16.0 h1:g92/kUxBcdcTPOM79yE63viJgtcp5dNyrB3/O2cjYT4= -github.com/alecthomas/kong v1.16.0/go.mod h1:wrlbXem1CWqUV5Vbmss5ISYhsVPkBb1Yo7YKJghju2I= +github.com/alecthomas/kong v1.16.1 h1:ixhCt93XkJ98kGposQ54+bl0IK6XwqB40AsMynU7Z8E= +github.com/alecthomas/kong v1.16.1/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= @@ -46,5 +46,5 @@ golang.org/x/term v0.45.0 h1:NwWyBmoJCbfTHpxrWoZ9C6/VxOf7ic219I8xZZFdrf0= golang.org/x/term v0.45.0/go.mod h1:9aqxs0blBcrm/n0L9QW0aRVD+ktan8ssZromtqJC43w= 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.12005.0 h1:YKHw7kpDu5OXyK1FKzgSfMCXkcQuEnpr7aFGcjs+7pU= -libvirt.org/go/libvirt v1.12005.0/go.mod h1:1WiFE8EjZfq+FCVog+rvr1yatKbKZ9FaFMZgEqxEJqQ= +libvirt.org/go/libvirt v1.12006.0 h1:GdABzh62cBh/mlFp6HYfcyfHbCGohmGHXPj9kYBIp04= +libvirt.org/go/libvirt v1.12006.0/go.mod h1:1WiFE8EjZfq+FCVog+rvr1yatKbKZ9FaFMZgEqxEJqQ=