Skip to content

Commit 34ee013

Browse files
Merge pull request #90 from datadog-labs/chore/update-3rdparty-licenses
chore(deps): update LICENSE-3rdparty.csv with new dependencies
2 parents b3ef59d + 8c8aaf4 commit 34ee013

3 files changed

Lines changed: 17 additions & 3 deletions

File tree

LICENSE-3rdparty.csv

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,36 @@
11
Component,Origin,License,Copyright
22
github.com/99designs/go-keychain,https://github.com/99designs/go-keychain,MIT,Copyright (c) 2019 99designs
33
github.com/99designs/keyring,https://github.com/99designs/keyring,MIT,Copyright (c) 2019 99designs
4+
github.com/clipperhouse/displaywidth,https://github.com/clipperhouse/displaywidth,MIT,Copyright (c) 2025 Matt Sherman
5+
github.com/clipperhouse/stringish,https://github.com/clipperhouse/stringish,MIT,Copyright (c) 2025 Matt Sherman
6+
github.com/clipperhouse/uax29/v2,https://github.com/clipperhouse/uax29,MIT,Copyright (c) 2020 Matt Sherman
7+
github.com/danieljoos/wincred,https://github.com/danieljoos/wincred,MIT,Copyright (c) 2018 Daniel Joos
48
github.com/DataDog/datadog-api-client-go/v2,https://github.com/DataDog/datadog-api-client-go,Apache-2.0,Copyright 2019-Present Datadog Inc.
59
github.com/DataDog/zstd,https://github.com/DataDog/zstd,BSD-3-Clause,Copyright (c) 2016-Present Datadog Inc.
6-
github.com/danieljoos/wincred,https://github.com/danieljoos/wincred,MIT,Copyright (c) 2018 Daniel Joos
10+
github.com/davecgh/go-spew,https://github.com/davecgh/go-spew,ISC,Copyright (c) 2012-2016 Dave Collins
711
github.com/dvsekhvalnov/jose2go,https://github.com/dvsekhvalnov/jose2go,MIT,Copyright (c) 2015 Dmitry Vsekhvalnov
12+
github.com/fatih/color,https://github.com/fatih/color,MIT,Copyright (c) 2013 Fatih Arslan
813
github.com/goccy/go-json,https://github.com/goccy/go-json,MIT,Copyright (c) 2020 Masaaki Goshima
914
github.com/godbus/dbus,https://github.com/godbus/dbus,BSD-2-Clause,Copyright (c) 2013-Present godbus contributors
1015
github.com/golang/protobuf,https://github.com/golang/protobuf,BSD-3-Clause,Copyright 2010 The Go Authors
1116
github.com/google/uuid,https://github.com/google/uuid,BSD-3-Clause,Copyright (c) 2009-2018 The Go Authors
1217
github.com/gsterjov/go-libsecret,https://github.com/gsterjov/go-libsecret,MIT,Copyright (c) 2016 Georgi Sterjov
1318
github.com/inconshreveable/mousetrap,https://github.com/inconshreveable/mousetrap,Apache-2.0,Copyright 2012 Alan Shreve
19+
github.com/mattn/go-colorable,https://github.com/mattn/go-colorable,MIT,Copyright (c) 2016 Yasuhiro Matsumoto
20+
github.com/mattn/go-isatty,https://github.com/mattn/go-isatty,MIT,Copyright (c) Yasuhiro MATSUMOTO
21+
github.com/mattn/go-runewidth,https://github.com/mattn/go-runewidth,MIT,Copyright (c) 2016 Yasuhiro Matsumoto
1422
github.com/mtibben/percent,https://github.com/mtibben/percent,MIT,Copyright (c) 2015 Michael Tibben
23+
github.com/olekukonko/cat,https://github.com/olekukonko/cat,MIT,Copyright (c) 2025 Oleku Konko
24+
github.com/olekukonko/errors,https://github.com/olekukonko/errors,MIT,Copyright (c) 2025 Oleku Konko
25+
github.com/olekukonko/ll,https://github.com/olekukonko/ll,MIT,Copyright (c) 2025 Oleku Konko
26+
github.com/olekukonko/tablewriter,https://github.com/olekukonko/tablewriter,MIT,Copyright (c) 2014 Oleku Konko
27+
github.com/pmezard/go-difflib,https://github.com/pmezard/go-difflib,BSD-3-Clause,Copyright (c) 2013 Patrick Mezard
1528
github.com/spf13/cobra,https://github.com/spf13/cobra,Apache-2.0,Copyright 2013-Present Steve Francia
1629
github.com/spf13/pflag,https://github.com/spf13/pflag,BSD-3-Clause,Copyright (c) 2012 Alex Ogier / Copyright (c) 2012 The Go Authors
30+
github.com/stretchr/testify,https://github.com/stretchr/testify,MIT,Copyright (c) 2012-2020 Mat Ryer and Tyler Bunnell and contributors
1731
golang.org/x/oauth2,https://pkg.go.dev/golang.org/x/oauth2,BSD-3-Clause,Copyright (c) 2009 The Go Authors
1832
golang.org/x/sys,https://pkg.go.dev/golang.org/x/sys,BSD-3-Clause,Copyright (c) 2009 The Go Authors
1933
golang.org/x/term,https://pkg.go.dev/golang.org/x/term,BSD-3-Clause,Copyright (c) 2009 The Go Authors
2034
google.golang.org/appengine,https://pkg.go.dev/google.golang.org/appengine,Apache-2.0,Copyright 2011 Google Inc.
2135
google.golang.org/protobuf,https://pkg.go.dev/google.golang.org/protobuf,BSD-3-Clause,Copyright (c) 2018 The Go Authors
36+
gopkg.in/yaml.v3,https://github.com/go-yaml/yaml,MIT AND Apache-2.0,Copyright (c) 2006-2011 Kirill Simonov / Copyright (c) 2011-2019 Canonical Ltd

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ go 1.25
55
require (
66
github.com/99designs/keyring v1.2.2
77
github.com/DataDog/datadog-api-client-go/v2 v2.55.0
8+
github.com/google/uuid v1.5.0
89
github.com/olekukonko/tablewriter v1.1.3
910
github.com/spf13/cobra v1.10.2
1011
github.com/spf13/pflag v1.0.9
@@ -25,7 +26,6 @@ require (
2526
github.com/goccy/go-json v0.10.2 // indirect
2627
github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect
2728
github.com/golang/protobuf v1.5.3 // indirect
28-
github.com/google/uuid v1.5.0 // indirect
2929
github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c // indirect
3030
github.com/inconshreveable/mousetrap v1.1.0 // indirect
3131
github.com/mattn/go-colorable v0.1.14 // indirect

pkg/config/config_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,6 @@ func TestGetEnvWithDefault(t *testing.T) {
345345

346346
for _, tt := range tests {
347347
t.Run(tt.name, func(t *testing.T) {
348-
t.Parallel()
349348
if tt.setEnv {
350349
os.Setenv(tt.key, tt.setValue)
351350
} else {

0 commit comments

Comments
 (0)