This repository has been archived by the owner on Sep 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
61 lines (57 loc) · 2.67 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
module github.com/soapboxsocial/soapbox
go 1.16
require (
github.com/DATA-DOG/go-sqlmock v1.5.0
github.com/Timothylock/go-signin-with-apple v0.0.0-20210131195746-828dfdd59ab1
github.com/alicebob/gopher-json v0.0.0-20200520072559-a9ecdc9d1d3a // indirect
github.com/alicebob/miniredis v2.5.0+incompatible
github.com/dghubble/go-twitter v0.0.0-20201011215211-4b180d0cc78d
github.com/dghubble/oauth1 v0.7.0
github.com/dukex/mixpanel v0.0.0-20180925151559-f8d5594f958e
github.com/elastic/go-elasticsearch/v7 v7.12.0
github.com/felixge/httpsnoop v1.0.2 // indirect
github.com/gammazero/workerpool v1.1.2 // indirect
github.com/go-redis/redis/v8 v8.8.3
github.com/golang/mock v1.5.0
github.com/gomodule/redigo v1.8.4 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/google/uuid v1.2.0
github.com/gorilla/handlers v1.5.1
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.4.2
github.com/lib/pq v1.10.2
github.com/lucsky/cuid v1.2.0 // indirect
github.com/magiconair/properties v1.8.5 // indirect
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/pelletier/go-toml v1.9.1 // indirect
github.com/pion/ion-log v1.2.0 // indirect
github.com/pion/ion-sfu v1.10.3
github.com/pion/webrtc/v3 v3.0.29
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.10.0 // indirect
github.com/prometheus/common v0.24.0 // indirect
github.com/rs/zerolog v1.22.0 // indirect
github.com/segmentio/ksuid v1.0.3
github.com/sendgrid/rest v2.6.4+incompatible // indirect
github.com/sendgrid/sendgrid-go v3.10.0+incompatible
github.com/sideshow/apns2 v0.20.0
github.com/spf13/afero v1.6.0 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/cobra v1.1.3
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/viper v1.7.1
github.com/tideland/golib v4.24.2+incompatible // indirect
github.com/tideland/gorest v2.15.5+incompatible // indirect
github.com/yuin/gopher-lua v0.0.0-20200816102855-ee81675732da // indirect
go.opentelemetry.io/otel v0.20.0 // indirect
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
golang.org/x/net v0.0.0-20210510120150-4163338589ed // indirect
golang.org/x/sys v0.0.0-20210514084401-e8d321eab015 // indirect
golang.org/x/term v0.0.0-20210503060354-a79de5458b56 // indirect
google.golang.org/genproto v0.0.0-20210517163617-5e0236093d7a // indirect
google.golang.org/grpc v1.37.1
google.golang.org/protobuf v1.26.0
gopkg.in/ini.v1 v1.62.0 // indirect
)
replace github.com/dghubble/go-twitter => github.com/soapboxsocial/go-twitter v0.0.0-20210524185127-b3a4d352fece
replace github.com/pion/ion-sfu => github.com/soapboxsocial/ion-sfu v1.8.2-0.20210511094523-fa2bbed8eb0d