Skip to content

Commit

Permalink
bump go.opentelemetry.io/collector/featuregate in /internal/common
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: go.opentelemetry.io/collector/featuregate
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 10, 2024
1 parent cfb8f20 commit de8c52b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
5 changes: 3 additions & 2 deletions internal/common/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/internal/common
go 1.19

require (
github.com/stretchr/testify v1.8.4
go.opentelemetry.io/collector/featuregate v1.0.0-rcv0014
github.com/stretchr/testify v1.10.0
go.opentelemetry.io/collector/featuregate v1.21.0
go.uber.org/zap v1.25.0
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/hashicorp/go-version v1.7.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
Expand Down
12 changes: 7 additions & 5 deletions internal/common/go.sum

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

0 comments on commit de8c52b

Please sign in to comment.