github.com/oarkflow/sio@v0.0.6/go.mod (about)

     1  module github.com/oarkflow/sio
     2  
     3  go 1.21.0
     4  
     5  require github.com/oarkflow/frame v0.0.56
     6  
     7  require (
     8  	github.com/andeya/ameda v1.5.3 // indirect
     9  	github.com/andeya/goutil v1.0.1 // indirect
    10  	github.com/bytedance/go-tagexpr/v2 v2.9.11 // indirect
    11  	github.com/bytedance/gopkg v0.0.0-20231219111115-a5eedbe96960 // indirect
    12  	github.com/nyaruka/phonenumbers v1.3.0 // indirect
    13  	github.com/oarkflow/log v1.0.74 // indirect
    14  	github.com/tidwall/match v1.1.1 // indirect
    15  	github.com/tidwall/pretty v1.2.1 // indirect
    16  	golang.org/x/text v0.14.0 // indirect
    17  	google.golang.org/protobuf v1.32.0 // indirect
    18  )