Skip to content
Merged
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
24 changes: 16 additions & 8 deletions THIRD_PARTY_NOTICES.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,14 +102,6 @@ Distributed under the following license(s):



## [github.com/docker/docker](https://github.com/docker/docker)

Distributed under the following license(s):

* Apache-2.0



## [github.com/evanphx/json-patch](https://github.com/evanphx/json-patch)

Distributed under the following license(s):
Expand Down Expand Up @@ -198,6 +190,22 @@ Distributed under the following license(s):



## [github.com/moby/moby/api](https://github.com/moby/moby)

Distributed under the following license(s):

* Apache-2.0



## [github.com/moby/moby/client](https://github.com/moby/moby)

Distributed under the following license(s):

* Apache-2.0



## [github.com/newrelic/go-agent/v3](https://github.com/newrelic/go-agent)

Distributed under the following license(s):
Expand Down
2 changes: 1 addition & 1 deletion build/container/Dockerfile.windows
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ COPY assets C:/newrelic
COPY $version_file C:/newrelic/VERSION

# Download and install bundled integrations
ARG nri_flex_version=1.17.5
ARG nri_flex_version=1.17.7
ARG nri_prometheus_version=2.27.7

RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
Expand Down
4 changes: 2 additions & 2 deletions build/embed/integrations.version
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ohi-repo-name,version
nri-docker,v2.6.9
nri-flex,v1.17.6
nri-docker,v2.6.10
nri-flex,v1.17.7
nri-winservices,v1.4.6
nri-prometheus,v2.28.0
25 changes: 11 additions & 14 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ require (
github.com/containerd/containerd/api v1.8.0
github.com/containerd/typeurl/v2 v2.2.0
github.com/coreos/go-systemd/v22 v22.5.0
github.com/docker/docker v28.4.0+incompatible
github.com/evanphx/json-patch v4.9.0+incompatible
github.com/fortytw2/leaktest v1.3.1-0.20190606143808-d73c753520d9
github.com/fsnotify/fsnotify v1.6.0
Expand All @@ -26,11 +25,13 @@ require (
github.com/kardianos/service v1.2.1
github.com/kelseyhightower/envconfig v1.4.0
github.com/kolo/xmlrpc v0.0.0-20200310150728-e0350524596b
github.com/moby/moby/api v1.54.1
github.com/moby/moby/client v0.4.0
github.com/newrelic/go-agent/v3 v3.36.0
github.com/newrelic/infra-identity-client-go v1.0.2
github.com/newrelic/newrelic-telemetry-sdk-go v0.8.1
github.com/opencontainers/go-digest v1.0.0
github.com/opencontainers/image-spec v1.1.0
github.com/opencontainers/image-spec v1.1.1
github.com/opencontainers/runtime-spec v1.1.0
github.com/pkg/errors v0.9.1
github.com/prometheus/procfs v0.10.1
Expand Down Expand Up @@ -65,7 +66,7 @@ require (
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/containerd/cgroups v1.1.0 // indirect
github.com/containerd/continuity v0.4.4 // indirect
github.com/containerd/errdefs v0.3.0 // indirect
github.com/containerd/errdefs v1.0.0 // indirect
github.com/containerd/errdefs/pkg v0.3.0 // indirect
github.com/containerd/fifo v1.1.0 // indirect
github.com/containerd/log v0.1.0 // indirect
Expand All @@ -74,10 +75,10 @@ require (
github.com/cyphar/filepath-securejoin v0.6.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/distribution/reference v0.6.0 // indirect
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-connections v0.6.0 // indirect
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c // indirect
github.com/docker/go-units v0.5.0 // indirect
github.com/felixge/httpsnoop v1.0.3 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/go-logr/logr v1.4.3 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
Expand All @@ -89,15 +90,12 @@ require (
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
github.com/moby/docker-image-spec v1.3.1 // indirect
github.com/moby/locker v1.0.1 // indirect
github.com/moby/sys/atomicwriter v0.1.0 // indirect
github.com/moby/sys/mountinfo v0.6.2 // indirect
github.com/moby/sys/sequential v0.6.0 // indirect
github.com/moby/sys/signal v0.7.0 // indirect
github.com/moby/sys/user v0.3.0 // indirect
github.com/moby/sys/userns v0.1.0 // indirect
github.com/moby/term v0.5.0 // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/opencontainers/selinux v1.13.0 // indirect
github.com/opencontainers/selinux v1.13.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
github.com/rogpeppe/go-internal v1.14.1 // indirect
Expand All @@ -108,10 +106,10 @@ require (
github.com/yusufpapurcu/wmi v1.2.4 // indirect
go.opencensus.io v0.24.0 // indirect
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0 // indirect
go.opentelemetry.io/otel v1.39.0 // indirect
go.opentelemetry.io/otel/metric v1.39.0 // indirect
go.opentelemetry.io/otel/trace v1.39.0 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0 // indirect
go.opentelemetry.io/otel v1.41.0 // indirect
go.opentelemetry.io/otel/metric v1.41.0 // indirect
go.opentelemetry.io/otel/trace v1.41.0 // indirect
go.uber.org/atomic v1.7.0 // indirect
golang.org/x/oauth2 v0.34.0 // indirect
golang.org/x/sync v0.19.0 // indirect
Expand All @@ -121,5 +119,4 @@ require (
google.golang.org/grpc v1.79.3 // indirect
google.golang.org/protobuf v1.36.10 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
gotest.tools/v3 v3.5.1 // indirect
)
Loading
Loading