Skip to content

Commit

Permalink
Merge pull request #25 from talon-one/sc-30357-update-go-sdk-clean-up…
Browse files Browse the repository at this point in the history
…-unused-campaign-model-1

v5.0.0: Stores
  • Loading branch information
kkupreeva authored Nov 17, 2023
2 parents d4eb808 + a64bdd9 commit fe8e46b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down Expand Up @@ -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() {
Expand Down

0 comments on commit fe8e46b

Please sign in to comment.