2019-09-13 20:53:01 +00:00
|
|
|
module github.com/icedream/icecon
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
2023-10-02 18:53:52 +00:00
|
|
|
github.com/alecthomas/kingpin/v2 v2.3.2
|
2019-09-13 20:53:01 +00:00
|
|
|
github.com/icedream/go-q3net v0.1.0
|
2022-04-09 14:17:03 +00:00
|
|
|
github.com/lxn/walk v0.0.0-20210112085537-c389da54e794
|
|
|
|
github.com/lxn/win v0.0.0-20210218163916-a377121e959e // 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
|
|
|
|
)
|