gitee.com/sy_183/go-common@v1.0.5-0.20231205030221-958cfe129b47/go.mod (about)

     1  module gitee.com/sy_183/go-common
     2  
     3  go 1.18
     4  
     5  require (
     6  	github.com/gofrs/uuid v4.2.0+incompatible
     7  	golang.org/x/sys v0.0.0-20220818161305-2296e01440c6
     8  	gopkg.in/yaml.v3 v3.0.1
     9  )
    10  
    11  require (
    12  	bitbucket.org/avd/go-ipc v0.6.1 // indirect
    13  	github.com/kr/pretty v0.3.0 // indirect
    14  	gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
    15  )