-
- Downloads
go.mod: upgrade gopsutils to v3.21.4 (#22693)
This fixes the OpenBSD/arm64 build.
... | ... | @@ -45,13 +45,14 @@ require ( |
github.com/prometheus/tsdb v0.7.1 | ||
github.com/rjeczalik/notify v0.9.1 | ||
github.com/rs/cors v1.7.0 | ||
github.com/shirou/gopsutil v2.20.5+incompatible | ||
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible | ||
github.com/status-im/keycard-go v0.0.0-20190316090335-8537d3370df4 | ||
github.com/stretchr/testify v1.7.0 | ||
github.com/syndtr/goleveldb v1.0.1-0.20210305035536-64b5b1c73954 | ||
github.com/tklauser/go-sysconf v0.3.5 // indirect | ||
github.com/tyler-smith/go-bip39 v1.0.1-0.20181017060643-dbb3b84ba2ef | ||
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 | ||
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c | ||
golang.org/x/sys v0.0.0-20210316164454-77fc1eacc6aa | ||
golang.org/x/text v0.3.4 | ||
golang.org/x/time v0.0.0-20201208040808-7e3f01d25324 | ||
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce | ||
... | ... |
Please register or sign in to comment