2022-02-14 13:05:02 +05:30
|
|
|
module github.com/TeamPiped/instances-api/v2
|
|
|
|
|
2023-08-27 20:20:06 +05:30
|
|
|
go 1.21
|
|
|
|
|
|
|
|
toolchain go1.21.0
|
2022-02-14 13:05:02 +05:30
|
|
|
|
2022-12-20 15:33:08 +05:30
|
|
|
require (
|
2023-11-14 15:38:10 +05:30
|
|
|
github.com/gofiber/fiber/v2 v2.51.0
|
2023-08-21 00:34:25 +05:30
|
|
|
github.com/google/go-github/v54 v54.0.0
|
2022-12-20 15:33:08 +05:30
|
|
|
)
|
2022-02-14 13:05:02 +05:30
|
|
|
|
2022-02-22 19:43:23 +05:30
|
|
|
require (
|
2023-03-18 01:38:18 +05:30
|
|
|
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect
|
2023-06-19 21:19:48 +05:30
|
|
|
github.com/cloudflare/circl v1.3.3 // indirect
|
2023-07-06 03:27:03 +05:30
|
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
2023-11-14 15:38:10 +05:30
|
|
|
github.com/google/uuid v1.4.0 // indirect
|
2022-12-06 05:55:55 +05:30
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
2023-11-14 15:38:10 +05:30
|
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
2023-08-27 20:20:06 +05:30
|
|
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
2022-12-06 05:55:55 +05:30
|
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
2023-11-28 00:24:52 +05:30
|
|
|
golang.org/x/net v0.19.0 // indirect
|
2022-02-22 19:43:23 +05:30
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
2023-07-06 03:27:03 +05:30
|
|
|
google.golang.org/protobuf v1.31.0 // indirect
|
2022-02-22 19:43:23 +05:30
|
|
|
)
|
|
|
|
|
2022-02-14 13:05:02 +05:30
|
|
|
require (
|
2023-03-25 04:29:31 +05:30
|
|
|
github.com/andybalholm/brotli v1.0.5 // indirect
|
2022-02-22 19:43:23 +05:30
|
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
2023-08-27 20:20:06 +05:30
|
|
|
github.com/klauspost/compress v1.16.7 // indirect
|
2022-02-14 13:05:02 +05:30
|
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
2023-10-16 18:41:00 +05:30
|
|
|
github.com/valyala/fasthttp v1.50.0 // indirect
|
2022-02-14 13:05:02 +05:30
|
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
2023-11-28 00:24:52 +05:30
|
|
|
golang.org/x/crypto v0.16.0 // indirect
|
|
|
|
golang.org/x/oauth2 v0.15.0
|
|
|
|
golang.org/x/sys v0.15.0 // indirect
|
2022-02-14 13:05:02 +05:30
|
|
|
)
|