An experimental pub/sub client and server project.
at main 242 B view raw
1module github.com/willdot/messagebroker 2 3go 1.21.0 4 5require github.com/stretchr/testify v1.8.4 6 7require ( 8 github.com/davecgh/go-spew v1.1.1 // indirect 9 github.com/pmezard/go-difflib v1.0.0 // indirect 10 gopkg.in/yaml.v3 v3.0.1 // indirect 11)