-
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
1 parent
e265e19
commit 7c3eb57
Showing
2 changed files
with
1 addition
and
307 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,47 +1,3 @@ | ||
module github.com/getlantern/broflake/clientcore | ||
|
||
go 1.18 | ||
|
||
require ( | ||
github.com/getlantern/broflake/common v0.0.0-20230303155528-27c1f83641bc | ||
github.com/getlantern/broflake/netstate/client v0.0.0-20230303155528-27c1f83641bc | ||
github.com/google/uuid v1.3.0 | ||
github.com/pion/webrtc/v3 v3.1.57 | ||
github.com/quic-go/quic-go v0.33.0 | ||
nhooyr.io/websocket v1.8.7 | ||
) | ||
|
||
require ( | ||
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 // indirect | ||
github.com/golang/mock v1.6.0 // indirect | ||
github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 // indirect | ||
github.com/klauspost/compress v1.10.3 // indirect | ||
github.com/lucas-clemente/quic-go v0.31.1 // indirect | ||
github.com/marten-seemann/qtls-go1-18 v0.1.3 // indirect | ||
github.com/marten-seemann/qtls-go1-19 v0.1.1 // indirect | ||
github.com/onsi/ginkgo/v2 v2.2.0 // 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.1 // indirect | ||
github.com/pion/interceptor v0.1.12 // 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.6 // indirect | ||
github.com/pion/sdp/v3 v3.0.6 // indirect | ||
github.com/pion/srtp/v2 v2.0.12 // indirect | ||
github.com/pion/stun v0.4.0 // indirect | ||
github.com/pion/transport/v2 v2.0.2 // indirect | ||
github.com/pion/turn/v2 v2.1.0 // indirect | ||
github.com/pion/udp/v2 v2.0.1 // indirect | ||
github.com/quic-go/qtls-go1-19 v0.2.1 // indirect | ||
github.com/quic-go/qtls-go1-20 v0.1.1 // indirect | ||
golang.org/x/crypto v0.6.0 // indirect | ||
golang.org/x/exp v0.0.0-20221205204356-47842c84f3db // indirect | ||
golang.org/x/mod v0.6.0 // indirect | ||
golang.org/x/net v0.7.0 // indirect | ||
golang.org/x/sys v0.5.0 // indirect | ||
golang.org/x/tools v0.2.0 // indirect | ||
) | ||
go 1.18 |
Oops, something went wrong.