From 32085ab9477cad1c7d18876542368191c0909f62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 10:11:09 +0000 Subject: [PATCH] Bump github.com/kardianos/service from 1.2.4 to 1.3.0 Bumps [github.com/kardianos/service](https://github.com/kardianos/service) from 1.2.4 to 1.3.0. - [Commits](https://github.com/kardianos/service/compare/v1.2.4...v1.3.0) --- updated-dependencies: - dependency-name: github.com/kardianos/service dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 4 ++-- go.sum | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index 8106b8d..35d23e5 100644 --- a/go.mod +++ b/go.mod @@ -5,13 +5,14 @@ go 1.25.0 require ( github.com/AzureAD/microsoft-authentication-library-for-go v1.7.2 github.com/bendahl/uinput v1.7.0 + github.com/briandowns/spinner v1.23.2 github.com/charmbracelet/bubbles v1.0.0 github.com/charmbracelet/bubbletea v1.3.10 github.com/charmbracelet/lipgloss v1.1.0 github.com/creativeprojects/go-selfupdate v1.5.2 github.com/fsnotify/fsnotify v1.10.1 github.com/gofrs/flock v0.13.0 - github.com/kardianos/service v1.2.4 + github.com/kardianos/service v1.3.0 github.com/spf13/cobra v1.10.2 golang.org/x/sys v0.46.0 golang.org/x/term v0.44.0 @@ -24,7 +25,6 @@ require ( github.com/Masterminds/semver/v3 v3.4.0 // indirect github.com/atotto/clipboard v0.1.4 // indirect github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect - github.com/briandowns/spinner v1.23.2 // indirect github.com/charmbracelet/colorprofile v0.4.1 // indirect github.com/charmbracelet/x/ansi v0.11.6 // indirect github.com/charmbracelet/x/cellbuf v0.0.15 // indirect diff --git a/go.sum b/go.sum index 7a9e6ab..c59ca33 100644 --- a/go.sum +++ b/go.sum @@ -73,8 +73,8 @@ github.com/hashicorp/go-version v1.8.0 h1:KAkNb1HAiZd1ukkxDFGmokVZe1Xy9HG6NUp+bP github.com/hashicorp/go-version v1.8.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA= github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8= github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw= -github.com/kardianos/service v1.2.4 h1:XNlGtZOYNx2u91urOdg/Kfmc+gfmuIo1Dd3rEi2OgBk= -github.com/kardianos/service v1.2.4/go.mod h1:E4V9ufUuY82F7Ztlu1eN9VXWIQxg8NoLQlmFe0MtrXc= +github.com/kardianos/service v1.3.0 h1:/LGy+xPP2TM+GLTiCZ2di7cy0Jd/qrawlTUfqKYFdTI= +github.com/kardianos/service v1.3.0/go.mod h1:E4V9ufUuY82F7Ztlu1eN9VXWIQxg8NoLQlmFe0MtrXc= github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE= github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk= github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=