1
0
mirror of https://github.com/fumiama/dnskip.git synced 2026-06-22 21:50:26 +08:00

chore: update deps

This commit is contained in:
源文雨
2025-10-27 23:07:41 +08:00
parent ebd5d197a2
commit ebba7ec729
2 changed files with 12 additions and 12 deletions

8
go.mod
View File

@@ -5,13 +5,13 @@ go 1.22
require (
github.com/FloatTech/ttl v0.0.0-20250224045156-012b1463287d
github.com/fumiama/orbyte v0.0.0-20251002065953-3bb358367eb5
github.com/fumiama/terasu v1.0.1
github.com/fumiama/terasu v1.0.2
github.com/sirupsen/logrus v1.9.3
)
require (
github.com/RomiChan/syncx v0.0.0-20240418144900-b7402ffdebc7 // indirect
golang.org/x/net v0.24.0 // indirect
golang.org/x/sys v0.19.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/net v0.28.0 // indirect
golang.org/x/sys v0.23.0 // indirect
golang.org/x/text v0.17.0 // indirect
)