mirror of https://github.com/icedream/icecon.git
21 lines
644 B
Modula-2
21 lines
644 B
Modula-2
module github.com/icedream/icecon
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/alecthomas/kingpin/v2 v2.4.0
|
|
github.com/icedream/go-q3net v0.1.0
|
|
github.com/icedream/ui2walk v0.0.0-20160513005918-6f3bcb07a270
|
|
github.com/josephspurrier/goversioninfo v1.4.0
|
|
github.com/lxn/walk v0.0.0-20210112085537-c389da54e794
|
|
)
|
|
|
|
require (
|
|
github.com/akavel/rsrc v0.10.2 // indirect
|
|
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
|
|
github.com/lxn/win v0.0.0-20210218163916-a377121e959e // indirect
|
|
github.com/xhit/go-str2duration/v2 v2.1.0 // indirect
|
|
golang.org/x/sys v0.12.0 // indirect
|
|
gopkg.in/Knetic/govaluate.v3 v3.0.0 // indirect
|
|
)
|