github.com/qioalice/ekago/v3@v3.3.2-0.20221202205325-5c262d586ee4/go.mod (about)

     1  module github.com/qioalice/ekago/v3
     2  
     3  go 1.18
     4  
     5  require (
     6  	github.com/ef-ds/deque v1.0.4
     7  	github.com/ef-ds/stack v1.0.1
     8  	github.com/json-iterator/go v1.1.9
     9  	github.com/modern-go/reflect2 v1.0.1
    10  	github.com/oklog/ulid/v2 v2.0.2
    11  	github.com/stretchr/testify v1.6.1
    12  	github.com/theodesp/go-heaps v0.0.0-20190520121037-88e35354fe0a
    13  )
    14  
    15  require (
    16  	github.com/davecgh/go-spew v1.1.1 // indirect
    17  	github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
    18  	github.com/pmezard/go-difflib v1.0.0 // indirect
    19  	gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
    20  )