Skip to content

Commit

Permalink
Update confmap/converter/expandconverter/go.mod
Browse files Browse the repository at this point in the history
Co-authored-by: Dmitrii Anoshin <[email protected]>
  • Loading branch information
TylerHelmuth and dmitryax authored Aug 7, 2024
1 parent b6aee54 commit e6fef5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion confmap/converter/expandconverter/go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Deprecated: [v0.107.0] BASH-style env var expansion is deprecated. Use the `envprovider` instead to expand `${FOO}` and `${env:FOO}`.
// Using the expandconverter will cause double escaping, so `$$$$` -> `$` instead of `$$`. //// Using the expandconverter will cause double escaping, so `$$$$` -> `$` instead of `$$`.
// Using the expandconverter will cause double escaping, so `$$$$` -> `$` instead of `$$`.
module go.opentelemetry.io/collector/confmap/converter/expandconverter

go 1.21.0
Expand Down

0 comments on commit e6fef5a

Please sign in to comment.