mirror of
https://github.com/coreybutler/nvm-windows.git
synced 2025-09-02 10:48:17 +00:00
11 lines
294 B
Modula-2
11 lines
294 B
Modula-2
module nvm
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/blang/semver v3.5.1+incompatible // indirect
|
|
github.com/coreybutler/go-fsutil v1.1.1 // indirect
|
|
github.com/gen2brain/dlgs v0.0.0-20210911090025-cbd38e821b98 // indirect
|
|
github.com/gopherjs/gopherjs v0.0.0-20210901121439-eee08aaf2717 // indirect
|
|
)
|