Skip to content

Commit

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

"github.com/knadh/koanf/parsers/json"
"github.com/knadh/koanf/providers/etcd"
"github.com/knadh/koanf/providers/etcd/v2"
"github.com/knadh/koanf/providers/file"
"github.com/knadh/koanf/v2"

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

go 1.18

Expand Down

0 comments on commit 086566c

Please sign in to comment.