Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dbaas-agent-service/docs/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ package docs
import (
_ "github.com/ghodss/yaml"
_ "github.com/swaggo/swag"
_ "github.com/urfave/cli/v2"
_ "github.com/urfave/cli/v3"
_ "sigs.k8s.io/yaml"
)
5 changes: 1 addition & 4 deletions dbaas-agent-service/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
github.com/netcracker/qubership-core-lib-go/v3 v3.3.1
github.com/stretchr/testify v1.11.1
github.com/swaggo/swag v1.16.6
github.com/urfave/cli/v2 v2.27.7
github.com/urfave/cli/v3 v3.6.2
github.com/valyala/fasthttp v1.69.0
sigs.k8s.io/yaml v1.6.0
)
Expand All @@ -26,7 +26,6 @@ require (
github.com/avast/retry-go/v4 v4.7.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/fatih/color v1.18.0 // indirect
github.com/fsnotify/fsnotify v1.9.0 // indirect
Expand Down Expand Up @@ -69,11 +68,9 @@ require (
github.com/prometheus/common v0.66.1 // indirect
github.com/prometheus/procfs v0.16.1 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/vibrantbyte/go-antpath v1.1.1 // indirect
github.com/viney-shih/go-lock v1.1.2 // indirect
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
go.opentelemetry.io/contrib/propagators/b3 v1.39.0 // indirect
go.opentelemetry.io/otel v1.39.0 // indirect
Expand Down
Loading
Loading