mirror of
https://github.com/snapp-incubator/pakhshi.git
synced 2025-09-26 12:11:11 +08:00
19 lines
540 B
Modula-2
19 lines
540 B
Modula-2
module github.com/snapp-incubator/pakhshi
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/eclipse/paho.mqtt.golang v1.3.4
|
|
github.com/stretchr/testify v1.7.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/gorilla/websocket v1.4.2 // indirect
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
)
|