Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 6930051

Browse files
committed
Update module path
1 parent a045b66 commit 6930051

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ sending data across the network, caching values locally (de-dup), and so on.
3030
Standard `go get`:
3131

3232
```
33-
$ go get github.com/mitchellh/hashstructure/v2
33+
$ go get github.com/gohugoio/hashstructure
3434
```
3535

3636
**Note on v2:** It is highly recommended you use the "v2" release since this

‎go.mod‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module github.com/mitchellh/hashstructure/v2
1+
module github.com/gohugoio/hashstructure
22

3-
go 1.14
3+
go 1.18

0 commit comments

Comments
 (0)