Skip to content

Commit

Permalink
Bump consul provider to v2.
Browse files Browse the repository at this point in the history
  • Loading branch information
knadh committed Sep 23, 2023
1 parent 40e3486 commit 25524d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/read-consul/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

"github.com/hashicorp/consul/api"
"github.com/knadh/koanf/parsers/json"
"github.com/knadh/koanf/providers/consul"
"github.com/knadh/koanf/providers/consul/v2"
"github.com/knadh/koanf/providers/file"
"github.com/knadh/koanf/v2"
)
Expand Down
2 changes: 1 addition & 1 deletion providers/consul/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/knadh/koanf/providers/consul
module github.com/knadh/koanf/providers/consul/v2

go 1.18

Expand Down

0 comments on commit 25524d0

Please sign in to comment.