instances-api/go.mod

35 lines
1.1 KiB
Modula-2
Raw Normal View History

2022-02-14 07:35:02 +00:00
module github.com/TeamPiped/instances-api/v2
2022-12-06 00:08:57 +00:00
go 1.19
2022-02-14 07:35:02 +00:00
require (
github.com/gofiber/fiber/v2 v2.48.0
2023-08-20 19:04:25 +00:00
github.com/google/go-github/v54 v54.0.0
)
2022-02-14 07:35:02 +00:00
2022-02-22 14:13:23 +00:00
require (
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect
github.com/cloudflare/circl v1.3.3 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
golang.org/x/net v0.14.0 // indirect
2022-02-22 14:13:23 +00:00
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.31.0 // indirect
2022-02-22 14:13:23 +00:00
)
2022-02-14 07:35:02 +00:00
require (
github.com/andybalholm/brotli v1.0.5 // indirect
2022-02-22 14:13:23 +00:00
github.com/google/go-querystring v1.1.0 // indirect
github.com/klauspost/compress v1.16.3 // indirect
2022-02-14 07:35:02 +00:00
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.48.0 // indirect
2022-02-14 07:35:02 +00:00
github.com/valyala/tcplisten v1.0.0 // indirect
golang.org/x/crypto v0.12.0 // indirect
golang.org/x/oauth2 v0.11.0
golang.org/x/sys v0.11.0 // indirect
2022-02-14 07:35:02 +00:00
)