Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e8cf3cf

Browse files
committedOct 10, 2023
bump viper to v1.17.0 and drop unneded dep
1 parent 306d7ce commit e8cf3cf

File tree

15 files changed

+103
-62
lines changed

15 files changed

+103
-62
lines changed
 

‎.licensed.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ reviewed:
6262
- golang.org/x/text/encoding/internal/identifier
6363
- golang.org/x/text/encoding/unicode
6464
- golang.org/x/text/internal/utf8internal
65+
- github.com/sagikazarmark/slog-shim
6566

6667
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-dependencies/GPL-3.0/.licensed.yml
6768
allowed:
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
name: github.com/sagikazarmark/slog-shim
3+
version: v0.1.0
4+
type: go
5+
summary:
6+
homepage: https://pkg.go.dev/github.com/sagikazarmark/slog-shim
7+
license: other
8+
licenses:
9+
- sources: LICENSE
10+
text: |
11+
Copyright (c) 2009 The Go Authors. All rights reserved.
12+
13+
Redistribution and use in source and binary forms, with or without
14+
modification, are permitted provided that the following conditions are
15+
met:
16+
17+
* Redistributions of source code must retain the above copyright
18+
notice, this list of conditions and the following disclaimer.
19+
* Redistributions in binary form must reproduce the above
20+
copyright notice, this list of conditions and the following disclaimer
21+
in the documentation and/or other materials provided with the
22+
distribution.
23+
* Neither the name of Google Inc. nor the names of its
24+
contributors may be used to endorse or promote products derived from
25+
this software without specific prior written permission.
26+
27+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
28+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
29+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
30+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
31+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
32+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
33+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
34+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
35+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
36+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
37+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38+
- sources: README.md
39+
text: The project is licensed under a [BSD-style license](LICENSE).
40+
notices: []

‎.licenses/go/github.com/spf13/jwalterweatherman.dep.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

‎.licenses/go/github.com/spf13/viper.dep.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: github.com/spf13/viper
3-
version: v1.16.0
3+
version: v1.17.0
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/spf13/viper
@@ -29,4 +29,6 @@ licenses:
2929
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3030
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3131
SOFTWARE.
32+
- sources: README.md
33+
text: The project is licensed under the [MIT License](LICENSE).
3234
notices: []

‎.licenses/go/github.com/spf13/viper/internal/encoding.dep.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/spf13/viper/internal/encoding
3-
version: v1.16.0
3+
version: v1.17.0
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/spf13/viper/internal/encoding
77
license: mit
88
licenses:
9-
- sources: viper@v1.16.0/LICENSE
9+
- sources: viper@v1.17.0/LICENSE
1010
text: |-
1111
The MIT License (MIT)
1212
@@ -29,4 +29,6 @@ licenses:
2929
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3030
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3131
SOFTWARE.
32+
- sources: viper@v1.17.0/README.md
33+
text: The project is licensed under the [MIT License](LICENSE).
3234
notices: []

‎.licenses/go/github.com/spf13/viper/internal/encoding/dotenv.dep.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/spf13/viper/internal/encoding/dotenv
3-
version: v1.16.0
3+
version: v1.17.0
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/spf13/viper/internal/encoding/dotenv
77
license: mit
88
licenses:
9-
- sources: viper@v1.16.0/LICENSE
9+
- sources: viper@v1.17.0/LICENSE
1010
text: |-
1111
The MIT License (MIT)
1212
@@ -29,4 +29,6 @@ licenses:
2929
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3030
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3131
SOFTWARE.
32+
- sources: viper@v1.17.0/README.md
33+
text: The project is licensed under the [MIT License](LICENSE).
3234
notices: []

