diff options
| author | Rui Chen <rui@chenrui.dev> | 2023-07-17 11:33:39 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-17 08:33:39 -0700 |
| commit | 8a880650cec406c8c47d8016bf415e4eb6208917 (patch) | |
| tree | 36521887ef85a01ce34bc64b548146ee3e1e1ac1 /go.mod | |
| parent | 696e597f69707644fd00292b77575bce10ba1fa1 (diff) | |
| download | seaweedfs-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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
