github.com/coyove/sdss@v0.0.0-20231129015646-c2ec58cca6a2/go.mod (about)

     1  module github.com/coyove/sdss
     2  
     3  go 1.18
     4  
     5  require (
     6  	github.com/FastFilter/xorfilter v0.1.2
     7  	github.com/aaaton/golem/v4 v4.0.1
     8  	github.com/aaaton/golem/v4/dicts/en v1.0.1
     9  	github.com/pierrec/lz4/v4 v4.1.17
    10  	github.com/sirupsen/logrus v1.9.0
    11  	github.com/stretchr/testify v1.7.0
    12  	golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
    13  	golang.org/x/text v0.4.0
    14  )
    15  
    16  require (
    17  	github.com/davecgh/go-spew v1.1.1 // indirect
    18  	github.com/pmezard/go-difflib v1.0.0 // indirect
    19  	golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
    20  	gopkg.in/yaml.v3 v3.0.0-20200605160147-a5ece683394c // indirect
    21  )