nextcloud-spreed-signaling/go.mod
dependabot[bot] af30e14493
Bump github.com/nats-io/nats-server/v2 from 2.2.6 to 2.3.2
Bumps [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server) from 2.2.6 to 2.3.2.
- [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.3.2)

---
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-07-07 20:14:28 +00:00

20 lines
677 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/google/uuid v1.2.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.3.2
github.com/nats-io/nats.go v1.11.1-0.20210623165838-4b75fc59ae30
github.com/notedit/janus-go v0.0.0-20200517101215-10eb8b95d1a0
github.com/oschwald/maxminddb-golang v1.8.0
go.etcd.io/etcd v0.5.0-alpha.5.0.20210226220824-aa7126864d82
google.golang.org/protobuf v1.26.0 // indirect
gopkg.in/dgrijalva/jwt-go.v3 v3.2.0
)