github.com/emitter-io/go/v2@v2.1.0/go.mod (about) 1 module github.com/emitter-io/go/v2 2 3 go 1.23 4 5 require ( 6 github.com/eclipse/paho.mqtt.golang v1.5.0 7 github.com/stretchr/testify v1.8.2 8 ) 9 10 require ( 11 github.com/davecgh/go-spew v1.1.1 // indirect 12 github.com/gorilla/websocket v1.5.3 // indirect 13 github.com/pmezard/go-difflib v1.0.0 // indirect 14 golang.org/x/net v0.29.0 // indirect 15 golang.org/x/sync v0.8.0 // indirect 16 gopkg.in/yaml.v3 v3.0.1 // indirect 17 )