nextcloud-spreed-signaling/go.mod
dependabot[bot] a4f4ca6dfd
Bump github.com/google/uuid from 1.1.2 to 1.2.0
Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.1.2 to 1.2.0.
- [Release notes](https://github.com/google/uuid/releases)
- [Commits](https://github.com/google/uuid/compare/v1.1.2...v1.2.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-14 09:02:43 +00:00

21 lines
724 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/context v1.1.1
github.com/gorilla/mux v1.8.0
github.com/gorilla/securecookie v1.1.1
github.com/gorilla/websocket v1.2.0
github.com/mailru/easyjson v0.7.7
github.com/nats-io/nats-server/v2 v2.2.1 // indirect
github.com/nats-io/nats.go v1.10.1-0.20210330225420-a0b1f60162f8
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.20200824191128-ae9734ed278b
google.golang.org/protobuf v1.26.0 // indirect
gopkg.in/dgrijalva/jwt-go.v3 v3.2.0
)