github.com/eframework-cn/EP.GO.UTIL@v1.0.0/go.mod (about)

     1  module github.com/eframework-cn/EP.GO.UTIL
     2  
     3  go 1.18
     4  
     5  require (
     6  	github.com/lxn/win v0.0.0-20210218163916-a377121e959e
     7  	github.com/shiena/ansicolor v0.0.0-20200904210342-c7312218db18
     8  	github.com/v2pro/plz v0.0.0-20200805122259-422184e41b6e
     9  	golang.org/x/sys v0.0.0-20220513210249-45d2b4557a2a
    10  )