134 lines
6.2 KiB
Modula-2
134 lines
6.2 KiB
Modula-2
module github.com/mainflux/mainflux
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/cenkalti/backoff/v4 v4.1.1
|
|
github.com/docker/docker v20.10.8+incompatible
|
|
github.com/eclipse/paho.mqtt.golang v1.3.5
|
|
github.com/fatih/color v1.12.0
|
|
github.com/fiorix/go-smpp v0.0.0-20210403173735-2894b96e70ba
|
|
github.com/go-kit/kit v0.11.0
|
|
github.com/go-redis/redis/v8 v8.11.3
|
|
github.com/go-zoo/bone v1.3.0
|
|
github.com/gocql/gocql v0.0.0-20210817081954-bc256bbb90de
|
|
github.com/gofrs/uuid v4.0.0+incompatible
|
|
github.com/gogo/protobuf v1.3.2
|
|
github.com/golang-jwt/jwt/v4 v4.0.0
|
|
github.com/golang/protobuf v1.5.2
|
|
github.com/gopcua/opcua v0.1.6
|
|
github.com/hashicorp/vault/api v1.1.1
|
|
github.com/hokaccha/go-prettyjson v0.0.0-20210113012101-fb4e108d2519
|
|
github.com/influxdata/influxdb v1.9.3
|
|
github.com/jmoiron/sqlx v1.3.4
|
|
github.com/lib/pq v1.10.2
|
|
github.com/mainflux/mproxy v0.2.2
|
|
github.com/mainflux/senml v1.5.0
|
|
github.com/mitchellh/mapstructure v1.4.1
|
|
github.com/nats-io/nats.go v1.11.0
|
|
github.com/oklog/ulid/v2 v2.0.2
|
|
github.com/opentracing/opentracing-go v1.2.0
|
|
github.com/ory/dockertest/v3 v3.7.0
|
|
github.com/ory/keto/proto/ory/keto/acl/v1alpha1 v0.0.0-20210616104402-80e043246cf9
|
|
github.com/pelletier/go-toml v1.9.3
|
|
github.com/plgd-dev/go-coap/v2 v2.4.0
|
|
github.com/prometheus/client_golang v1.11.0
|
|
github.com/rubenv/sql-migrate v0.0.0-20210614095031-55d5740dbbcc
|
|
github.com/spf13/cobra v1.2.1
|
|
github.com/spf13/viper v1.8.1
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/subosito/gotenv v1.2.0
|
|
github.com/uber/jaeger-client-go v2.29.1+incompatible
|
|
go.mongodb.org/mongo-driver v1.7.1
|
|
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
|
|
golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d
|
|
gonum.org/v1/gonum v0.9.3
|
|
google.golang.org/grpc v1.40.0
|
|
)
|
|
|
|
require (
|
|
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
|
|
github.com/Microsoft/go-winio v0.4.15-0.20190919025122-fc70bd9a86b5 // indirect
|
|
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cenkalti/backoff/v3 v3.0.0 // indirect
|
|
github.com/cespare/xxhash/v2 v2.1.1 // indirect
|
|
github.com/containerd/continuity v0.0.0-20200709052629-daa8e1ccc0bc // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
github.com/docker/cli v20.10.7+incompatible // indirect
|
|
github.com/docker/go-connections v0.4.0 // indirect
|
|
github.com/docker/go-units v0.4.0 // indirect
|
|
github.com/dsnet/golib/memfile v0.0.0-20200723050859-c110804dfa93 // indirect
|
|
github.com/fsnotify/fsnotify v1.4.9 // indirect
|
|
github.com/fxamacker/cbor/v2 v2.3.0 // indirect
|
|
github.com/go-logfmt/logfmt v0.5.0 // indirect
|
|
github.com/go-stack/stack v1.8.0 // indirect
|
|
github.com/golang/snappy v0.0.3 // indirect
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
|
|
github.com/gorilla/websocket v1.4.2 // indirect
|
|
github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed // indirect
|
|
github.com/hashicorp/errwrap v1.0.0 // indirect
|
|
github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.0 // indirect
|
|
github.com/hashicorp/go-retryablehttp v0.6.6 // indirect
|
|
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
|
|
github.com/hashicorp/go-sockaddr v1.0.2 // indirect
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
|
github.com/hashicorp/vault/sdk v0.2.1 // indirect
|
|
github.com/imdario/mergo v0.3.12 // indirect
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
github.com/klauspost/compress v1.11.12 // indirect
|
|
github.com/magiconair/properties v1.8.5 // indirect
|
|
github.com/mattn/go-colorable v0.1.8 // indirect
|
|
github.com/mattn/go-isatty v0.0.12 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
github.com/moby/term v0.0.0-20201216013528-df9cb8a40635 // indirect
|
|
github.com/nats-io/nkeys v0.3.0 // indirect
|
|
github.com/nats-io/nuid v1.0.1 // indirect
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
|
github.com/opencontainers/image-spec v1.0.1 // indirect
|
|
github.com/opencontainers/runc v1.0.0-rc9 // indirect
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
|
|
github.com/pierrec/lz4 v2.5.2+incompatible // indirect
|
|
github.com/pion/dtls/v2 v2.0.1-0.20200503085337-8e86b3a7d585 // indirect
|
|
github.com/pion/logging v0.2.2 // indirect
|
|
github.com/pion/transport v0.10.0 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/plgd-dev/kit v0.0.0-20200819113605-d5fcf3e94f63 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/prometheus/client_model v0.2.0 // indirect
|
|
github.com/prometheus/common v0.26.0 // indirect
|
|
github.com/prometheus/procfs v0.6.0 // indirect
|
|
github.com/ryanuber/go-glob v1.0.0 // indirect
|
|
github.com/sirupsen/logrus v1.8.1 // indirect
|
|
github.com/spf13/afero v1.6.0 // indirect
|
|
github.com/spf13/cast v1.3.1 // indirect
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
|
|
github.com/x448/float16 v0.8.4 // indirect
|
|
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
|
|
github.com/xdg-go/scram v1.0.2 // indirect
|
|
github.com/xdg-go/stringprep v1.0.2 // indirect
|
|
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
|
|
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
|
|
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
|
|
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect
|
|
go.uber.org/atomic v1.7.0 // indirect
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
|
|
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect
|
|
golang.org/x/text v0.3.6 // indirect
|
|
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c // indirect
|
|
google.golang.org/protobuf v1.27.1 // indirect
|
|
gopkg.in/gorp.v1 v1.7.2 // indirect
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
gopkg.in/ini.v1 v1.62.0 // indirect
|
|
gopkg.in/square/go-jose.v2 v2.5.1 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
)
|