Skip to content

Commit 952534d

Browse files
committed
update attribution
1 parent 6c93804 commit 952534d

File tree

2 files changed

+116
-38
lines changed

2 files changed

+116
-38
lines changed

ATTRIBUTION.md

Lines changed: 58 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ The Amazon eks-node-viewer Product includes the following third-party software/l
88
## github.com/aws/aws-sdk-go
99

1010
* Name: github.com/aws/aws-sdk-go
11-
* Version: v1.44.307
12-
* License: [Apache-2.0](https://github.com/aws/aws-sdk-go/blob/v1.44.307/LICENSE.txt)
11+
* Version: v1.45.26
12+
* License: [Apache-2.0](https://github.com/aws/aws-sdk-go/blob/v1.45.26/LICENSE.txt)
1313

1414
```
1515
@@ -220,8 +220,8 @@ The Amazon eks-node-viewer Product includes the following third-party software/l
220220
## github.com/aws/aws-sdk-go/internal/sync/singleflight
221221

222222
* Name: github.com/aws/aws-sdk-go/internal/sync/singleflight
223-
* Version: v1.44.307
224-
* License: [BSD-3-Clause](https://github.com/aws/aws-sdk-go/blob/v1.44.307/internal/sync/singleflight/LICENSE)
223+
* Version: v1.45.26
224+
* License: [BSD-3-Clause](https://github.com/aws/aws-sdk-go/blob/v1.45.26/internal/sync/singleflight/LICENSE)
225225

226226
```
227227
Copyright (c) 2009 The Go Authors. All rights reserved.
@@ -566,13 +566,13 @@ SOFTWARE.
566566
## github.com/charmbracelet/lipgloss
567567

568568
* Name: github.com/charmbracelet/lipgloss
569-
* Version: v0.7.1
570-
* License: [MIT](https://github.com/charmbracelet/lipgloss/blob/v0.7.1/LICENSE)
569+
* Version: v0.9.1
570+
* License: [MIT](https://github.com/charmbracelet/lipgloss/blob/v0.9.1/LICENSE)
571571

572572
```
573573
MIT License
574574
575-
Copyright (c) 2021 Charmbracelet, Inc
575+
Copyright (c) 2021-2023 Charmbracelet, Inc
576576
577577
Permission is hereby granted, free of charge, to any person obtaining a copy
578578
of this software and associated documentation files (the "Software"), to deal
@@ -851,6 +851,45 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
851851
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
852852
```
853853

854+
## github.com/facette/natsort
855+
856+
* Name: github.com/facette/natsort
857+
* Version: v0.0.0-20181210072756-2cd4dd1e2dcb
858+
* License: [BSD-3-Clause](https://github.com/facette/natsort/blob/2cd4dd1e2dcb/LICENSE)
859+
860+
```
861+
Copyright (c) 2015, Vincent Batoufflet and Marc Falzon
862+
All rights reserved.
863+
864+
Redistribution and use in source and binary forms, with or without
865+
modification, are permitted provided that the following conditions
866+
are met:
867+
868+
* Redistributions of source code must retain the above copyright
869+
notice, this list of conditions and the following disclaimer.
870+
871+
* Redistributions in binary form must reproduce the above copyright
872+
notice, this list of conditions and the following disclaimer in the
873+
documentation and/or other materials provided with the distribution.
874+
875+
* Neither the name of the authors nor the names of its contributors
876+
may be used to endorse or promote products derived from this software
877+
without specific prior written permission.
878+
879+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
880+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
881+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
882+
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
883+
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
884+
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
885+
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
886+
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
887+
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
888+
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
889+
POSSIBILITY OF SUCH DAMAGE.
890+
891+
```
892+
854893
## github.com/go-logr/logr
855894

856895
* Name: github.com/go-logr/logr
@@ -2490,8 +2529,8 @@ SOFTWARE.
24902529
## github.com/mattn/go-runewidth
24912530

24922531
* Name: github.com/mattn/go-runewidth
2493-
* Version: v0.0.14
2494-
* License: [MIT](https://github.com/mattn/go-runewidth/blob/v0.0.14/LICENSE)
2532+
* Version: v0.0.15
2533+
* License: [MIT](https://github.com/mattn/go-runewidth/blob/v0.0.15/LICENSE)
24952534

24962535
```
24972536
The MIT License (MIT)
@@ -3036,8 +3075,8 @@ SOFTWARE.
30363075
## github.com/muesli/termenv
30373076

30383077
* Name: github.com/muesli/termenv
3039-
* Version: v0.15.1
3040-
* License: [MIT](https://github.com/muesli/termenv/blob/v0.15.1/LICENSE)
3078+
* Version: v0.15.2
3079+
* License: [MIT](https://github.com/muesli/termenv/blob/v0.15.2/LICENSE)
30413080

30423081
```
30433082
MIT License
@@ -3206,8 +3245,8 @@ THE SOFTWARE.
32063245
## golang.org/x/net
32073246

32083247
* Name: golang.org/x/net
3209-
* Version: v0.8.0
3210-
* License: [BSD-3-Clause](https://cs.opensource.google/go/x/net/+/v0.8.0:LICENSE)
3248+
* Version: v0.17.0
3249+
* License: [BSD-3-Clause](https://cs.opensource.google/go/x/net/+/v0.17.0:LICENSE)
32113250

32123251
```
32133252
Copyright (c) 2009 The Go Authors. All rights reserved.
@@ -3317,8 +3356,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33173356
## golang.org/x/sys/unix
33183357

33193358
* Name: golang.org/x/sys/unix
3320-
* Version: v0.6.0
3321-
* License: [BSD-3-Clause](https://cs.opensource.google/go/x/sys/+/v0.6.0:LICENSE)
3359+
* Version: v0.13.0
3360+
* License: [BSD-3-Clause](https://cs.opensource.google/go/x/sys/+/v0.13.0:LICENSE)
33223361

33233362
```
33243363
Copyright (c) 2009 The Go Authors. All rights reserved.
@@ -3354,8 +3393,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33543393
## golang.org/x/term
33553394

33563395
* Name: golang.org/x/term
3357-
* Version: v0.6.0
3358-
* License: [BSD-3-Clause](https://cs.opensource.google/go/x/term/+/v0.6.0:LICENSE)
3396+
* Version: v0.13.0
3397+
* License: [BSD-3-Clause](https://cs.opensource.google/go/x/term/+/v0.13.0:LICENSE)
33593398

33603399
```
33613400
Copyright (c) 2009 The Go Authors. All rights reserved.
@@ -3391,8 +3430,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33913430
## golang.org/x/text
33923431

33933432
* Name: golang.org/x/text
3394-
* Version: v0.8.0
3395-
* License: [BSD-3-Clause](https://cs.opensource.google/go/x/text/+/v0.8.0:LICENSE)
3433+
* Version: v0.13.0
3434+
* License: [BSD-3-Clause](https://cs.opensource.google/go/x/text/+/v0.13.0:LICENSE)
33963435

33973436
```
33983437
Copyright (c) 2009 The Go Authors. All rights reserved.

cmd/eks-node-viewer/ATTRIBUTION.md

Lines changed: 58 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ The Amazon eks-node-viewer Product includes the following third-party software/l
88
## github.com/aws/aws-sdk-go
99

1010
* Name: github.com/aws/aws-sdk-go
11-
* Version: v1.44.307
12-
* License: [Apache-2.0](https://github.com/aws/aws-sdk-go/blob/v1.44.307/LICENSE.txt)
11+
* Version: v1.45.26
12+
* License: [Apache-2.0](https://github.com/aws/aws-sdk-go/blob/v1.45.26/LICENSE.txt)
1313

1414
```
1515
@@ -220,8 +220,8 @@ The Amazon eks-node-viewer Product includes the following third-party software/l
220220
## github.com/aws/aws-sdk-go/internal/sync/singleflight
221221

222222
* Name: github.com/aws/aws-sdk-go/internal/sync/singleflight
223-
* Version: v1.44.307
224-
* License: [BSD-3-Clause](https://github.com/aws/aws-sdk-go/blob/v1.44.307/internal/sync/singleflight/LICENSE)
223+
* Version: v1.45.26
224+
* License: [BSD-3-Clause](https://github.com/aws/aws-sdk-go/blob/v1.45.26/internal/sync/singleflight/LICENSE)
225225

226226
```
227227
Copyright (c) 2009 The Go Authors. All rights reserved.
@@ -566,13 +566,13 @@ SOFTWARE.
566566
## github.com/charmbracelet/lipgloss
567567

568568
* Name: github.com/charmbracelet/lipgloss
569-
* Version: v0.7.1
570-
* License: [MIT](https://github.com/charmbracelet/lipgloss/blob/v0.7.1/LICENSE)
569+
* Version: v0.9.1
570+
* License: [MIT](https://github.com/charmbracelet/lipgloss/blob/v0.9.1/LICENSE)
571571

572572
```
573573
MIT License
574574
575-
Copyright (c) 2021 Charmbracelet, Inc
575+
Copyright (c) 2021-2023 Charmbracelet, Inc
576576
577577
Permission is hereby granted, free of charge, to any person obtaining a copy
578578
of this software and associated documentation files (the "Software"), to deal
@@ -851,6 +851,45 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
851851
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
852852
```
853853

854+
## github.com/facette/natsort
855+
856+
* Name: github.com/facette/natsort
857+
* Version: v0.0.0-20181210072756-2cd4dd1e2dcb
858+
* License: [BSD-3-Clause](https://github.com/facette/natsort/blob/2cd4dd1e2dcb/LICENSE)
859+
860+
```
861+
Copyright (c) 2015, Vincent Batoufflet and Marc Falzon
862+
All rights reserved.
863+
864+
Redistribution and use in source and binary forms, with or without
865+
modification, are permitted provided that the following conditions
866+
are met:
867+
868+
* Redistributions of source code must retain the above copyright
869+
notice, this list of conditions and the following disclaimer.
870+
871+
* Redistributions in binary form must reproduce the above copyright
872+
notice, this list of conditions and the following disclaimer in the
873+
documentation and/or other materials provided with the distribution.
874+
875+
* Neither the name of the authors nor the names of its contributors
876+
may be used to endorse or promote products derived from this software
877+
without specific prior written permission.
878+
879+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
880+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
881+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
882+
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
883+
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
884+
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
885+
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
886+
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
887+
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
888+
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
889+
POSSIBILITY OF SUCH DAMAGE.
890+
891+
```
892+
854893
## github.com/go-logr/logr
855894

856895
* Name: github.com/go-logr/logr
@@ -2490,8 +2529,8 @@ SOFTWARE.
24902529
## github.com/mattn/go-runewidth
24912530

24922531
* Name: github.com/mattn/go-runewidth
2493-
* Version: v0.0.14
2494-
* License: [MIT](https://github.com/mattn/go-runewidth/blob/v0.0.14/LICENSE)
2532+
* Version: v0.0.15
2533+
* License: [MIT](https://github.com/mattn/go-runewidth/blob/v0.0.15/LICENSE)
24952534

24962535
```
24972536
The MIT License (MIT)
@@ -3036,8 +3075,8 @@ SOFTWARE.
30363075
## github.com/muesli/termenv
30373076

30383077
* Name: github.com/muesli/termenv
3039-
* Version: v0.15.1
3040-
* License: [MIT](https://github.com/muesli/termenv/blob/v0.15.1/LICENSE)
3078+
* Version: v0.15.2
3079+
* License: [MIT](https://github.com/muesli/termenv/blob/v0.15.2/LICENSE)
30413080

30423081
```
30433082
MIT License
@@ -3206,8 +3245,8 @@ THE SOFTWARE.
32063245
## golang.org/x/net
32073246

32083247
* Name: golang.org/x/net
3209-
* Version: v0.8.0
3210-
* License: [BSD-3-Clause](https://cs.opensource.google/go/x/net/+/v0.8.0:LICENSE)
3248+
* Version: v0.17.0
3249+
* License: [BSD-3-Clause](https://cs.opensource.google/go/x/net/+/v0.17.0:LICENSE)
32113250

32123251
```
32133252
Copyright (c) 2009 The Go Authors. All rights reserved.
@@ -3317,8 +3356,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33173356
## golang.org/x/sys/unix
33183357

33193358
* Name: golang.org/x/sys/unix
3320-
* Version: v0.6.0
3321-
* License: [BSD-3-Clause](https://cs.opensource.google/go/x/sys/+/v0.6.0:LICENSE)
3359+
* Version: v0.13.0
3360+
* License: [BSD-3-Clause](https://cs.opensource.google/go/x/sys/+/v0.13.0:LICENSE)
33223361

33233362
```
33243363
Copyright (c) 2009 The Go Authors. All rights reserved.
@@ -3354,8 +3393,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33543393
## golang.org/x/term
33553394

33563395
* Name: golang.org/x/term
3357-
* Version: v0.6.0
3358-
* License: [BSD-3-Clause](https://cs.opensource.google/go/x/term/+/v0.6.0:LICENSE)
3396+
* Version: v0.13.0
3397+
* License: [BSD-3-Clause](https://cs.opensource.google/go/x/term/+/v0.13.0:LICENSE)
33593398

33603399
```
33613400
Copyright (c) 2009 The Go Authors. All rights reserved.
@@ -3391,8 +3430,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33913430
## golang.org/x/text
33923431

33933432
* Name: golang.org/x/text
3394-
* Version: v0.8.0
3395-
* License: [BSD-3-Clause](https://cs.opensource.google/go/x/text/+/v0.8.0:LICENSE)
3433+
* Version: v0.13.0
3434+
* License: [BSD-3-Clause](https://cs.opensource.google/go/x/text/+/v0.13.0:LICENSE)
33963435

33973436
```
33983437
Copyright (c) 2009 The Go Authors. All rights reserved.

0 commit comments

Comments
 (0)