mirror of
https://gitlab.com/yawning/obfs4.git
synced 2024-11-17 09:25:36 +00:00
c3e2d44b10
Probably no impact wrt to the http/2 ack DoS that dependabot complained about, but I'lll do the bump anyway. I also turned dependabot off, because the signal to noise ratio isn't amazing.
15 lines
378 B
Modula-2
15 lines
378 B
Modula-2
module gitlab.com/yawning/obfs4.git
|
|
|
|
require (
|
|
filippo.io/edwards25519 v1.0.0
|
|
github.com/dchest/siphash v1.2.3
|
|
gitlab.com/yawning/edwards25519-extra v0.0.0-20231005122941-2149dcafc266
|
|
gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/goptlib v1.5.0
|
|
golang.org/x/crypto v0.14.0
|
|
golang.org/x/net v0.17.0
|
|
)
|
|
|
|
require golang.org/x/sys v0.13.0 // indirect
|
|
|
|
go 1.20
|