aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorRui Chen <rui@chenrui.dev>2023-07-17 11:33:39 -0400
committerGitHub <noreply@github.com>2023-07-17 08:33:39 -0700
commit8a880650cec406c8c47d8016bf415e4eb6208917 (patch)
tree36521887ef85a01ce34bc64b548146ee3e1e1ac1 /go.mod
parent696e597f69707644fd00292b77575bce10ba1fa1 (diff)
downloadseaweedfs-8a880650cec406c8c47d8016bf415e4eb6208917.tar.xz
seaweedfs-8a880650cec406c8c47d8016bf415e4eb6208917.zip
deps: patch go-m1cpu to build with macOS < 12 (#4679)
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 677e78441..1022d88d8 100644
--- a/go.mod
+++ b/go.mod
@@ -268,7 +268,7 @@ require (
github.com/rfjakob/eme v1.1.2 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/shirou/gopsutil/v3 v3.23.3 // indirect
- github.com/shoenig/go-m1cpu v0.1.4 // indirect
+ github.com/shoenig/go-m1cpu v0.1.6 // indirect
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 // indirect
github.com/sony/gobreaker v0.5.0 // indirect
github.com/spacemonkeygo/monkit/v3 v3.0.19 // indirect