Skip to content

Commit

Permalink
Merge pull request #187 from buffalo1024/updategomod
Browse files Browse the repository at this point in the history
update hwameistor to v0.12.2 in go.mod
  • Loading branch information
buffalo1024 authored Sep 5, 2023
2 parents 171e8c4 + 14b96e8 commit 75a19ff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ require (
github.com/google/gofuzz v1.1.0 // indirect
github.com/google/uuid v1.1.2 // indirect
github.com/googleapis/gnostic v0.5.5 // indirect
github.com/hwameistor/hwameistor v0.12.1
github.com/hwameistor/hwameistor v0.12.2
github.com/imdario/mergo v0.3.12 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,8 @@ github.com/hashicorp/mdns v1.0.0/go.mod h1:tL+uN++7HEJ6SQLQ2/p+z2pH24WQKWjBPkE0m
github.com/hashicorp/memberlist v0.1.3/go.mod h1:ajVTdAv/9Im8oMAAj5G31PhhMCZJV2pPBoIllUwCN7I=
github.com/hashicorp/serf v0.8.2/go.mod h1:6hOLApaqBFA1NXqRQAsxw9QxuDEvNxSQRwA/JwenrHc=
github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU=
github.com/hwameistor/hwameistor v0.12.1 h1:Y4K8jPCPpwTw6IqNFeQSBWc6bd/f/Eh9RxkJKu84Cjs=
github.com/hwameistor/hwameistor v0.12.1/go.mod h1:Ht+wwZlbtZilKHabhQWAAxmK8o4SDUgvbULjo+mUbp8=
github.com/hwameistor/hwameistor v0.12.2 h1:zmhkchP30fRBDkaQuG/dQtonJmytKT+VZuw0nE9SBN8=
github.com/hwameistor/hwameistor v0.12.2/go.mod h1:Ht+wwZlbtZilKHabhQWAAxmK8o4SDUgvbULjo+mUbp8=
github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=
github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=
github.com/imdario/mergo v0.3.5/go.mod h1:2EnlNZ0deacrJVfApfmtdGgDfMuh/nq6Ok1EcJh5FfA=
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ github.com/googleapis/gnostic/openapiv2
## explicit; go 1.12
github.com/hashicorp/golang-lru
github.com/hashicorp/golang-lru/simplelru
# github.com/hwameistor/hwameistor v0.12.1
# github.com/hwameistor/hwameistor v0.12.2
## explicit; go 1.18
github.com/hwameistor/hwameistor/deploy/crds
github.com/hwameistor/hwameistor/pkg/apis/client/clientset/versioned
Expand Down

0 comments on commit 75a19ff

Please sign in to comment.