71 lines
3.1 KiB
Modula-2
71 lines
3.1 KiB
Modula-2
module github.com/mainflux/mainflux
|
|
|
|
go 1.11
|
|
|
|
require (
|
|
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
|
|
github.com/BurntSushi/toml v0.3.1
|
|
github.com/Microsoft/go-winio v0.4.7 // indirect
|
|
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
|
|
github.com/VividCortex/gohistogram v1.0.0 // indirect
|
|
github.com/cenkalti/backoff v2.0.0+incompatible // indirect
|
|
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect
|
|
github.com/containerd/continuity v0.0.0-20180416230128-c6cef3483023 // indirect
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/docker/docker v1.13.1
|
|
github.com/docker/go-connections v0.3.0 // indirect
|
|
github.com/docker/go-units v0.3.3 // indirect
|
|
github.com/dustin/go-coap v0.0.0-20170214053734-ddcc80675fa4
|
|
github.com/eclipse/paho.mqtt.golang v1.2.0
|
|
github.com/fatih/color v1.7.0
|
|
github.com/go-kit/kit v0.9.0
|
|
github.com/go-redis/redis v6.15.0+incompatible
|
|
github.com/go-zoo/bone v1.3.0
|
|
github.com/gocql/gocql v0.0.0-20181106112037-68ae1e384be4
|
|
github.com/gofrs/uuid v3.2.0+incompatible
|
|
github.com/gogo/protobuf v1.3.1
|
|
github.com/golang/protobuf v1.3.2
|
|
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect
|
|
github.com/gopcua/opcua v0.1.6
|
|
github.com/gorilla/websocket v1.4.1
|
|
github.com/hokaccha/go-prettyjson v0.0.0-20180920040306-f579f869bbfe
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
github.com/influxdata/influxdb v1.6.4
|
|
github.com/jmoiron/sqlx v1.2.1-0.20190319043955-cdf62fdf55f6
|
|
github.com/lib/pq v1.0.0
|
|
github.com/mainflux/senml v1.0.0
|
|
github.com/mattn/go-colorable v0.0.9 // indirect
|
|
github.com/mattn/go-isatty v0.0.3 // indirect
|
|
github.com/nats-io/gnatsd v1.4.1 // indirect
|
|
github.com/nats-io/go-nats v1.6.0
|
|
github.com/nats-io/nuid v1.0.0 // indirect
|
|
github.com/onsi/ginkgo v1.10.3 // indirect
|
|
github.com/onsi/gomega v1.7.1 // indirect
|
|
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
|
|
github.com/opencontainers/image-spec v1.0.1 // indirect
|
|
github.com/opencontainers/runc v0.1.1 // indirect
|
|
github.com/opentracing/opentracing-go v1.1.0
|
|
github.com/ory/dockertest v3.3.0+incompatible // indirect
|
|
github.com/pelletier/go-toml v1.4.0 // indirect
|
|
github.com/prometheus/client_golang v0.9.3
|
|
github.com/rubenv/sql-migrate v0.0.0-20181106121204-ba2c6a7295c5
|
|
github.com/sony/gobreaker v0.0.0-20180905101324-b2a34562d02c
|
|
github.com/spf13/afero v1.2.2 // indirect
|
|
github.com/spf13/cobra v0.0.3
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
github.com/spf13/viper v1.5.0
|
|
github.com/stretchr/testify v1.4.0
|
|
github.com/tidwall/pretty v1.0.0 // indirect
|
|
github.com/uber/jaeger-client-go v2.16.0+incompatible
|
|
github.com/uber/jaeger-lib v2.0.0+incompatible // indirect
|
|
github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c // indirect
|
|
github.com/xdg/stringprep v1.0.1-0.20180714160509-73f8eece6fdc // indirect
|
|
go.mongodb.org/mongo-driver v1.1.3
|
|
golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5
|
|
golang.org/x/net v0.0.0-20190522155817-f3200d17e092
|
|
gonum.org/v1/gonum v0.0.0-20190808205415-ced62fe5104b
|
|
google.golang.org/grpc v1.24.0
|
|
gopkg.in/gorp.v1 v1.7.1 // indirect
|
|
gopkg.in/ory-am/dockertest.v3 v3.3.2
|
|
)
|