github.com/go-eden/common@v0.1.15-0.20210617133546-059099253264/go.mod (about)

     1  module github.com/go-eden/common
     2  
     3  go 1.15
     4  
     5  require (
     6  	github.com/davecgh/go-spew v1.1.1 // indirect
     7  	github.com/go-eden/routine v0.0.1 // indirect
     8  	github.com/stretchr/testify v1.7.0
     9  	gopkg.in/yaml.v2 v2.2.7 // indirect
    10  )