mirror of
https://github.com/coreybutler/nvm-windows.git
synced 2026-01-14 07:03:17 +08:00
17 lines
467 B
Modula-2
17 lines
467 B
Modula-2
module nvm
|
|
|
|
go 1.18
|
|
|
|
// replace github.com/coreybutler/go-fsutil => C:\Users\corey\OneDrive\Documents\workspace\oss\coreybutler\go-fsutil
|
|
|
|
require (
|
|
github.com/blang/semver v3.5.1+incompatible
|
|
github.com/coreybutler/go-fsutil v1.2.0
|
|
github.com/coreybutler/go-where v1.0.2
|
|
github.com/olekukonko/tablewriter v0.0.5
|
|
github.com/saintfish/chardet v0.0.0-20230101081208-5e3ef4b5456d
|
|
golang.org/x/sys v0.1.0
|
|
)
|
|
|
|
require github.com/mattn/go-runewidth v0.0.9 // indirect
|