From 2d8c66f41e5d6f71a0c78b3f69d5dbc2811e2aba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 23:10:23 +0000 Subject: [PATCH] chore(deps): bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [github.com/gofsnotify/fsnotify](https://github.com/gofsnotify/fsnotify) and [golang.org/x/text](https://github.com/golang/text). Updates `github.com/gofsnotify/fsnotify` from 0.0.4 to 0.0.6 - [Release notes](https://github.com/gofsnotify/fsnotify/releases) - [Changelog](https://github.com/gofsnotify/fsnotify/blob/main/CHANGELOG.md) - [Commits](https://github.com/gofsnotify/fsnotify/compare/v0.0.4...v0.0.6) Updates `golang.org/x/text` from 0.36.0 to 0.37.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.36.0...v0.37.0) --- updated-dependencies: - dependency-name: github.com/gofsnotify/fsnotify dependency-version: 0.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: golang.org/x/text dependency-version: 0.37.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- go.mod | 6 +++--- go.sum | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/go.mod b/go.mod index 6c5bf57..ba9fc97 100644 --- a/go.mod +++ b/go.mod @@ -4,13 +4,13 @@ go 1.26.0 require ( github.com/bmatcuk/doublestar/v4 v4.10.0 - github.com/gofsnotify/fsnotify v0.0.4 + github.com/gofsnotify/fsnotify v0.0.6 github.com/k1LoW/donegroup v1.10.3 github.com/k1LoW/errors v1.2.0 github.com/muesli/termenv v0.16.0 github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c github.com/spf13/cobra v1.10.2 - golang.org/x/text v0.36.0 + golang.org/x/text v0.37.0 ) require ( @@ -21,5 +21,5 @@ require ( github.com/mattn/go-isatty v0.0.20 // indirect github.com/rivo/uniseg v0.4.7 // indirect github.com/spf13/pflag v1.0.9 // indirect - golang.org/x/sys v0.30.0 // indirect + golang.org/x/sys v0.44.0 // indirect ) diff --git a/go.sum b/go.sum index ad71d67..d0cda9e 100644 --- a/go.sum +++ b/go.sum @@ -5,8 +5,8 @@ github.com/bmatcuk/doublestar/v4 v4.10.0/go.mod h1:xBQ8jztBU6kakFMg+8WGxn0c6z1fT github.com/cpuguy83/go-md2man/v2 v2.0.6/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g= github.com/ebitengine/purego v0.10.0 h1:QIw4xfpWT6GWTzaW5XEKy3HXoqrJGx1ijYHzTF0/ISU= github.com/ebitengine/purego v0.10.0/go.mod h1:iIjxzd6CiRiOG0UyXP+V1+jWqUXVjPKLAI0mRfJZTmQ= -github.com/gofsnotify/fsnotify v0.0.4 h1:RuJQe7852TsOfRVOgLcs5ej36LPmL9zRvsmTlpY/a/8= -github.com/gofsnotify/fsnotify v0.0.4/go.mod h1:2ABUH3E+Z40JVdAwCeNFKIvKSZF6NcnEH9BUN3/GmG8= +github.com/gofsnotify/fsnotify v0.0.6 h1:y2POBhaRPz5eP6Dx+tJUO43OEtQBNGSoPObkEAKJP0g= +github.com/gofsnotify/fsnotify v0.0.6/go.mod h1:/KuEftpEwF5ZydPXMzJ+htk0bwlnfVWD6NCKUICjQmc= github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8= github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw= github.com/k1LoW/donegroup v1.10.3 h1:+FPxE8MSxgqsdkxj8Y8hfFF1rHooh04pdl1441EeylQ= @@ -31,8 +31,8 @@ github.com/spf13/pflag v1.0.9/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An go.yaml.in/yaml/v3 v3.0.4/go.mod h1:DhzuOOF2ATzADvBadXxruRBLzYTpT36CKvDb3+aBEFg= golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.30.0 h1:QjkSwP/36a20jFYWkSue1YwXzLmsV5Gfq7Eiy72C1uc= -golang.org/x/sys v0.30.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= -golang.org/x/text v0.36.0 h1:JfKh3XmcRPqZPKevfXVpI1wXPTqbkE5f7JA92a55Yxg= -golang.org/x/text v0.36.0/go.mod h1:NIdBknypM8iqVmPiuco0Dh6P5Jcdk8lJL0CUebqK164= +golang.org/x/sys v0.44.0 h1:ildZl3J4uzeKP07r2F++Op7E9B29JRUy+a27EibtBTQ= +golang.org/x/sys v0.44.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw= +golang.org/x/text v0.37.0 h1:Cqjiwd9eSg8e0QAkyCaQTNHFIIzWtidPahFWR83rTrc= +golang.org/x/text v0.37.0/go.mod h1:a5sjxXGs9hsn/AJVwuElvCAo9v8QYLzvavO5z2PiM38= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=