‎.licenses/go/github.com/spf13/viper/internal/encoding/hcl.dep.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/spf13/viper/internal/encoding/hcl
3-
version: v1.16.0
3+
version: v1.17.0
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/spf13/viper/internal/encoding/hcl
77
license: mit
88
licenses:
9-
- sources: viper@v1.16.0/LICENSE
9+
- sources: viper@v1.17.0/LICENSE
1010
text: |-
1111
The MIT License (MIT)
1212
@@ -29,4 +29,6 @@ licenses:
2929
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3030
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3131
SOFTWARE.
32+
- sources: viper@v1.17.0/README.md
33+
text: The project is licensed under the [MIT License](LICENSE).
3234
notices: []

‎.licenses/go/github.com/spf13/viper/internal/encoding/ini.dep.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/spf13/viper/internal/encoding/ini
3-
version: v1.16.0
3+
version: v1.17.0
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/spf13/viper/internal/encoding/ini
77
license: mit
88
licenses:
9-
- sources: viper@v1.16.0/LICENSE
9+
- sources: viper@v1.17.0/LICENSE
1010
text: |-
1111
The MIT License (MIT)
1212
@@ -29,4 +29,6 @@ licenses:
2929
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3030
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3131
SOFTWARE.
32+
- sources: viper@v1.17.0/README.md
33+
text: The project is licensed under the [MIT License](LICENSE).
3234
notices: []

‎.licenses/go/github.com/spf13/viper/internal/encoding/javaproperties.dep.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/spf13/viper/internal/encoding/javaproperties
3-
version: v1.16.0
3+
version: v1.17.0
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/spf13/viper/internal/encoding/javaproperties
77
license: mit
88
licenses:
9-
- sources: viper@v1.16.0/LICENSE
9+
- sources: viper@v1.17.0/LICENSE
1010
text: |-
1111
The MIT License (MIT)
1212
@@ -29,4 +29,6 @@ licenses:
2929
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3030
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3131
SOFTWARE.
32+
- sources: viper@v1.17.0/README.md
33+
text: The project is licensed under the [MIT License](LICENSE).
3234
notices: []

‎.licenses/go/github.com/spf13/viper/internal/encoding/json.dep.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/spf13/viper/internal/encoding/json
3-
version: v1.16.0
3+
version: v1.17.0
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/spf13/viper/internal/encoding/json
77
license: mit
88
licenses:
9-
- sources: viper@v1.16.0/LICENSE
9+
- sources: viper@v1.17.0/LICENSE
1010
text: |-
1111
The MIT License (MIT)
1212
@@ -29,4 +29,6 @@ licenses:
2929
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3030
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3131
SOFTWARE.
32+
- sources: viper@v1.17.0/README.md
33+
text: The project is licensed under the [MIT License](LICENSE).
3234
notices: []

‎.licenses/go/github.com/spf13/viper/internal/encoding/toml.dep.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/spf13/viper/internal/encoding/toml
3-
version: v1.16.0
3+
version: v1.17.0
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/spf13/viper/internal/encoding/toml
77
license: mit
88
licenses:
9-
- sources: viper@v1.16.0/LICENSE
9+
- sources: viper@v1.17.0/LICENSE
1010
text: |-
1111
The MIT License (MIT)
1212
@@ -29,4 +29,6 @@ licenses:
2929
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3030
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3131
SOFTWARE.
32+
- sources: viper@v1.17.0/README.md
33+
text: The project is licensed under the [MIT License](LICENSE).
3234
notices: []

‎.licenses/go/github.com/spf13/viper/internal/encoding/yaml.dep.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/spf13/viper/internal/encoding/yaml
3-
version: v1.16.0
3+
version: v1.17.0
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/spf13/viper/internal/encoding/yaml
77
license: mit
88
licenses:
9-
- sources: viper@v1.16.0/LICENSE
9+
- sources: viper@v1.17.0/LICENSE
1010
text: |-
1111
The MIT License (MIT)
1212
@@ -29,4 +29,6 @@ licenses:
2929
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3030
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3131
SOFTWARE.
32+
- sources: viper@v1.17.0/README.md
33+
text: The project is licensed under the [MIT License](LICENSE).
3234
notices: []

