forked from element-hq/lk-jwt-service
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
156 additions
and
276 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,84 +1,36 @@ | ||
module ec-lms | ||
|
||
go 1.20 | ||
go 1.22 | ||
|
||
toolchain go1.22.5 | ||
|
||
require ( | ||
github.com/livekit/protocol v1.5.7 | ||
github.com/livekit/server-sdk-go v1.0.10 | ||
github.com/livekit/protocol v1.20.0 | ||
github.com/matrix-org/gomatrix v0.0.0-20220926102614-ceba4d9f7530 | ||
github.com/matrix-org/gomatrixserverlib v0.0.0-20240801173829-d531860ad2cb | ||
) | ||
|
||
require ( | ||
github.com/beorn7/perks v1.0.1 // indirect | ||
github.com/bep/debounce v1.2.1 // indirect | ||
github.com/cespare/xxhash/v2 v2.2.0 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect | ||
github.com/eapache/channels v1.1.0 // indirect | ||
github.com/eapache/queue v1.1.0 // indirect | ||
github.com/frostbyte73/core v0.0.9 // indirect | ||
github.com/gammazero/deque v0.2.1 // indirect | ||
github.com/go-jose/go-jose/v3 v3.0.0 // indirect | ||
github.com/go-logr/logr v1.2.4 // indirect | ||
github.com/go-logr/stdr v1.2.2 // indirect | ||
github.com/golang/protobuf v1.5.3 // indirect | ||
github.com/google/uuid v1.3.0 // indirect | ||
github.com/gorilla/websocket v1.5.0 // indirect | ||
github.com/jxskiss/base62 v1.1.0 // indirect | ||
github.com/lithammer/shortuuid/v4 v4.0.0 // indirect | ||
github.com/livekit/mageutil v0.0.0-20230125210925-54e8a70427c1 // indirect | ||
github.com/livekit/mediatransportutil v0.0.0-20230326055817-ed569ca13d26 // indirect | ||
github.com/livekit/psrpc v0.3.0 // indirect | ||
github.com/mackerelio/go-osstat v0.2.4 // indirect | ||
github.com/magefile/mage v1.14.0 // indirect | ||
github.com/matrix-org/gomatrix v0.0.0-20210324163249-be2af5ef2e16 // indirect | ||
github.com/matrix-org/gomatrixserverlib v0.0.0-20230628151943-f6e3c7f7b093 // indirect | ||
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.33.0-20240401165935-b983156c5e99.1 // indirect | ||
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect | ||
github.com/bufbuild/protovalidate-go v0.6.1 // indirect | ||
github.com/bufbuild/protoyaml-go v0.1.9 // indirect | ||
github.com/go-jose/go-jose/v3 v3.0.3 // indirect | ||
github.com/google/cel-go v0.20.1 // indirect | ||
github.com/kr/pretty v0.3.1 // indirect | ||
github.com/matrix-org/util v0.0.0-20200807132607-55161520e1d4 // indirect | ||
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect | ||
github.com/nats-io/nats.go v1.25.0 // indirect | ||
github.com/nats-io/nkeys v0.4.4 // indirect | ||
github.com/nats-io/nuid v1.0.1 // indirect | ||
github.com/pion/datachannel v1.5.5 // indirect | ||
github.com/pion/dtls/v2 v2.2.6 // indirect | ||
github.com/pion/ice/v2 v2.3.4 // indirect | ||
github.com/pion/interceptor v0.1.16 // indirect | ||
github.com/pion/logging v0.2.2 // indirect | ||
github.com/pion/mdns v0.0.7 // indirect | ||
github.com/pion/randutil v0.1.0 // indirect | ||
github.com/pion/rtcp v1.2.10 // indirect | ||
github.com/pion/rtp v1.7.13 // indirect | ||
github.com/pion/sctp v1.8.7 // indirect | ||
github.com/pion/sdp/v3 v3.0.6 // indirect | ||
github.com/pion/srtp/v2 v2.0.14 // indirect | ||
github.com/pion/stun v0.5.2 // indirect | ||
github.com/pion/transport/v2 v2.2.0 // indirect | ||
github.com/pion/turn/v2 v2.1.0 // indirect | ||
github.com/pion/udp/v2 v2.0.1 // indirect | ||
github.com/pion/webrtc/v3 v3.2.4 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/prometheus/client_golang v1.15.1 // indirect | ||
github.com/prometheus/client_model v0.3.0 // indirect | ||
github.com/prometheus/common v0.42.0 // indirect | ||
github.com/prometheus/procfs v0.9.0 // indirect | ||
github.com/redis/go-redis/v9 v9.0.4 // indirect | ||
github.com/sirupsen/logrus v1.9.0 // indirect | ||
github.com/stretchr/testify v1.8.3 // indirect | ||
github.com/thoas/go-funk v0.9.3 // indirect | ||
github.com/tidwall/gjson v1.14.3 // indirect | ||
github.com/stoewer/go-strcase v1.3.0 // indirect | ||
github.com/tidwall/gjson v1.17.1 // indirect | ||
github.com/tidwall/match v1.1.1 // indirect | ||
github.com/tidwall/pretty v1.2.0 // indirect | ||
github.com/tidwall/sjson v1.2.5 // indirect | ||
github.com/twitchtv/twirp v8.1.3+incompatible // indirect | ||
go.uber.org/atomic v1.11.0 // indirect | ||
go.uber.org/multierr v1.6.0 // indirect | ||
go.uber.org/zap v1.24.0 // indirect | ||
golang.org/x/crypto v0.9.0 // indirect | ||
golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc // indirect | ||
golang.org/x/net v0.10.0 // indirect | ||
golang.org/x/sync v0.1.0 // indirect | ||
golang.org/x/sys v0.8.0 // indirect | ||
golang.org/x/text v0.9.0 // indirect | ||
golang.org/x/crypto v0.25.0 // indirect | ||
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect | ||
golang.org/x/sys v0.22.0 // indirect | ||
golang.org/x/text v0.16.0 // indirect | ||
google.golang.org/genproto v0.0.0-20230403163135-c38d8f061ccd // indirect | ||
google.golang.org/grpc v1.55.0 // indirect | ||
google.golang.org/protobuf v1.30.0 // indirect | ||
google.golang.org/protobuf v1.34.2 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
Oops, something went wrong.