github.com/julianthome/gore@v0.0.0-20231109011145-b3a6bbe6fe55/go.mod (about)

     1  module github.com/julianthome/gore
     2  
     3  go 1.21.3
     4  
     5  require (
     6  	github.com/motemen/go-quickfix v0.0.0-20230925231438-5cf0001766ff
     7  	github.com/peterh/liner v1.2.2
     8  	github.com/stretchr/testify v1.8.4
     9  	github.com/x-motemen/gore v0.5.7
    10  	golang.org/x/text v0.14.0
    11  	golang.org/x/tools v0.15.0
    12  )
    13  
    14  require (
    15  	github.com/davecgh/go-spew v1.1.1 // indirect
    16  	github.com/mattn/go-runewidth v0.0.15 // indirect
    17  	github.com/pmezard/go-difflib v1.0.0 // indirect
    18  	github.com/rivo/uniseg v0.4.4 // indirect
    19  	golang.org/x/mod v0.14.0 // indirect
    20  	golang.org/x/sys v0.14.0 // indirect
    21  	gopkg.in/yaml.v3 v3.0.1 // indirect
    22  )