go.mod 1.3 KB

123456789101112131415161718192021222324252627282930313233
  1. module wkla.no-ip.biz/gogs/Willie/MsgService/MessageService
  2. go 1.14
  3. require (
  4. github.com/aphistic/golf v0.0.0-20180712155816-02c07f170c5a
  5. github.com/aphistic/sweet v0.3.0 // indirect
  6. github.com/eclipse/paho.mqtt.golang v1.2.0
  7. github.com/go-chi/chi v4.1.1+incompatible
  8. github.com/go-chi/docgen v1.0.5
  9. github.com/go-chi/render v1.0.1
  10. github.com/go-delve/delve v1.4.0 // indirect
  11. github.com/gofrs/uuid v3.2.0+incompatible // indirect
  12. github.com/goiiot/libmqtt v0.9.5 // indirect
  13. github.com/google/uuid v1.1.1 // indirect
  14. github.com/hashicorp/consul v1.7.2 // indirect
  15. github.com/hashicorp/consul/api v1.4.0
  16. github.com/joyent/triton-go v0.0.0-20180628001255-830d2b111e62
  17. github.com/prometheus/client_golang v1.5.1 // indirect
  18. github.com/qntfy/jsonparser v1.0.2 // indirect
  19. github.com/qntfy/kazaam v3.4.8+incompatible
  20. github.com/rs/zerolog v1.18.0 // indirect
  21. github.com/spf13/pflag v1.0.5
  22. github.com/spf13/viper v1.6.3 // indirect
  23. github.com/stretchr/testify v1.5.1
  24. github.com/willie68/kazaam v3.4.8+incompatible // indirect
  25. go.mongodb.org/mongo-driver v1.3.2
  26. golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4
  27. golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect
  28. gopkg.in/square/go-jose.v2 v2.5.0 // indirect
  29. gopkg.in/yaml.v2 v2.2.8
  30. gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
  31. )