Skip to content

Commit b810c54

Browse files
bump viper to v1.16.0 (updated also required deps)
1 parent c77d7a4 commit b810c54

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+627
-321
lines changed

.licenses/go/github.com/fatih/color.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: github.com/fatih/color
3-
version: v1.7.0
3+
version: v1.13.0
44
type: go
55
summary: Package color is an ANSI color package to output colorized or SGR defined
66
output to the standard output.
Lines changed: 25 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,36 @@
11
---
22
name: github.com/fsnotify/fsnotify
3-
version: v1.4.9
3+
version: v1.6.0
44
type: go
5-
summary: Package fsnotify provides a platform-independent interface for file system
6-
notifications.
5+
summary: Package fsnotify provides a cross-platform interface for file system notifications.
76
homepage: https://pkg.go.dev/github.com/fsnotify/fsnotify
87
license: bsd-3-clause
98
licenses:
109
- sources: LICENSE
1110
text: |
12-
Copyright (c) 2012 The Go Authors. All rights reserved.
13-
Copyright (c) 2012-2019 fsnotify Authors. All rights reserved.
11+
Copyright © 2012 The Go Authors. All rights reserved.
12+
Copyright © fsnotify Authors. All rights reserved.
1413
15-
Redistribution and use in source and binary forms, with or without
16-
modification, are permitted provided that the following conditions are
17-
met:
14+
Redistribution and use in source and binary forms, with or without modification,
15+
are permitted provided that the following conditions are met:
1816
19-
* Redistributions of source code must retain the above copyright
20-
notice, this list of conditions and the following disclaimer.
21-
* Redistributions in binary form must reproduce the above
22-
copyright notice, this list of conditions and the following disclaimer
23-
in the documentation and/or other materials provided with the
24-
distribution.
25-
* Neither the name of Google Inc. nor the names of its
26-
contributors may be used to endorse or promote products derived from
27-
this software without specific prior written permission.
17+
* Redistributions of source code must retain the above copyright notice, this
18+
list of conditions and the following disclaimer.
19+
* Redistributions in binary form must reproduce the above copyright notice, this
20+
list of conditions and the following disclaimer in the documentation and/or
21+
other materials provided with the distribution.
22+
* Neither the name of Google Inc. nor the names of its contributors may be used
23+
to endorse or promote products derived from this software without specific
24+
prior written permission.
2825
29-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
30-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
31-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
32-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
33-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
34-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
35-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
36-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
37-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
38-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
39-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
40-
notices:
41-
- sources: AUTHORS
42-
text: "# Names should be added to this file as\n#\tName or Organization <email address>\n#
43-
The email address is not required for organizations.\n\n# You can update this
44-
list using the following command:\n#\n# $ git shortlog -se | awk '{print $2
45-
\" \" $3 \" \" $4}'\n\n# Please keep the list sorted.\n\nAaron L <aaron@bettercoder.net>\nAdrien
46-
Bustany <adrien@bustany.org>\nAmit Krishnan <amit.krishnan@oracle.com>\nAnmol
47-
Sethi <me@anmol.io>\nBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>\nBruno
48-
Bigras <bigras.bruno@gmail.com>\nCaleb Spare <cespare@gmail.com>\nCase Nelson
49-
<case@teammating.com>\nChris Howey <chris@howey.me> <howeyc@gmail.com>\nChristoffer
50-
Buchholz <christoffer.buchholz@gmail.com>\nDaniel Wagner-Hall <dawagner@gmail.com>\nDave
51-
Cheney <dave@cheney.net>\nEvan Phoenix <evan@fallingsnow.net>\nFrancisco Souza
52-
<f@souza.cc>\nHari haran <hariharan.uno@gmail.com>\nJohn C Barstow\nKelvin Fo
53-
<vmirage@gmail.com>\nKen-ichirou MATSUZAWA <chamas@h4.dion.ne.jp>\nMatt Layher
54-
<mdlayher@gmail.com>\nNathan Youngman <git@nathany.com>\nNickolai Zeldovich <nickolai@csail.mit.edu>\nPatrick
55-
<patrick@dropbox.com>\nPaul Hammond <paul@paulhammond.org>\nPawel Knap <pawelknap88@gmail.com>\nPieter
56-
Droogendijk <pieter@binky.org.uk>\nPursuit92 <JoshChase@techpursuit.net>\nRiku
57-
Voipio <riku.voipio@linaro.org>\nRob Figueiredo <robfig@gmail.com>\nRodrigo Chiossi
58-
<rodrigochiossi@gmail.com>\nSlawek Ligus <root@ooz.ie>\nSoge Zhang <zhssoge@gmail.com>\nTiffany
59-
Jernigan <tiffany.jernigan@intel.com>\nTilak Sharma <tilaks@google.com>\nTom Payne
60-
<twpayne@gmail.com>\nTravis Cline <travis.cline@gmail.com>\nTudor Golubenco <tudor.g@gmail.com>\nVahe
61-
Khachikyan <vahe@live.ca>\nYukang <moorekang@gmail.com>\nbronze1man <bronze1man@gmail.com>\ndebrando
62-
<denis.brandolini@gmail.com>\nhenrikedwards <henrik.edwards@gmail.com>\n铁哥 <guotie.9@gmail.com>"
26+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
27+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
28+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
29+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
30+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
31+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
32+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
33+
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
34+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
35+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36+
notices: []

