You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wincmd/go.mod

10 lines
118 B
Modula-2

module b612.me/wincmd
go 1.16
require (
b612.me/stario v0.0.9
b612.me/win32api v0.0.2
golang.org/x/sys v0.18.0
)