123456789101112131415161718192021222324252627282930313233 |
- module wkla.no-ip.biz/gogs/Willie/MsgService/MessageService
- go 1.14
- require (
- github.com/aphistic/golf v0.0.0-20180712155816-02c07f170c5a
- github.com/aphistic/sweet v0.3.0 // indirect
- github.com/eclipse/paho.mqtt.golang v1.2.0
- github.com/go-chi/chi v4.1.1+incompatible
- github.com/go-chi/docgen v1.0.5
- github.com/go-chi/render v1.0.1
- github.com/go-delve/delve v1.4.0 // indirect
- github.com/gofrs/uuid v3.2.0+incompatible // indirect
- github.com/goiiot/libmqtt v0.9.5 // indirect
- github.com/google/uuid v1.1.1 // indirect
- github.com/hashicorp/consul v1.7.2 // indirect
- github.com/hashicorp/consul/api v1.4.0
- github.com/joyent/triton-go v0.0.0-20180628001255-830d2b111e62
- github.com/prometheus/client_golang v1.5.1 // indirect
- github.com/qntfy/jsonparser v1.0.2 // indirect
- github.com/qntfy/kazaam v3.4.8+incompatible
- github.com/rs/zerolog v1.18.0 // indirect
- github.com/spf13/pflag v1.0.5
- github.com/spf13/viper v1.6.3 // indirect
- github.com/stretchr/testify v1.5.1
- github.com/willie68/kazaam v3.4.8+incompatible // indirect
- go.mongodb.org/mongo-driver v1.3.2
- golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4
- golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect
- gopkg.in/square/go-jose.v2 v2.5.0 // indirect
- gopkg.in/yaml.v2 v2.2.8
- gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
- )
|