Skip to content

Commit 4b00db0

Browse files
chore(deps): bump github.com/open-telemetry/opamp-go (#654)
Bumps [github.com/open-telemetry/opamp-go](https://github.com/open-telemetry/opamp-go) from 0.19.1-0.20250423191708-8d78a5169350 to 0.20.0. - [Release notes](https://github.com/open-telemetry/opamp-go/releases) - [Commits](https://github.com/open-telemetry/opamp-go/commits/v0.20.0) --- updated-dependencies: - dependency-name: github.com/open-telemetry/opamp-go dependency-version: 0.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ffea85e commit 4b00db0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

extension/apmconfigextension/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ require (
100100
github.com/knadh/koanf/v2 v2.2.1 // indirect
101101
github.com/mitchellh/copystructure v1.2.0 // indirect
102102
github.com/mitchellh/reflectwalk v1.0.2 // indirect
103-
github.com/open-telemetry/opamp-go v0.19.1-0.20250423191708-8d78a5169350
103+
github.com/open-telemetry/opamp-go v0.20.0
104104
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
105105
go.opentelemetry.io/collector/pdata v1.35.0 // indirect
106106
go.opentelemetry.io/otel v1.37.0

extension/apmconfigextension/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9G
127127
github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk=
128128
github.com/morikuni/aec v1.0.0 h1:nP9CBfwrvYnBRgY6qfDQkygYDmYwOilePFkwzv4dU8A=
129129
github.com/morikuni/aec v1.0.0/go.mod h1:BbKIizmSmc5MMPqRYbxO4ZU0S0+P200+tUnFx7PXmsc=
130-
github.com/open-telemetry/opamp-go v0.19.1-0.20250423191708-8d78a5169350 h1:W+DzUrFsc2tzZH8h+oIwno9rXV0hskXsR2dGNZ3LXPQ=
131-
github.com/open-telemetry/opamp-go v0.19.1-0.20250423191708-8d78a5169350/go.mod h1:/ks8JtVfx2wtZINPRTp/IxaGoMFAB6Uberx1Jcaur6M=
130+
github.com/open-telemetry/opamp-go v0.20.0 h1:GV4KbQVlRWBorvVm/a9WT9BuWhLHQfpmf0iSe/og5AY=
131+
github.com/open-telemetry/opamp-go v0.20.0/go.mod h1:/ks8JtVfx2wtZINPRTp/IxaGoMFAB6Uberx1Jcaur6M=
132132
github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=
133133
github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM=
134134
github.com/opencontainers/image-spec v1.1.1 h1:y0fUlFfIZhPF1W537XOLg0/fcx6zcHCJwooC2xJA040=

0 commit comments

Comments
 (0)