‎configuration/configuration.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ import (
2626
paths "github.com/arduino/go-paths-helper"
2727
"github.com/arduino/go-win32-utils"
2828
"github.com/spf13/cobra"
29-
jww "github.com/spf13/jwalterweatherman"
3029
"github.com/spf13/viper"
3130
)
3231

@@ -39,8 +38,6 @@ var tr = i18n.Tr
3938
// Please note the logging system hasn't been configured yet,
4039
// so logging shouldn't be used here.
4140
func Init(configFile string) *viper.Viper {
42-
jww.SetStdoutThreshold(jww.LevelFatal)
43-
4441
// Create a new viper instance with default values for all the settings
4542
settings := viper.New()
4643
SetDefaults(settings)

‎go.mod

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ require (
3030
github.com/schollz/closestmatch v2.1.0+incompatible
3131
github.com/sirupsen/logrus v1.9.3
3232
github.com/spf13/cobra v1.7.0
33-
github.com/spf13/jwalterweatherman v1.1.0
34-
github.com/spf13/viper v1.16.0
33+
github.com/spf13/viper v1.17.0
3534
github.com/stretchr/testify v1.8.4
3635
github.com/xeipuuv/gojsonschema v1.2.0
3736
go.bug.st/cleanup v1.0.0
@@ -54,7 +53,7 @@ require (
5453
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
5554
github.com/creack/goselect v0.1.2 // indirect
5655
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
57-
github.com/davecgh/go-spew v1.1.1 // indirect
56+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
5857
github.com/emirpasic/gods v1.18.1 // indirect
5958
github.com/fsnotify/fsnotify v1.6.0 // indirect
6059
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
@@ -76,10 +75,13 @@ require (
7675
github.com/mitchellh/go-homedir v1.1.0 // indirect
7776
github.com/mitchellh/mapstructure v1.5.0 // indirect
7877
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
79-
github.com/pmezard/go-difflib v1.0.0 // indirect
78+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
8079
github.com/rivo/uniseg v0.4.4 // indirect
8180
github.com/russross/blackfriday/v2 v2.1.0 // indirect
81+
github.com/sagikazarmark/locafero v0.3.0 // indirect
82+
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
8283
github.com/sergi/go-diff v1.3.1 // indirect
84+
github.com/sourcegraph/conc v0.3.0 // indirect
8385
github.com/spf13/afero v1.10.0 // indirect
8486
github.com/spf13/cast v1.5.1 // indirect
8587
github.com/spf13/pflag v1.0.5 // indirect
@@ -88,7 +90,10 @@ require (
8890
github.com/xanzy/ssh-agent v0.3.3 // indirect
8991
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
9092
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
93+
go.uber.org/atomic v1.9.0 // indirect
94+
go.uber.org/multierr v1.9.0 // indirect
9195
golang.org/x/crypto v0.13.0 // indirect
96+
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
9297
golang.org/x/mod v0.12.0 // indirect
9398
golang.org/x/net v0.15.0 // indirect
9499
golang.org/x/sys v0.12.0 // indirect

‎go.sum

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,9 @@ github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ3
8686
github.com/cyphar/filepath-securejoin v0.2.4 h1:Ugdm7cg7i6ZK6x3xDF1oEu1nfkyfH53EtKeQYTC3kyg=
8787
github.com/cyphar/filepath-securejoin v0.2.4/go.mod h1:aPGpWjXOXUn2NCNjFvBE6aRxGGx79pTxQpKOJNYHHl4=
8888
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
89-
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
9089
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
90+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=
91+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
9192
github.com/djherbis/buffer v1.1.0/go.mod h1:VwN8VdFkMY0DCALdY8o00d3IZ6Amz/UNVMWcSaJT44o=
9293
github.com/djherbis/buffer v1.2.0 h1:PH5Dd2ss0C7CRRhQCZ2u7MssF+No9ide8Ye71nPHcrQ=
9394
github.com/djherbis/buffer v1.2.0/go.mod h1:fjnebbZjCUpPinBRD+TDwXSOeNQ7fPQWLfGQqiAiUyE=
@@ -258,8 +259,9 @@ github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINE
258259
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
259260
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
260261
github.com/pkg/sftp v1.13.1/go.mod h1:3HaPG6Dq1ILlpPZRO0HVMrsydcdLt6HRDccSgb87qRg=
261-
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
262262
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
263+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U=
264+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
263265
github.com/pmylund/sortutil v0.0.0-20120526081524-abeda66eb583 h1:ogHi8YLNeIxABOaH6UgtbwkODheuAK+ErP8gWXYQVj0=
264266
github.com/pmylund/sortutil v0.0.0-20120526081524-abeda66eb583/go.mod h1:sFPiU/UgDcsQVu3vkqpZLCXWFwUoQRpHGu9ATihPAl0=
265267
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
@@ -273,6 +275,10 @@ github.com/rogpeppe/go-internal v1.11.0 h1:cWPaGQEPrBb5/AsnsZesgZZ9yb1OQ+GOISoDN
273275
github.com/rogpeppe/go-internal v1.11.0/go.mod h1:ddIwULY96R17DhadqLgMfk9H9tvdUzkipdSkR5nkCZA=
274276
github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk=
275277
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
278+
github.com/sagikazarmark/locafero v0.3.0 h1:zT7VEGWC2DTflmccN/5T1etyKvxSxpHsjb9cJvm4SvQ=
279+
github.com/sagikazarmark/locafero v0.3.0/go.mod h1:w+v7UsPNFwzF1cHuOajOOzoq4U7v/ig1mpRjqV+Bu1U=
280+
github.com/sagikazarmark/slog-shim v0.1.0 h1:diDBnUNK9N/354PgrxMywXnAwEr1QZcOr6gto+ugjYE=
281+
github.com/sagikazarmark/slog-shim v0.1.0/go.mod h1:SrcSrq8aKtyuqEI1uvTDTK1arOWRIczQRv+GVI1AkeQ=
276282
github.com/schollz/closestmatch v2.1.0+incompatible h1:Uel2GXEpJqOWBrlyI+oY9LTiyyjYS17cCYRqP13/SHk=
277283
github.com/schollz/closestmatch v2.1.0+incompatible/go.mod h1:RtP1ddjLong6gTkbtmuhtR2uUrrJOpYzYRvbcPAid+g=
278284
github.com/sergi/go-diff v1.1.0/go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM=
@@ -282,18 +288,18 @@ github.com/sirupsen/logrus v1.4.1/go.mod h1:ni0Sbl8bgC9z8RoU9G6nDWqqs/fq4eDPysMB
282288
github.com/sirupsen/logrus v1.7.0/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0=
283289
github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=
284290
github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
291+
github.com/sourcegraph/conc v0.3.0 h1:OQTbbt6P72L20UqAkXXuLOj79LfEanQ+YQFNpLA9ySo=
292+
github.com/sourcegraph/conc v0.3.0/go.mod h1:Sdozi7LEKbFPqYX2/J+iBAM6HpqSLTASQIKqDmF7Mt0=
285293
github.com/spf13/afero v1.10.0 h1:EaGW2JJh15aKOejeuJ+wpFSHnbd7GE6Wvp3TsNhb6LY=
286294
github.com/spf13/afero v1.10.0/go.mod h1:UBogFpq8E9Hx+xc5CNTTEpTnuHVmXDwZcZcE1eb/UhQ=
287295
github.com/spf13/cast v1.5.1 h1:R+kOtfhWQE6TVQzY+4D7wJLBgkdVasCEFxSUBYBYIlA=
288296
github.com/spf13/cast v1.5.1/go.mod h1:b9PdjNptOpzXr7Rq1q9gJML/2cdGQAo69NKzQ10KN48=
289297
github.com/spf13/cobra v1.7.0 h1:hyqWnYt1ZQShIddO5kBpj3vu05/++x6tJ6dg8EC572I=
290298
github.com/spf13/cobra v1.7.0/go.mod h1:uLxZILRyS/50WlhOIKD7W6V5bgeIt+4sICxh6uRMrb0=
291-
github.com/spf13/jwalterweatherman v1.1.0 h1:ue6voC5bR5F8YxI5S67j9i582FU4Qvo2bmqnqMYADFk=
292-
github.com/spf13/jwalterweatherman v1.1.0/go.mod h1:aNWZUN0dPAAO/Ljvb5BEdw96iTZ0EXowPYD95IqWIGo=
293299
github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=
294300
github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
295-
github.com/spf13/viper v1.16.0 h1:rGGH0XDZhdUOryiDWjmIvUSWpbNqisK8Wk0Vyefw8hc=
296-
github.com/spf13/viper v1.16.0/go.mod h1:yg78JgCJcbrQOvV9YLXgkLaZqUidkY9K+Dd1FofRzQg=
301+
github.com/spf13/viper v1.17.0 h1:I5txKw7MJasPL/BrfkbA0Jyo/oELqVmux4pR/UxOMfI=
302+
github.com/spf13/viper v1.17.0/go.mod h1:BmMMMLQXSbcHK6KAOiFLz0l5JHrU89OdIRHvsk0+yVI=
297303
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
298304
github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
299305
github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=
@@ -341,6 +347,10 @@ go.opencensus.io v0.22.2/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw=
341347
go.opencensus.io v0.22.3/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw=
342348
go.opencensus.io v0.22.4/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw=
343349
go.opencensus.io v0.22.5/go.mod h1:5pWMHQbX5EPX2/62yrJeAkowc+lfs/XD7Uxpq3pI6kk=
350+
go.uber.org/atomic v1.9.0 h1:ECmE8Bn/WFTYwEW/bpKD3M8VtR/zQVbavAoalC1PYyE=
351+
go.uber.org/atomic v1.9.0/go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc=
352+
go.uber.org/multierr v1.9.0 h1:7fIwc/ZtS0q++VgcfqFDxSBZVv/Xo49/SYnDFupUwlI=
353+
go.uber.org/multierr v1.9.0/go.mod h1:X2jQV1h+kxSjClGpnseKVIxpmcjrj7MNnI0bnlfKTVQ=
344354
golang.org/x/crypto v0.0.0-20190219172222-a4c6cb3142f2/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4=
345355
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
346356
golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
@@ -366,6 +376,8 @@ golang.org/x/exp v0.0.0-20191227195350-da58074b4299/go.mod h1:2RIsYlXP63K8oxa1u0
366376
golang.org/x/exp v0.0.0-20200119233911-0405dc783f0a/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4=
367377
golang.org/x/exp v0.0.0-20200207192155-f17229e696bd/go.mod h1:J/WKrq2StrnmMY6+EHIKF9dgMWnmCNThgcyBT1FY9mM=
368378
golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6/go.mod h1:3jZMyOhIsHpP37uCMkUooju7aAi5cS1Q23tOzKc+0MU=
379+
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 h1:GoHiUyI/Tp2nVkLI2mCxVkOjsbSXD66ic0XW0js0R9g=
380+
golang.org/x/exp v0.0.0-20230905200255-921286631fa9/go.mod h1:S2oDrQGGwySpoQPVqRShND87VCbxmc6bL1Yd2oYrm6k=
369381
golang.org/x/image v0.0.0-20190227222117-0694c2d4d067/go.mod h1:kZ7UVZpmo3dzQBMxlp+ypCbDeSB+sBbTgSJuh5dn5js=
370382
golang.org/x/image v0.0.0-20190802002840-cff245a6509b/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0=
371383
golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE=

0 commit comments

Comments
 (0)
Please sign in to comment.