check memory requirements before loading
Showing
| ... | @@ -32,6 +32,7 @@ require ( | ... | @@ -32,6 +32,7 @@ require ( |
| github.com/mattn/go-isatty v0.0.19 // indirect | github.com/mattn/go-isatty v0.0.19 // indirect | ||
| github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
| github.com/modern-go/reflect2 v1.0.2 // indirect | github.com/modern-go/reflect2 v1.0.2 // indirect | ||
| github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 | |||
| github.com/pelletier/go-toml/v2 v2.0.8 // indirect | github.com/pelletier/go-toml/v2 v2.0.8 // indirect | ||
| github.com/spf13/pflag v1.0.5 // indirect | github.com/spf13/pflag v1.0.5 // indirect | ||
| github.com/twitchyliquid64/golang-asm v0.15.1 // indirect | github.com/twitchyliquid64/golang-asm v0.15.1 // indirect | ||
| ... | ... |
Please register or sign in to comment