|
| 1 | +module github.com/brocaar/chirpstack-application-server |
| 2 | + |
| 3 | +go 1.17 |
| 4 | + |
| 5 | +require ( |
| 6 | + github.com/NickBall/go-aes-key-wrap v0.0.0-20170929221519-1c3aa3e4dfc5 |
| 7 | + github.com/aws/aws-sdk-go v1.26.3 |
| 8 | + github.com/brocaar/chirpstack-api/go/v3 v3.12.5 |
| 9 | + github.com/brocaar/lorawan v0.0.0-20220715134808-3b283dda1534 |
| 10 | + github.com/coreos/go-oidc v2.2.1+incompatible |
| 11 | + github.com/eclipse/paho.mqtt.golang v1.4.1 |
| 12 | + github.com/go-redis/redis/v8 v8.8.3 |
| 13 | + github.com/gofrs/uuid v3.2.0+incompatible |
| 14 | + github.com/golang-jwt/jwt/v4 v4.0.0 |
| 15 | + github.com/golang-migrate/migrate/v4 v4.14.1 |
| 16 | + github.com/golang/protobuf v1.4.3 |
| 17 | + github.com/goreleaser/goreleaser v0.106.0 |
| 18 | + github.com/goreleaser/nfpm v0.11.0 |
| 19 | + github.com/gorilla/mux v1.7.4 |
| 20 | + github.com/grpc-ecosystem/go-grpc-middleware v1.1.0 |
| 21 | + github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 |
| 22 | + github.com/grpc-ecosystem/grpc-gateway v1.12.1 |
| 23 | + github.com/jmoiron/sqlx v1.2.0 |
| 24 | + github.com/lib/pq v1.10.2 |
| 25 | + github.com/mmcloughlin/geohash v0.9.0 |
| 26 | + github.com/pkg/errors v0.9.1 |
| 27 | + github.com/prometheus/client_golang v1.2.1 |
| 28 | + github.com/robertkrimen/otto v0.0.0-20191217063420-37f8e9a2460c |
| 29 | + github.com/segmentio/kafka-go v0.4.17 |
| 30 | + github.com/sirupsen/logrus v1.7.0 |
| 31 | + github.com/smartystreets/goconvey v1.6.4 |
| 32 | + github.com/spf13/cobra v0.0.5 |
| 33 | + github.com/spf13/viper v1.6.2 |
| 34 | + github.com/streadway/amqp v0.0.0-20190827072141-edfb9018d271 |
| 35 | + github.com/stretchr/testify v1.7.0 |
| 36 | + github.com/tmc/grpc-websocket-proxy v0.0.0-20201229170055-e5319fda7802 |
| 37 | + golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899 |
| 38 | + golang.org/x/lint v0.0.0-20200302205851-738671d3881b |
| 39 | + golang.org/x/net v0.0.0-20220726230323-06994584191e |
| 40 | + golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d |
| 41 | + golang.org/x/tools v0.0.0-20210106214847-113979e3529a |
| 42 | + google.golang.org/grpc v1.33.1 |
| 43 | +) |
| 44 | + |
| 45 | +require ( |
| 46 | + cloud.google.com/go v0.64.0 // indirect |
| 47 | + github.com/Masterminds/semver v1.4.2 // indirect |
| 48 | + github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect |
| 49 | + github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 // indirect |
| 50 | + github.com/apex/log v1.1.0 // indirect |
| 51 | + github.com/beorn7/perks v1.0.1 // indirect |
| 52 | + github.com/blakesmith/ar v0.0.0-20150311145944-8bd4349a67f2 // indirect |
| 53 | + github.com/caarlos0/ctrlc v1.0.0 // indirect |
| 54 | + github.com/campoy/unique v0.0.0-20180121183637-88950e537e7e // indirect |
| 55 | + github.com/cespare/xxhash/v2 v2.1.1 // indirect |
| 56 | + github.com/davecgh/go-spew v1.1.1 // indirect |
| 57 | + github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect |
| 58 | + github.com/fatih/color v1.7.0 // indirect |
| 59 | + github.com/fsnotify/fsnotify v1.4.9 // indirect |
| 60 | + github.com/gogo/protobuf v1.3.2 // indirect |
| 61 | + github.com/golang/snappy v0.0.1 // indirect |
| 62 | + github.com/google/go-github v17.0.0+incompatible // indirect |
| 63 | + github.com/google/go-querystring v1.0.0 // indirect |
| 64 | + github.com/gopherjs/gopherjs v0.0.0-20190430165422-3e4dfb77656c // indirect |
| 65 | + github.com/gorilla/websocket v1.5.0 // indirect |
| 66 | + github.com/hashicorp/errwrap v1.0.0 // indirect |
| 67 | + github.com/hashicorp/go-multierror v1.1.0 // indirect |
| 68 | + github.com/hashicorp/hcl v1.0.0 // indirect |
| 69 | + github.com/imdario/mergo v0.3.6 // indirect |
| 70 | + github.com/inconshreveable/mousetrap v1.0.0 // indirect |
| 71 | + github.com/jacobsa/crypto v0.0.0-20190317225127-9f44e2d11115 // indirect |
| 72 | + github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af // indirect |
| 73 | + github.com/jtolds/gls v4.20.0+incompatible // indirect |
| 74 | + github.com/kamilsk/retry/v4 v4.0.0 // indirect |
| 75 | + github.com/klauspost/compress v1.9.8 // indirect |
| 76 | + github.com/magiconair/properties v1.8.1 // indirect |
| 77 | + github.com/mattn/go-colorable v0.1.1 // indirect |
| 78 | + github.com/mattn/go-isatty v0.0.7 // indirect |
| 79 | + github.com/mattn/go-zglob v0.0.0-20180803001819-2ea3427bfa53 // indirect |
| 80 | + github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect |
| 81 | + github.com/mitchellh/go-homedir v1.1.0 // indirect |
| 82 | + github.com/mitchellh/mapstructure v1.1.2 // indirect |
| 83 | + github.com/pelletier/go-toml v1.6.0 // indirect |
| 84 | + github.com/pierrec/lz4 v2.6.0+incompatible // indirect |
| 85 | + github.com/pmezard/go-difflib v1.0.0 // indirect |
| 86 | + github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect |
| 87 | + github.com/prometheus/client_model v0.0.0-20191202183732-d1d2010b5bee // indirect |
| 88 | + github.com/prometheus/common v0.7.0 // indirect |
| 89 | + github.com/prometheus/procfs v0.0.8 // indirect |
| 90 | + github.com/smartystreets/assertions v1.0.0 // indirect |
| 91 | + github.com/spf13/afero v1.2.2 // indirect |
| 92 | + github.com/spf13/cast v1.3.0 // indirect |
| 93 | + github.com/spf13/jwalterweatherman v1.1.0 // indirect |
| 94 | + github.com/spf13/pflag v1.0.5 // indirect |
| 95 | + github.com/subosito/gotenv v1.2.0 // indirect |
| 96 | + github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c // indirect |
| 97 | + github.com/xdg/stringprep v1.0.0 // indirect |
| 98 | + go.opentelemetry.io/otel v0.20.0 // indirect |
| 99 | + go.opentelemetry.io/otel/metric v0.20.0 // indirect |
| 100 | + go.opentelemetry.io/otel/trace v0.20.0 // indirect |
| 101 | + golang.org/x/mod v0.3.0 // indirect |
| 102 | + golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect |
| 103 | + golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect |
| 104 | + golang.org/x/text v0.3.7 // indirect |
| 105 | + golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect |
| 106 | + google.golang.org/appengine v1.6.6 // indirect |
| 107 | + google.golang.org/genproto v0.0.0-20201030142918-24207fddd1c3 // indirect |
| 108 | + google.golang.org/protobuf v1.25.0 // indirect |
| 109 | + gopkg.in/alecthomas/kingpin.v2 v2.2.6 // indirect |
| 110 | + gopkg.in/ini.v1 v1.51.0 // indirect |
| 111 | + gopkg.in/sourcemap.v1 v1.0.5 // indirect |
| 112 | + gopkg.in/square/go-jose.v2 v2.5.1 // indirect |
| 113 | + gopkg.in/yaml.v2 v2.3.0 // indirect |
| 114 | + gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect |
| 115 | +) |
0 commit comments