mirror of
https://github.com/TeamPiped/instances-api.git
synced 2026-06-22 21:18:04 +00:00
46 lines
1.8 KiB
Modula-2
46 lines
1.8 KiB
Modula-2
module github.com/TeamPiped/instances-api/v2
|
|
|
|
go 1.25.0
|
|
|
|
toolchain go1.26.3
|
|
|
|
require (
|
|
github.com/InfluxCommunity/influxdb3-go v0.14.0
|
|
github.com/gofiber/fiber/v2 v2.52.13
|
|
github.com/gofiber/fiber/v3 v3.3.0
|
|
github.com/google/go-github/v62 v62.0.0
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.2.1 // indirect
|
|
github.com/apache/arrow/go/v15 v15.0.2 // indirect
|
|
github.com/goccy/go-json v0.10.2 // indirect
|
|
github.com/google/flatbuffers v24.3.7+incompatible // indirect
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/influxdata/line-protocol/v2 v2.2.1 // indirect
|
|
github.com/klauspost/compress v1.18.6 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.2.7 // indirect
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
|
github.com/mattn/go-isatty v0.0.22 // indirect
|
|
github.com/mattn/go-runewidth v0.0.16 // indirect
|
|
github.com/pierrec/lz4/v4 v4.1.21 // indirect
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
github.com/stretchr/testify v1.11.1 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasthttp v1.71.0 // indirect
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
|
github.com/zeebo/xxh3 v1.0.2 // indirect
|
|
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 // indirect
|
|
golang.org/x/mod v0.35.0 // indirect
|
|
golang.org/x/net v0.54.0 // indirect
|
|
golang.org/x/sync v0.20.0 // indirect
|
|
golang.org/x/sys v0.44.0 // indirect
|
|
golang.org/x/telemetry v0.0.0-20260409153401-be6f6cb8b1fa // indirect
|
|
golang.org/x/text v0.37.0 // indirect
|
|
golang.org/x/tools v0.44.0 // indirect
|
|
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
|
|
google.golang.org/grpc v1.68.1 // indirect
|
|
google.golang.org/protobuf v1.35.2 // indirect
|
|
)
|