Skip to content

Commit ca55b4d

Browse files
bump viper to v1.17.0 and drop unneded dep
1 parent 7fc8eaf commit ca55b4d

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: [email protected]/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: [email protected]/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: [email protected]/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: [email protected]/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: [email protected]/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: [email protected]/README.md
33+
text: The project is licensed under the [MIT License](LICENSE).
3234
notices: []

0 commit comments

Comments
 (0)