Skip to content

Commit

Permalink
Need v2 in go.mod
Browse files Browse the repository at this point in the history
Signed-off-by: Jean Rouge <[email protected]>
  • Loading branch information
wk8 committed Apr 27, 2022
1 parent bdfc973 commit 0fd7ba8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ It offers the following features:

## Installation
```bash
go get -u github.com/wk8/go-ordered-map
go get -u github.com/wk8/go-ordered-map/v2
```

Or use your favorite golang vendoring tool!
Expand All @@ -36,7 +36,7 @@ package main
import (
"fmt"

"github.com/wk8/go-ordered-map"
"github.com/wk8/go-ordered-map/v2"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package orderedmap_test
import (
"fmt"

"github.com/wk8/go-ordered-map"
"github.com/wk8/go-ordered-map/v2"
)

func Example() {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/wk8/go-ordered-map
module github.com/wk8/go-ordered-map/v2

go 1.18

Expand Down

0 comments on commit 0fd7ba8

Please sign in to comment.