fix(deps): update module mitchellh/hashstructure to v2 #7

Closed
renovate[bot] wants to merge 1 commits from renovate/major-all into master
Showing only changes of commit 7526312722 - Show all commits

2
go.mod
View File

@ -8,7 +8,7 @@ require (
github.com/google/uuid v1.2.0
github.com/hashicorp/golang-lru v0.5.3 // indirect
github.com/hashicorp/memberlist v0.2.2
github.com/mitchellh/hashstructure v1.1.0
github.com/mitchellh/hashstructure/v2/v2 v2.0.1
github.com/unistack-org/micro/v3 v3.2.14
google.golang.org/protobuf v1.25.0
)