summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorRikki <i@rikki.moe>2025-05-12 15:50:39 +0800
committerRikki <i@rikki.moe>2025-05-12 15:50:39 +0800
commitce8dbb7686bd1d9729b0396d7557db8126fe5cae (patch)
treed57872feae02e8b4e2c798580b2b015414b7f419 /go.mod
parent01d8c1c87f545eb1c14221f7a3e5820fc5055496 (diff)
use influx db insteadHEADmaster
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod34
1 files changed, 9 insertions, 25 deletions
diff --git a/go.mod b/go.mod
index 5b82f17..f85e6f4 100644
--- a/go.mod
+++ b/go.mod
@@ -2,42 +2,26 @@ module go.rikki.moe/v2stat
go 1.24.2
-require google.golang.org/grpc v1.71.1
+require (
+ github.com/influxdata/influxdb-client-go/v2 v2.14.0
+ google.golang.org/grpc v1.71.1
+)
require (
github.com/adrg/xdg v0.5.3 // indirect
- github.com/andybalholm/brotli v1.1.0 // indirect
- github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
- github.com/go-openapi/errors v0.22.0 // indirect
- github.com/go-openapi/strfmt v0.23.0 // indirect
- github.com/gofiber/fiber/v2 v2.52.6 // indirect
- github.com/gofiber/template v1.8.3 // indirect
- github.com/gofiber/template/html/v2 v2.1.3 // indirect
- github.com/gofiber/utils v1.1.0 // indirect
+ github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/uuid v1.6.0 // indirect
- github.com/jedib0t/go-pretty v4.3.0+incompatible // indirect
- github.com/jedib0t/go-pretty/v6 v6.6.7 // indirect
- github.com/klauspost/compress v1.17.9 // indirect
- github.com/mattn/go-colorable v0.1.13 // indirect
- github.com/mattn/go-isatty v0.0.20 // indirect
- github.com/mattn/go-runewidth v0.0.16 // indirect
- github.com/mattn/go-sqlite3 v1.14.27 // indirect
- github.com/mitchellh/mapstructure v1.5.0 // indirect
- github.com/oklog/ulid v1.3.1 // indirect
- github.com/rivo/uniseg v0.4.7 // indirect
- github.com/valyala/bytebufferpool v1.0.0 // indirect
- github.com/valyala/fasthttp v1.51.0 // indirect
- github.com/valyala/tcplisten v1.0.0 // indirect
- go.mongodb.org/mongo-driver v1.14.0 // indirect
+ github.com/influxdata/line-protocol v0.0.0-20200327222509-2487e7298839 // indirect
+ github.com/oapi-codegen/runtime v1.0.0 // indirect
)
require (
- github.com/sirupsen/logrus v1.9.3 // indirect
+ github.com/sirupsen/logrus v1.9.3
github.com/v2fly/v2ray-core/v5 v5.30.0
golang.org/x/net v0.38.0 // indirect
golang.org/x/sys v0.31.0 // indirect
golang.org/x/text v0.23.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f // indirect
- google.golang.org/protobuf v1.36.5 // indirect
+ google.golang.org/protobuf v1.36.5
)