From 646e97901b1d8d129555f6795f21f61342e1512c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 16:01:48 +0000 Subject: [PATCH] Bump github.com/go-git/go-git/v5 Bumps the go_modules group with 1 update in the /tools/scripts directory: [github.com/go-git/go-git/v5](https://github.com/go-git/go-git). Updates `github.com/go-git/go-git/v5` from 5.19.0 to 5.19.1 - [Release notes](https://github.com/go-git/go-git/releases) - [Changelog](https://github.com/go-git/go-git/blob/main/HISTORY.md) - [Commits](https://github.com/go-git/go-git/compare/v5.19.0...v5.19.1) --- updated-dependencies: - dependency-name: github.com/go-git/go-git/v5 dependency-version: 5.19.1 dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] --- tools/scripts/go.mod | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/tools/scripts/go.mod b/tools/scripts/go.mod index 55f510be..64c38b98 100644 --- a/tools/scripts/go.mod +++ b/tools/scripts/go.mod @@ -1,19 +1,34 @@ module scripts -go 1.26.0 +go 1.26.2 require ( github.com/deckarep/golang-set/v2 v2.9.0 github.com/google/uuid v1.6.0 github.com/goreleaser/goreleaser/v2 v2.15.4 + github.com/luskaner/ageLANServer/common v0.0.0-20260512185905-045487beab1e gopkg.in/yaml.v3 v3.0.1 ) require ( + github.com/fsnotify/fsnotify v1.10.1 // indirect + github.com/go-viper/mapstructure/v2 v2.5.0 // indirect github.com/klauspost/compress v1.18.6 // indirect + github.com/knadh/koanf/maps v0.1.2 // indirect + github.com/knadh/koanf/providers/confmap v1.0.0 // indirect + github.com/knadh/koanf/providers/env/v2 v2.0.0 // indirect + github.com/knadh/koanf/providers/file v1.2.1 // indirect + github.com/knadh/koanf/providers/posflag v1.0.1 // indirect + github.com/knadh/koanf/v2 v2.3.4 // indirect + github.com/miekg/dns v1.1.72 // indirect github.com/pb33f/ordered-map/v2 v2.3.1 // indirect + github.com/spf13/pflag v1.0.10 // indirect go.mongodb.org/mongo-driver v1.17.9 // indirect go.yaml.in/yaml/v4 v4.0.0-rc.4 // indirect + golang.org/x/mod v0.36.0 // indirect + golang.org/x/term v0.43.0 // indirect + golang.org/x/tools v0.45.0 // indirect + mvdan.cc/sh/v3 v3.13.1 // indirect ) require ( @@ -41,7 +56,7 @@ require ( github.com/emirpasic/gods v1.18.1 // indirect github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect github.com/go-git/go-billy/v5 v5.9.0 // indirect - github.com/go-git/go-git/v5 v5.19.0 // indirect + github.com/go-git/go-git/v5 v5.19.1 // indirect github.com/gobwas/glob v0.2.3 // indirect github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect github.com/goreleaser/chglog v0.7.4 // indirect