gitee.com/quant1x/gox@v1.7.6/go.mod (about)

     1  module gitee.com/quant1x/gox
     2  
     3  go 1.20
     4  
     5  require (
     6  	github.com/chewxy/math32 v1.10.1
     7  	github.com/gocarina/gocsv v0.0.0-20230614100527-2696de6cd848
     8  	github.com/mmcloughlin/avo v0.5.0
     9  	github.com/stretchr/testify v1.8.4
    10  	github.com/viterin/partial v1.0.0
    11  	golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1
    12  	golang.org/x/sys v0.9.0
    13  	gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
    14  	rsc.io/qr v0.2.0
    15  )
    16  
    17  require (
    18  	github.com/davecgh/go-spew v1.1.1 // indirect
    19  	github.com/kr/pretty v0.2.1 // indirect
    20  	github.com/kr/text v0.1.0 // indirect
    21  	github.com/pmezard/go-difflib v1.0.0 // indirect
    22  	golang.org/x/mod v0.6.0 // indirect
    23  	golang.org/x/tools v0.2.0 // indirect
    24  	gopkg.in/yaml.v3 v3.0.1 // indirect
    25  )