54 lines
2.0 KiB
Modula-2
54 lines
2.0 KiB
Modula-2
module github.com/mainflux/mainflux
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1
|
|
github.com/cenkalti/backoff/v4 v4.1.0
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/docker/docker v1.13.1
|
|
github.com/eclipse/paho.mqtt.golang v1.2.0
|
|
github.com/fatih/color v1.9.0
|
|
github.com/go-kit/kit v0.10.0
|
|
github.com/go-redis/redis v6.15.8+incompatible
|
|
github.com/go-zoo/bone v1.3.0
|
|
github.com/gocql/gocql v0.0.0-20200624222514-34081eda590e
|
|
github.com/gofrs/uuid v3.3.0+incompatible
|
|
github.com/gogo/protobuf v1.3.1
|
|
github.com/golang/protobuf v1.4.2
|
|
github.com/gopcua/opcua v0.1.6
|
|
github.com/hashicorp/vault/api v1.0.4
|
|
github.com/hokaccha/go-prettyjson v0.0.0-20190818114111-108c894c2c0e
|
|
github.com/influxdata/influxdb v1.8.1
|
|
github.com/jmoiron/sqlx v1.2.1-0.20190826204134-d7d95172beb5
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/lib/pq v1.7.0
|
|
github.com/mainflux/mproxy v0.2.2
|
|
github.com/mainflux/senml v1.5.0
|
|
github.com/mitchellh/mapstructure v1.1.2
|
|
github.com/nats-io/nats.go v1.10.0
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
|
github.com/oklog/ulid/v2 v2.0.2
|
|
github.com/onsi/ginkgo v1.12.0 // indirect
|
|
github.com/onsi/gomega v1.9.0 // indirect
|
|
github.com/opentracing/opentracing-go v1.2.0
|
|
github.com/ory/dockertest/v3 v3.6.0
|
|
github.com/pelletier/go-toml v1.8.0
|
|
github.com/plgd-dev/go-coap/v2 v2.0.4
|
|
github.com/prometheus/client_golang v1.7.1
|
|
github.com/rubenv/sql-migrate v0.0.0-20200616145509-8d140a17f351
|
|
github.com/spf13/cobra v1.0.0
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/spf13/viper v1.7.0
|
|
github.com/stretchr/testify v1.6.1
|
|
github.com/subosito/gotenv v1.2.0
|
|
github.com/uber/jaeger-client-go v2.24.0+incompatible
|
|
go.mongodb.org/mongo-driver v1.3.5
|
|
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
|
|
golang.org/x/net v0.0.0-20200707034311-ab3426394381
|
|
golang.org/x/tools v0.0.0-20200502202811-ed308ab3e770 // indirect
|
|
gonum.org/v1/gonum v0.7.0
|
|
google.golang.org/grpc v1.30.0
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
|
)
|