Skip to content

Commit

Permalink
maint: clean up after dependabot (#180)
Browse files Browse the repository at this point in the history
Husky is dependent on a Honeycomb-specific version of the protobuf
because some of our customers are sending data in old formats. We use a
replace directive to indicate that.
  • Loading branch information
kentquirk authored Mar 8, 2023
1 parent 9c79e71 commit 6d4398d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 391 deletions.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ require (
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace go.opentelemetry.io/proto/otlp => github.com/honeycombio/opentelemetry-proto-go/otlp v0.19.0-compat
Loading

0 comments on commit 6d4398d

Please sign in to comment.