-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
21 lines (18 loc) · 915 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/matrix-org/lb/mobile
go 1.14
replace github.com/matrix-org/lb => ../
require (
github.com/json-iterator/go v1.1.12 // indirect
github.com/matrix-org/go-coap/v2 v2.0.0-20210608155919-691db5a1ade4
github.com/matrix-org/gomatrix v0.0.0-20210324163249-be2af5ef2e16 // indirect
github.com/matrix-org/gomatrixserverlib v0.0.0-20210817115641-f9416ac1a723 // indirect
github.com/matrix-org/lb v0.0.0-20210916112413-984a54a5343a
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/pion/dtls/v2 v2.0.10-0.20210502094952-3dc563b9aede
github.com/plgd-dev/kit v0.0.0-20210614190235-99984a49de48 // indirect
github.com/sirupsen/logrus v1.8.1
github.com/tidwall/sjson v1.2.2 // indirect
go.uber.org/atomic v1.9.0 // indirect
golang.org/x/crypto v0.0.0-20210915214749-c084706c2272 // indirect
golang.org/x/sys v0.0.0-20210915083310-ed5796bab164 // indirect
)