mirror of
https://github.com/TeamPiped/RYD-Proxy.git
synced 2024-08-14 23:55:54 +00:00
13 lines
430 B
Modula-2
13 lines
430 B
Modula-2
module github.com/TeamPiped/RYD-Proxy/v2
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.0.4 // indirect
|
|
github.com/gofiber/fiber/v2 v2.34.1 // indirect
|
|
github.com/klauspost/compress v1.15.6 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasthttp v1.37.0 // indirect
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
|
golang.org/x/sys v0.0.0-20220615213510-4f61da869c0c // indirect
|
|
)
|