github.com/pubgo/xprocess@v0.1.11/go.mod (about)

     1  module github.com/pubgo/xprocess
     2  
     3  go 1.14
     4  
     5  require (
     6  	github.com/pubgo/xerror v0.3.25
     7  	github.com/pubgo/xlog v0.0.16
     8  	github.com/stretchr/testify v1.4.0
     9  	go.uber.org/atomic v1.7.0
    10  	go.uber.org/zap v1.16.0
    11  	golang.org/x/sys v0.0.0-20190412213103-97732733099d
    12  )