nextcloud-spreed-signaling/go.mod
dependabot[bot] 30a7a8327b
Bump github.com/nats-io/nats-server/v2 from 2.2.6 to 2.6.1
Bumps [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server) from 2.2.6 to 2.6.1.
- [Release notes](https://github.com/nats-io/nats-server/releases)
- [Changelog](https://github.com/nats-io/nats-server/blob/main/.goreleaser.yml)
- [Commits](https://github.com/nats-io/nats-server/compare/v2.2.6...v2.6.1)

---
updated-dependencies:
- dependency-name: github.com/nats-io/nats-server/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-11 11:48:51 +00:00

24 lines
873 B
Modula-2

module github.com/strukturag/nextcloud-spreed-signaling
go 1.13
require (
github.com/dlintw/goconf v0.0.0-20120228082610-dcc070983490
github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 // indirect
github.com/google/uuid v1.3.0
github.com/gorilla/mux v1.8.0
github.com/gorilla/securecookie v1.1.1
github.com/gorilla/websocket v1.4.2
github.com/mailru/easyjson v0.7.7
github.com/nats-io/nats-server/v2 v2.6.1
github.com/nats-io/nats.go v1.13.0
github.com/notedit/janus-go v0.0.0-20200517101215-10eb8b95d1a0
github.com/oschwald/maxminddb-golang v1.8.0
github.com/prometheus/client_golang v1.11.0
go.etcd.io/etcd v0.5.0-alpha.5.0.20210226220824-aa7126864d82
go.uber.org/zap v1.13.0 // indirect
golang.org/x/tools v0.0.0-20200103221440-774c71fcf114 // indirect
google.golang.org/protobuf v1.26.0 // indirect
gopkg.in/dgrijalva/jwt-go.v3 v3.2.0
)