2022-02-14 07:35:02 +00:00
|
|
|
module github.com/TeamPiped/instances-api/v2
|
|
|
|
|
2023-08-27 14:50:06 +00:00
|
|
|
go 1.21
|
|
|
|
|
|
|
|
toolchain go1.21.0
|
2022-02-14 07:35:02 +00:00
|
|
|
|
2022-12-20 10:03:08 +00:00
|
|
|
require (
|
2023-12-14 14:41:28 +00:00
|
|
|
github.com/InfluxCommunity/influxdb3-go v0.5.0
|
2024-01-05 16:46:38 +00:00
|
|
|
github.com/gofiber/fiber/v2 v2.52.0
|
2023-08-20 19:04:25 +00:00
|
|
|
github.com/google/go-github/v54 v54.0.0
|
2022-12-20 10:03:08 +00:00
|
|
|
)
|
2022-02-14 07:35:02 +00:00
|
|
|
|
2022-02-22 14:13:23 +00:00
|
|
|
require (
|
2023-03-17 20:08:18 +00:00
|
|
|
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect
|
2023-12-14 14:41:28 +00:00
|
|
|
github.com/apache/arrow/go/v13 v13.0.0 // indirect
|
2023-06-19 15:49:48 +00:00
|
|
|
github.com/cloudflare/circl v1.3.3 // indirect
|
2023-12-14 14:41:28 +00:00
|
|
|
github.com/goccy/go-json v0.10.2 // indirect
|
2023-07-05 21:57:03 +00:00
|
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
2023-12-14 14:41:28 +00:00
|
|
|
github.com/google/flatbuffers v23.1.21+incompatible // indirect
|
2024-01-05 16:46:38 +00:00
|
|
|
github.com/google/uuid v1.5.0 // indirect
|
2023-12-14 14:41:28 +00:00
|
|
|
github.com/influxdata/line-protocol/v2 v2.2.1 // indirect
|
|
|
|
github.com/klauspost/cpuid/v2 v2.2.5 // indirect
|
2022-12-06 00:25:55 +00:00
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
2023-11-14 10:08:10 +00:00
|
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
2023-08-27 14:50:06 +00:00
|
|
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
2023-12-14 14:41:28 +00:00
|
|
|
github.com/pierrec/lz4/v4 v4.1.17 // indirect
|
2022-12-06 00:25:55 +00:00
|
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
2023-12-14 14:41:28 +00:00
|
|
|
github.com/zeebo/xxh3 v1.0.2 // indirect
|
|
|
|
golang.org/x/mod v0.8.0 // indirect
|
2024-02-08 16:04:21 +00:00
|
|
|
golang.org/x/net v0.21.0 // indirect
|
2023-12-14 14:41:28 +00:00
|
|
|
golang.org/x/text v0.14.0 // indirect
|
|
|
|
golang.org/x/tools v0.6.0 // indirect
|
|
|
|
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
|
2022-02-22 14:13:23 +00:00
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
2023-12-14 14:41:28 +00:00
|
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
|
|
|
|
google.golang.org/grpc v1.59.0 // indirect
|
2023-07-05 21:57:03 +00:00
|
|
|
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 (
|
2023-03-24 22:59:31 +00:00
|
|
|
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
|
2024-01-05 16:46:38 +00:00
|
|
|
github.com/klauspost/compress v1.17.0 // indirect
|
2022-02-14 07:35:02 +00:00
|
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
2024-01-05 16:46:38 +00:00
|
|
|
github.com/valyala/fasthttp v1.51.0 // indirect
|
2022-02-14 07:35:02 +00:00
|
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
2024-02-08 16:04:21 +00:00
|
|
|
golang.org/x/crypto v0.19.0 // indirect
|
|
|
|
golang.org/x/oauth2 v0.17.0
|
|
|
|
golang.org/x/sys v0.17.0 // indirect
|
2022-02-14 07:35:02 +00:00
|
|
|
)
|