Skip to content

Commit

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

"github.com/knadh/koanf/parsers/json"
"github.com/knadh/koanf/providers/appconfig"
"github.com/knadh/koanf/providers/appconfig/v2"
"github.com/knadh/koanf/v2"
)

Expand Down
2 changes: 1 addition & 1 deletion providers/appconfig/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/knadh/koanf/providers/appconfig
module github.com/knadh/koanf/providers/appconfig/v2

go 1.18

Expand Down

0 comments on commit 40e3486

Please sign in to comment.