2019-09-13 20:53:01 +00:00
|
|
|
module github.com/icedream/icecon
|
|
|
|
|
2024-05-05 07:39:54 +00:00
|
|
|
go 1.22
|
2019-09-13 20:53:01 +00:00
|
|
|
|
|
|
|
require (
|
2023-11-16 03:42:00 +00:00
|
|
|
github.com/alecthomas/kingpin/v2 v2.4.0
|
2019-09-13 20:53:01 +00:00
|
|
|
github.com/icedream/go-q3net v0.1.0
|
2024-05-05 07:39:54 +00:00
|
|
|
github.com/icedream/ui2walk v0.0.0-20160513005918-6f3bcb07a270
|
|
|
|
github.com/josephspurrier/goversioninfo v1.4.0
|
2022-04-09 14:17:03 +00:00
|
|
|
github.com/lxn/walk v0.0.0-20210112085537-c389da54e794
|
2024-05-05 07:39:54 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/akavel/rsrc v0.10.2 // indirect
|
|
|
|
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
|
2022-04-09 14:17:03 +00:00
|
|
|
github.com/lxn/win v0.0.0-20210218163916-a377121e959e // indirect
|
2024-05-05 07:39:54 +00:00
|
|
|
github.com/xhit/go-str2duration/v2 v2.1.0 // indirect
|
2023-10-02 18:53:52 +00:00
|
|
|
golang.org/x/sys v0.12.0 // indirect
|
2019-09-13 20:53:01 +00:00
|
|
|
gopkg.in/Knetic/govaluate.v3 v3.0.0 // indirect
|
|
|
|
)
|