Skip to content

Commit

Permalink
[chore] Upgrade koanf to v2 in the Supervisor (#25169)
Browse files Browse the repository at this point in the history
This is primarily to align the version with what the Collector uses in
`confmap`. It doesn't introduce any functional changes.
  • Loading branch information
evan-bradley authored Aug 13, 2023
1 parent 99fb6b6 commit 790759d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 369 deletions.
6 changes: 5 additions & 1 deletion cmd/opampsupervisor/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ go 1.19

require (
github.com/cenkalti/backoff/v4 v4.2.0
github.com/knadh/koanf v1.5.0
github.com/knadh/koanf/parsers/yaml v0.1.0
github.com/knadh/koanf/providers/file v0.1.0
github.com/knadh/koanf/providers/rawbytes v0.1.0
github.com/knadh/koanf/v2 v2.0.1
github.com/oklog/ulid/v2 v2.1.0
github.com/open-telemetry/opamp-go v0.6.0
go.opentelemetry.io/collector/config/configtls v0.82.0
Expand All @@ -15,6 +18,7 @@ require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/knadh/koanf/maps v0.1.1 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
Expand Down
Loading

0 comments on commit 790759d

Please sign in to comment.