github.com/suiyunonghen/DxCommonLib@v0.5.3/go.mod (about)

     1  module github.com/suiyunonghen/DxCommonLib
     2  
     3  go 1.12
     4  
     5  require golang.org/x/text v0.3.7
     6  
     7  replace golang.org/x/text => github.com/golang/text v0.3.7
     8  
     9  require go.uber.org/automaxprocs v1.5.1