.licenses/go/github.com/magiconair/properties.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: github.com/magiconair/properties
3-
version: v1.8.5
3+
version: v1.8.7
44
type: go
55
summary: Package properties provides functions for reading and writing ISO-8859-1
66
and UTF-8 encoded .properties files and has support for recursive property expansion.

.licenses/go/github.com/mattn/go-colorable.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: github.com/mattn/go-colorable
3-
version: v0.1.8
3+
version: v0.1.12
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/mattn/go-colorable

.licenses/go/github.com/mitchellh/mapstructure.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: github.com/mitchellh/mapstructure
3-
version: v1.4.1
3+
version: v1.5.0
44
type: go
55
summary: Package mapstructure exposes functionality to convert one arbitrary Go type
66
into another, typically to convert a map[string]interface{} into a native Go structure.
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
name: github.com/pelletier/go-toml/v2
3+
version: v2.0.8
4+
type: go
5+
summary: Package toml is a library to read and write TOML documents.
6+
homepage: https://pkg.go.dev/github.com/pelletier/go-toml/v2
7+
license: mit
8+
licenses:
9+
- sources: LICENSE
10+
text: |
11+
The MIT License (MIT)
12+
13+
Copyright (c) 2013 - 2022 Thomas Pelletier, Eric Anderton
14+
15+
Permission is hereby granted, free of charge, to any person obtaining a copy
16+
of this software and associated documentation files (the "Software"), to deal
17+
in the Software without restriction, including without limitation the rights
18+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
19+
copies of the Software, and to permit persons to whom the Software is
20+
furnished to do so, subject to the following conditions:
21+
22+
The above copyright notice and this permission notice shall be included in all
23+
copies or substantial portions of the Software.
24+
25+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
26+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
27+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
28+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
29+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
30+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
31+
SOFTWARE.
32+
- sources: README.md
33+
text: The MIT License (MIT). Read [LICENSE](LICENSE).
34+
notices: []
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
name: github.com/pelletier/go-toml/v2/internal/characters
3+
version: v2.0.8
4+
type: go
5+
summary:
6+
homepage: https://pkg.go.dev/github.com/pelletier/go-toml/v2/internal/characters
7+
license: mit
8+
licenses:
9+
- sources: v2@v2.0.8/LICENSE
10+
text: |
11+
The MIT License (MIT)
12+
13+
Copyright (c) 2013 - 2022 Thomas Pelletier, Eric Anderton
14+
15+
Permission is hereby granted, free of charge, to any person obtaining a copy
16+
of this software and associated documentation files (the "Software"), to deal
17+
in the Software without restriction, including without limitation the rights
18+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
19+
copies of the Software, and to permit persons to whom the Software is
20+
furnished to do so, subject to the following conditions:
21+
22+
The above copyright notice and this permission notice shall be included in all
23+
copies or substantial portions of the Software.
24+
25+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
26+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
27+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
28+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
29+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
30+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
31+
SOFTWARE.
32+
- sources: v2@v2.0.8/README.md
33+
text: The MIT License (MIT). Read [LICENSE](LICENSE).
34+
notices: []
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
name: github.com/pelletier/go-toml/v2/internal/danger
3+
version: v2.0.8
4+
type: go
5+
summary:
6+
homepage: https://pkg.go.dev/github.com/pelletier/go-toml/v2/internal/danger
7+
license: mit
8+
licenses:
9+
- sources: v2@v2.0.8/LICENSE
10+
text: |
11+
The MIT License (MIT)
12+
13+
Copyright (c) 2013 - 2022 Thomas Pelletier, Eric Anderton
14+
15+
Permission is hereby granted, free of charge, to any person obtaining a copy
16+
of this software and associated documentation files (the "Software"), to deal
17+
in the Software without restriction, including without limitation the rights
18+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
19+
copies of the Software, and to permit persons to whom the Software is
20+
furnished to do so, subject to the following conditions:
21+
22+
The above copyright notice and this permission notice shall be included in all
23+
copies or substantial portions of the Software.
24+
25+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
26+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
27+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
28+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
29+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
30+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
31+
SOFTWARE.
32+
- sources: v2@v2.0.8/README.md
33+
text: The MIT License (MIT). Read [LICENSE](LICENSE).
34+
notices: []
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
name: github.com/pelletier/go-toml/v2/internal/tracker
3+
version: v2.0.8
4+
type: go
5+
summary:
6+
homepage: https://pkg.go.dev/github.com/pelletier/go-toml/v2/internal/tracker
7+
license: mit
8+
licenses:
9+
- sources: v2@v2.0.8/LICENSE
10+
text: |
11+
The MIT License (MIT)
12+
13+
Copyright (c) 2013 - 2022 Thomas Pelletier, Eric Anderton
14+
15+
Permission is hereby granted, free of charge, to any person obtaining a copy
16+
of this software and associated documentation files (the "Software"), to deal
17+
in the Software without restriction, including without limitation the rights
18+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
19+
copies of the Software, and to permit persons to whom the Software is
20+
furnished to do so, subject to the following conditions:
21+
22+
The above copyright notice and this permission notice shall be included in all
23+
copies or substantial portions of the Software.
24+
25+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
26+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
27+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
28+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
29+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
30+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
31+
SOFTWARE.
32+
- sources: v2@v2.0.8/README.md
33+
text: The MIT License (MIT). Read [LICENSE](LICENSE).
34+
notices: []
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
name: github.com/pelletier/go-toml/v2/unstable
3+
version: v2.0.8
4+
type: go
5+
summary: Package unstable provides APIs that do not meet the backward compatibility
6+
guarantees yet.
7+
homepage: https://pkg.go.dev/github.com/pelletier/go-toml/v2/unstable
8+
license: mit
9+
licenses:
10+
- sources: v2@v2.0.8/LICENSE
11+
text: |
12+
The MIT License (MIT)
13+
14+
Copyright (c) 2013 - 2022 Thomas Pelletier, Eric Anderton
15+
16+
Permission is hereby granted, free of charge, to any person obtaining a copy
17+
of this software and associated documentation files (the "Software"), to deal
18+
in the Software without restriction, including without limitation the rights
19+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
20+
copies of the Software, and to permit persons to whom the Software is
21+
furnished to do so, subject to the following conditions:
22+
23+
The above copyright notice and this permission notice shall be included in all
24+
copies or substantial portions of the Software.
25+
26+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
27+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
28+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
29+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
30+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
31+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
32+
SOFTWARE.
33+
- sources: v2@v2.0.8/README.md
34+
text: The MIT License (MIT). Read [LICENSE](LICENSE).
35+
notices: []

.licenses/go/github.com/spf13/afero.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: github.com/spf13/afero
3-
version: v1.6.0
3+
version: v1.9.5
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/spf13/afero

0 commit comments

Comments
 (0)