rename and delete in root fs fix

This commit is contained in:
royalcat 2024-10-14 03:58:42 +03:00
parent 80884aca6a
commit 63e63c1c37
18 changed files with 282 additions and 58 deletions

3
go.mod
View file

@ -2,6 +2,8 @@ module git.kmsign.ru/royalcat/tstor
go 1.22.3
replace github.com/iceber/iouring-go => github.com/royalcat/iouring-go v0.0.0-20240925200811-286062ac1b23
require (
github.com/99designs/gqlgen v0.17.49
github.com/agoda-com/opentelemetry-go/otelslog v0.1.1
@ -21,6 +23,7 @@ require (
github.com/grafana/otel-profiling-go v0.5.1
github.com/grafana/pyroscope-go v1.1.2
github.com/hashicorp/golang-lru/v2 v2.0.7
github.com/iceber/iouring-go v0.0.0-20230403020409-002cfd2e2a90
github.com/knadh/koanf/parsers/yaml v0.1.0
github.com/knadh/koanf/providers/env v0.1.0
github.com/knadh/koanf/providers/file v0.1.0