Skip to content

Commit 72e8a9e

Browse files
committed
update license
1 parent b59e267 commit 72e8a9e

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

LICENSE-THIRD-PARTY

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ go.opentelemetry.io/proto/otlp,v1.0.0,https://github.com/open-telemetry/opentele
7070
go.uber.org/multierr,v1.11.0,https://github.com/uber-go/multierr/blob/v1.11.0/LICENSE.txt,MIT
7171
go.uber.org/zap,v1.27.0,https://github.com/uber-go/zap/blob/v1.27.0/LICENSE,MIT
7272
gomodules.xyz/jsonpatch/v2,v2.4.0,https://github.com/gomodules/jsonpatch/blob/v2.4.0/v2/LICENSE,Apache-2.0
73-
google.golang.org/genproto/googleapis/api/httpbody,v0.0.0-20230726155614-23370e0ffb3e,Unknown,Apache-2.0
74-
google.golang.org/genproto/googleapis/rpc,v0.0.0-20230822172742-b8732ec3820d,Unknown,Apache-2.0
75-
google.golang.org/grpc,v1.58.3,Unknown,Apache-2.0
76-
google.golang.org/protobuf,v1.36.5,Unknown,BSD-3-Clause
73+
google.golang.org/genproto/googleapis/api/httpbody,v0.0.0-20230726155614-23370e0ffb3e,https://github.com/googleapis/go-genproto/blob/23370e0ffb3e/googleapis/api/LICENSE,Apache-2.0
74+
google.golang.org/genproto/googleapis/rpc,v0.0.0-20230822172742-b8732ec3820d,https://github.com/googleapis/go-genproto/blob/b8732ec3820d/googleapis/rpc/LICENSE,Apache-2.0
75+
google.golang.org/grpc,v1.58.3,https://github.com/grpc/grpc-go/blob/v1.58.3/LICENSE,Apache-2.0
76+
google.golang.org/protobuf,v1.36.5,https://github.com/protocolbuffers/protobuf-go/blob/v1.36.5/LICENSE,BSD-3-Clause
7777
gopkg.in/inf.v0,v0.9.1,https://github.com/go-inf/inf/blob/v0.9.1/LICENSE,BSD-3-Clause
7878
gopkg.in/natefinch/lumberjack.v2,v2.2.1,https://github.com/natefinch/lumberjack/blob/v2.2.1/LICENSE,MIT
7979
gopkg.in/yaml.v2,v2.4.0,https://github.com/go-yaml/yaml/blob/v2.4.0/LICENSE,Apache-2.0

main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ func main() {
169169
attribute.String("service.name", "mongodb-kubernetes-operator"),
170170
// let's ensure that the root span follows the given parent span
171171
attribute.String("trace.parent.id", spanIDHex),
172-
173172
),
174173
trace.WithSpanKind(trace.SpanKindServer),
175174
}

public/tools/multicluster/LICENSE-THIRD-PARTY

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ github.com/munnerz/goautoneg,v0.0.0-20191010083416-a7dc8b61c822,https://github.c
2323
github.com/mxk/go-flowrate/flowrate,v0.0.0-20140419014527-cca7078d478f,https://github.com/mxk/go-flowrate/blob/cca7078d478f/LICENSE,BSD-3-Clause
2424
github.com/spf13/cobra,v1.6.1,https://github.com/spf13/cobra/blob/v1.6.1/LICENSE.txt,Apache-2.0
2525
github.com/spf13/pflag,v1.0.5,https://github.com/spf13/pflag/blob/v1.0.5/LICENSE,BSD-3-Clause
26-
google.golang.org/protobuf,v1.33.0,Unknown,BSD-3-Clause
26+
google.golang.org/protobuf,v1.33.0,https://github.com/protocolbuffers/protobuf-go/blob/v1.33.0/LICENSE,BSD-3-Clause
2727
gopkg.in/inf.v0,v0.9.1,https://github.com/go-inf/inf/blob/v0.9.1/LICENSE,BSD-3-Clause
2828
gopkg.in/yaml.v2,v2.4.0,https://github.com/go-yaml/yaml/blob/v2.4.0/LICENSE,Apache-2.0
2929
gopkg.in/yaml.v3,v3.0.1,https://github.com/go-yaml/yaml/blob/v3.0.1/LICENSE,MIT

0 commit comments

Comments
 (0)