Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ lint: install-build-deps
go tool golangci-lint run

install-build-deps:
ifeq (, $(shell which go-licenses))
go install github.com/google/go-licenses@v1.6.0
endif
ifeq (, $(shell which copywrite))
go install github.com/hashicorp/copywrite@v0.22.0
endif
Expand All @@ -51,7 +48,7 @@ docs:
cp docs/oms-cli.md docs/README.md

generate-license: generate
go-licenses report --template .NOTICE.template ./... > NOTICE
go tool go-licenses report --template .NOTICE.template ./... > NOTICE
copywrite headers apply

run-lima:
Expand Down
42 changes: 33 additions & 9 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,7 @@ License: Apache-2.0
License URL: https://github.com/googleapis/google-cloud-go/blob/auth/oauth2adapt/v0.2.8/auth/oauth2adapt/LICENSE

----------
Module: cloud.google.com/go/compute/apiv1
Version: v1.53.0
License: Apache-2.0
License URL: https://github.com/googleapis/google-cloud-go/blob/compute/v1.53.0/compute/apiv1/license_codes_client.go

----------
Module: cloud.google.com/go/compute/internal
Module: cloud.google.com/go/compute
Version: v1.53.0
License: Apache-2.0
License URL: https://github.com/googleapis/google-cloud-go/blob/compute/v1.53.0/compute/LICENSE
Expand Down Expand Up @@ -168,8 +162,8 @@ License URL: https://github.com/googleapis/gax-go/blob/v2.16.0/v2/LICENSE
----------
Module: github.com/inconshreveable/go-update
Version: v0.0.0-20160112193335-8152e7eb6ccf
License: Apache-2.0
License URL: https://github.com/inconshreveable/go-update/blob/8152e7eb6ccf/LICENSE
License: Unknown
License URL: Unknown

----------
Module: github.com/inconshreveable/go-update/internal/binarydist
Expand Down Expand Up @@ -285,30 +279,60 @@ Version: v0.64.0
License: Apache-2.0
License URL: https://github.com/open-telemetry/opentelemetry-go-contrib/blob/instrumentation/google.golang.org/grpc/otelgrpc/v0.64.0/instrumentation/google.golang.org/grpc/otelgrpc/LICENSE

----------
Module: go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
Version: v0.64.0
License: BSD-3-Clause
License URL: https://github.com/open-telemetry/opentelemetry-go-contrib/blob/instrumentation/google.golang.org/grpc/otelgrpc/v0.64.0/instrumentation/google.golang.org/grpc/otelgrpc/LICENSE

----------
Module: go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
Version: v0.64.0
License: Apache-2.0
License URL: https://github.com/open-telemetry/opentelemetry-go-contrib/blob/instrumentation/net/http/otelhttp/v0.64.0/instrumentation/net/http/otelhttp/LICENSE

----------
Module: go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
Version: v0.64.0
License: BSD-3-Clause
License URL: https://github.com/open-telemetry/opentelemetry-go-contrib/blob/instrumentation/net/http/otelhttp/v0.64.0/instrumentation/net/http/otelhttp/LICENSE

----------
Module: go.opentelemetry.io/otel
Version: v1.39.0
License: Apache-2.0
License URL: https://github.com/open-telemetry/opentelemetry-go/blob/v1.39.0/LICENSE

----------
Module: go.opentelemetry.io/otel
Version: v1.39.0
License: BSD-3-Clause
License URL: https://github.com/open-telemetry/opentelemetry-go/blob/v1.39.0/LICENSE

----------
Module: go.opentelemetry.io/otel/metric
Version: v1.39.0
License: Apache-2.0
License URL: https://github.com/open-telemetry/opentelemetry-go/blob/metric/v1.39.0/metric/LICENSE

----------
Module: go.opentelemetry.io/otel/metric
Version: v1.39.0
License: BSD-3-Clause
License URL: https://github.com/open-telemetry/opentelemetry-go/blob/metric/v1.39.0/metric/LICENSE

----------
Module: go.opentelemetry.io/otel/trace
Version: v1.39.0
License: Apache-2.0
License URL: https://github.com/open-telemetry/opentelemetry-go/blob/trace/v1.39.0/trace/LICENSE

----------
Module: go.opentelemetry.io/otel/trace
Version: v1.39.0
License: BSD-3-Clause
License URL: https://github.com/open-telemetry/opentelemetry-go/blob/trace/v1.39.0/trace/LICENSE

----------
Module: go.yaml.in/yaml/v3
Version: v3.0.4
Expand Down
14 changes: 10 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -266,9 +266,15 @@ require (
github.com/golangci/swaggoswag v0.0.0-20250504205917-77f2aca3143e // indirect
github.com/golangci/unconvert v0.0.0-20250410112200-a129a6e6413e // indirect
github.com/google/certificate-transparency-go v1.3.2 // indirect
github.com/google/go-cmp v0.7.0 // indirect
github.com/google/go-containerregistry v0.20.7 // indirect
github.com/google/go-github/v30 v30.1.0 // indirect
github.com/google/go-github/v80 v80.0.0 // indirect
github.com/google/go-licenses/v2 v2.0.1 // indirect
github.com/google/go-querystring v1.2.0 // indirect
github.com/google/ko v0.18.1 // indirect
github.com/google/licenseclassifier/v2 v2.0.0 // indirect
github.com/google/pprof v0.0.0-20260106004452-d7df1bf2cac7 // indirect
github.com/google/rpmpack v0.7.1 // indirect
github.com/google/s2a-go v0.1.9 // indirect
github.com/google/uuid v1.6.0 // indirect
Expand Down Expand Up @@ -385,6 +391,7 @@ require (
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.1.1 // indirect
github.com/opentracing/opentracing-go v1.2.0 // indirect
github.com/otiai10/copy v1.14.0 // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
github.com/pjbgf/sha1cd v0.5.0 // indirect
Expand Down Expand Up @@ -475,6 +482,7 @@ require (
go.augendre.info/arangolint v0.3.1 // indirect
go.augendre.info/fatcontext v0.9.0 // indirect
go.mongodb.org/mongo-driver v1.17.6 // indirect
go.opencensus.io v0.24.0 // indirect
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
go.opentelemetry.io/contrib/detectors/gcp v1.39.0 // indirect
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.64.0 // indirect
Expand All @@ -501,6 +509,7 @@ require (
gopkg.in/mail.v2 v2.3.1 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
honnef.co/go/tools v0.6.1 // indirect
k8s.io/klog/v2 v2.130.1 // indirect
lukechampine.com/blake3 v1.4.1 // indirect
mvdan.cc/gofumpt v0.9.2 // indirect
mvdan.cc/unparam v0.0.0-20251027182757-5beb8c8f8f15 // indirect
Expand All @@ -517,10 +526,6 @@ require (
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/go-logr/logr v1.4.3 // indirect
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
github.com/google/go-cmp v0.7.0 // indirect
github.com/google/go-github/v30 v30.1.0 // indirect
github.com/google/go-querystring v1.2.0 // indirect
github.com/google/pprof v0.0.0-20260106004452-d7df1bf2cac7 // indirect
github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/mattn/go-runewidth v0.0.19 // indirect
Expand All @@ -546,6 +551,7 @@ require (

tool (
github.com/golangci/golangci-lint/v2/cmd/golangci-lint
github.com/google/go-licenses/v2
github.com/goreleaser/goreleaser/v2
github.com/vektra/mockery/v3
)
Loading