Skip to content

Commit c7d33e1

Browse files
Bump github.com/urfave/cli-altsrc/v3 from 3.0.1 to 3.1.0
Bumps [github.com/urfave/cli-altsrc/v3](https://github.com/urfave/cli-altsrc) from 3.0.1 to 3.1.0. - [Release notes](https://github.com/urfave/cli-altsrc/releases) - [Commits](urfave/cli-altsrc@v3.0.1...v3.1.0) --- updated-dependencies: - dependency-name: github.com/urfave/cli-altsrc/v3 dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8295a7b commit c7d33e1

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/pelletier/go-toml v1.9.5
1616
github.com/sirupsen/logrus v1.9.3
1717
github.com/stretchr/testify v1.11.1
18-
github.com/urfave/cli-altsrc/v3 v3.0.1
18+
github.com/urfave/cli-altsrc/v3 v3.1.0
1919
github.com/urfave/cli/v3 v3.4.1
2020
golang.org/x/mod v0.28.0
2121
golang.org/x/sys v0.36.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD
6666
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 h1:kdXcSzyDtseVEc4yCz2qF8ZrQvIDBJLl4S1c3GCXmoI=
6767
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635/go.mod h1:hkRG7XYTFWNJGYcbNJQlaLq0fg1yr4J4t/NcTQtrfww=
6868
github.com/urfave/cli v1.19.1/go.mod h1:70zkFmudgCuE/ngEzBv17Jvp/497gISqfk5gWijbERA=
69-
github.com/urfave/cli-altsrc/v3 v3.0.1 h1:v+gHk59syLk8ao9rYybZs43+D5ut/gzj0omqQ1XYl8k=
70-
github.com/urfave/cli-altsrc/v3 v3.0.1/go.mod h1:8UtsKKcxFVzvaoySFPfvQOk413T+IXJhaCWyyoPW3yM=
69+
github.com/urfave/cli-altsrc/v3 v3.1.0 h1:6E5+kXeAWmRxXlPgdEVf9VqVoTJ2MJci0UMpUi/w/bA=
70+
github.com/urfave/cli-altsrc/v3 v3.1.0/go.mod h1:VcWVTGXcL3nrXUDJZagHAeUX702La3PKeWav7KpISqA=
7171
github.com/urfave/cli/v3 v3.4.1 h1:1M9UOCy5bLmGnuu1yn3t3CB4rG79Rtoxuv1sPhnm6qM=
7272
github.com/urfave/cli/v3 v3.4.1/go.mod h1:FJSKtM/9AiiTOJL4fJ6TbMUkxBXn7GO9guZqoZtpYpo=
7373
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f/go.mod h1:N2zxlSyiKSe5eX1tZViRH5QA0qijqEDrYZiPEAiq3wU=

vendor/github.com/urfave/cli-altsrc/v3/altsrc.go

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ github.com/stretchr/testify/require
7979
# github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635
8080
## explicit
8181
github.com/syndtr/gocapability/capability
82-
# github.com/urfave/cli-altsrc/v3 v3.0.1
82+
# github.com/urfave/cli-altsrc/v3 v3.1.0
8383
## explicit; go 1.23.2
8484
github.com/urfave/cli-altsrc/v3
8585
# github.com/urfave/cli/v3 v3.4.1

0 commit comments

Comments
 (0)