Skip to content

Commit

Permalink
[chore] Ensure the opamp supervisor is using expected version (open-t…
Browse files Browse the repository at this point in the history
  • Loading branch information
MovieStoreGuy committed Jul 12, 2023
1 parent a0883a0 commit ac5eb05
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions cmd/opampsupervisor/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/knadh/koanf v1.5.0
github.com/oklog/ulid/v2 v2.1.0
github.com/open-telemetry/opamp-go v0.6.0
go.opentelemetry.io/collector/config/configtls v0.80.1-0.20230629144634-c3f70bd1f8ea
go.opentelemetry.io/collector/config/configtls v0.81.0
go.uber.org/zap v1.24.0
)

Expand All @@ -20,7 +20,7 @@ require (
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.8.4 // indirect
go.opentelemetry.io/collector/config/configopaque v0.80.1-0.20230629144634-c3f70bd1f8ea // indirect
go.opentelemetry.io/collector/config/configopaque v0.81.0 // indirect
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
golang.org/x/sys v0.10.0 // indirect
Expand Down
8 changes: 4 additions & 4 deletions cmd/opampsupervisor/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ac5eb05

Please sign in to comment.