mirror of
https://github.com/TeamPiped/instances-api.git
synced 2024-08-14 23:57:19 +00:00
25 lines
881 B
Modula-2
25 lines
881 B
Modula-2
module github.com/TeamPiped/instances-api/v2
|
|
|
|
go 1.19
|
|
|
|
require github.com/gofiber/fiber/v2 v2.26.0
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.4.2 // indirect
|
|
golang.org/x/net v0.0.0-20220111093109-d55c255bac03 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/protobuf v1.25.0 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.0.4 // indirect
|
|
github.com/google/go-github/v42 v42.0.0 // indirect
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
github.com/klauspost/compress v1.14.2 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasthttp v1.33.0 // indirect
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce // indirect
|
|
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
|
|
golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
|
|
)
|