diff --git a/Makefile b/Makefile index aadf40af..b8dde957 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,3 @@ -.PHONY: update-pkg-cache - -VERSION := $(shell git describe --tags --abbrev=0) - update-pkg-cache: GOPROXY=https://proxy.golang.org GO111MODULE=on \ - go get github.com/talon-one/talon_go/v2@$(VERSION) + go get github.com/talon-one/talon_go/v2 diff --git a/README.md b/README.md index 42c79c10..44ed38cf 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ import ( "encoding/json" "fmt" - talon "github.com/talon-one/talon_go" + talon "github.com/talon-one/talon_go/v2" ) func main() { @@ -217,7 +217,7 @@ import ( "context" "fmt" - talon "github.com/talon-one/talon_go" + talon "github.com/talon-one/talon_go/v2" ) func main() { @@ -277,7 +277,7 @@ import ( "context" "fmt" - talon "github.com/talon-one/talon_go" + talon "github.com/talon-one/talon_go/v2" ) func main() {