mirror of
https://github.com/coreybutler/nvm-windows.git
synced 2025-09-29 09:28:42 +00:00
15 lines
316 B
Modula-2
15 lines
316 B
Modula-2
module iconize
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/coreybutler/go-fsutil v1.2.1
|
|
github.com/lxn/walk v0.0.0-20210112085537-c389da54e794
|
|
github.com/lxn/win v0.0.0-20210218163916-a377121e959e
|
|
)
|
|
|
|
require (
|
|
golang.org/x/sys v0.0.0-20201018230417-eeed37f84f13 // indirect
|
|
gopkg.in/Knetic/govaluate.v3 v3.0.0 // indirect
|
|
)
|