mirror of
https://github.com/coreybutler/nvm-windows.git
synced 2025-09-09 13:10:08 +00:00
Add update utility
This commit is contained in:
10
updater/go.mod
Normal file
10
updater/go.mod
Normal file
@@ -0,0 +1,10 @@
|
||||
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
|
||||
)
|
Reference in New Issue
Block a user