File tree Expand file tree Collapse file tree 4 files changed +22
-4
lines changed
github.com/urfave/cli-altsrc/v3 Expand file tree Collapse file tree 4 files changed +22
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -66,8 +66,8 @@ github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD
6666github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 h1:kdXcSzyDtseVEc4yCz2qF8ZrQvIDBJLl4S1c3GCXmoI =
6767github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 /go.mod h1:hkRG7XYTFWNJGYcbNJQlaLq0fg1yr4J4t/NcTQtrfww =
6868github.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 =
7171github.com/urfave/cli/v3 v3.4.1 h1:1M9UOCy5bLmGnuu1yn3t3CB4rG79Rtoxuv1sPhnm6qM =
7272github.com/urfave/cli/v3 v3.4.1 /go.mod h1:FJSKtM/9AiiTOJL4fJ6TbMUkxBXn7GO9guZqoZtpYpo =
7373github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f /go.mod h1:N2zxlSyiKSe5eX1tZViRH5QA0qijqEDrYZiPEAiq3wU =
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ github.com/stretchr/testify/require
7979# github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635
8080## explicit
8181github.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
8484github.com/urfave/cli-altsrc/v3
8585# github.com/urfave/cli/v3 v3.4.1
You can’t perform that action at this time.
0 commit comments