diff --git a/Makefile b/Makefile index c61a960b..d8f170ae 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,3 @@ update-pkg-cache: GOPROXY=https://proxy.golang.org GO111MODULE=on \ - go get github.com/talon-one/talon_go/v4 + go get github.com/talon-one/talon_go/v5 diff --git a/README.md b/README.md index c9ba3782..38ffa884 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ import ( "encoding/json" "fmt" - talon "github.com/talon-one/talon_go/v4" + talon "github.com/talon-one/talon_go/v5" ) func main() { @@ -220,7 +220,7 @@ import ( "context" "fmt" - talon "github.com/talon-one/talon_go/v4" + talon "github.com/talon-one/talon_go/v5" ) func main() {