Skip to content

Commit 8c6ed52

Browse files
chore(deps): update go-major to v3
1 parent aa6b0e7 commit 8c6ed52

File tree

8 files changed

+57
-38
lines changed

8 files changed

+57
-38
lines changed

dbaas-agent-service/controller/controller_utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"context"
55
"strings"
66

7-
"github.com/gofiber/fiber/v2"
7+
"github.com/gofiber/fiber/v3"
88
jwt "github.com/golang-jwt/jwt/v5"
99
"github.com/netcracker/qubership-core-lib-go/v3/security"
1010
"github.com/netcracker/qubership-core-lib-go/v3/serviceloader"

dbaas-agent-service/controller/dba_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"github.com/netcracker/qubership-core-dbaas-agent/dbaas-agent-service/v2/config"
88
"os"
99

10-
"github.com/gofiber/fiber/v2"
10+
"github.com/gofiber/fiber/v3"
1111
_ "github.com/netcracker/qubership-core-dbaas-agent/dbaas-agent-service/v2/domain"
1212
"github.com/netcracker/qubership-core-dbaas-agent/dbaas-agent-service/v2/service"
1313
"github.com/netcracker/qubership-core-lib-go/v3/configloader"

dbaas-agent-service/controller/dba_controller_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"testing"
1111
"time"
1212

13-
"github.com/gofiber/fiber/v2"
13+
"github.com/gofiber/fiber/v3"
1414
"github.com/netcracker/qubership-core-dbaas-agent/dbaas-agent-service/v2/client"
1515
_ "github.com/netcracker/qubership-core-dbaas-agent/dbaas-agent-service/v2/config"
1616
"github.com/netcracker/qubership-core-dbaas-agent/dbaas-agent-service/v2/service"

dbaas-agent-service/controller/health.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package controller
22

33
import (
4-
"github.com/gofiber/fiber/v2"
4+
"github.com/gofiber/fiber/v3"
55
"github.com/valyala/fasthttp"
66
)
77

dbaas-agent-service/docs/init.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ package docs
44
import (
55
_ "github.com/ghodss/yaml"
66
_ "github.com/swaggo/swag"
7-
_ "github.com/urfave/cli/v2"
7+
_ "github.com/urfave/cli/v3"
88
_ "sigs.k8s.io/yaml"
99
)

dbaas-agent-service/go.mod

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.25.7
44

55
require (
66
github.com/ghodss/yaml v1.0.0
7-
github.com/gofiber/fiber/v2 v2.52.11
7+
github.com/gofiber/fiber/v3 v3.0.0
88
github.com/golang-jwt/jwt v3.2.2+incompatible
99
github.com/golang-jwt/jwt/v5 v5.3.1
1010
github.com/google/uuid v1.6.0
@@ -14,7 +14,7 @@ require (
1414
github.com/netcracker/qubership-core-lib-go/v3 v3.3.1
1515
github.com/stretchr/testify v1.11.1
1616
github.com/swaggo/swag v1.16.6
17-
github.com/urfave/cli/v2 v2.27.7
17+
github.com/urfave/cli/v3 v3.6.2
1818
github.com/valyala/fasthttp v1.69.0
1919
sigs.k8s.io/yaml v1.6.0
2020
)
@@ -26,7 +26,6 @@ require (
2626
github.com/avast/retry-go/v4 v4.7.0 // indirect
2727
github.com/beorn7/perks v1.0.1 // indirect
2828
github.com/cespare/xxhash/v2 v2.3.0 // indirect
29-
github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
3029
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
3130
github.com/fatih/color v1.18.0 // indirect
3231
github.com/fsnotify/fsnotify v1.9.0 // indirect
@@ -38,6 +37,9 @@ require (
3837
github.com/go-openapi/swag v0.23.1 // indirect
3938
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
4039
github.com/gofiber/adaptor/v2 v2.2.1 // indirect
40+
github.com/gofiber/fiber/v2 v2.52.10 // indirect
41+
github.com/gofiber/schema v1.6.0 // indirect
42+
github.com/gofiber/utils/v2 v2.0.0 // indirect
4143
github.com/hashicorp/consul/api v1.33.2 // indirect
4244
github.com/hashicorp/errwrap v1.1.0 // indirect
4345
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
@@ -49,7 +51,7 @@ require (
4951
github.com/hashicorp/golang-lru v1.0.2 // indirect
5052
github.com/hashicorp/serf v0.10.2 // indirect
5153
github.com/josharian/intern v1.0.0 // indirect
52-
github.com/klauspost/compress v1.18.2 // indirect
54+
github.com/klauspost/compress v1.18.3 // indirect
5355
github.com/knadh/koanf v1.5.0 // indirect
5456
github.com/knadh/koanf/v2 v2.3.0 // indirect
5557
github.com/mailru/easyjson v0.9.0 // indirect
@@ -62,18 +64,18 @@ require (
6264
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
6365
github.com/netcracker/qubership-core-lib-go-error-handling/v3 v3.1.4 // indirect
6466
github.com/openzipkin/zipkin-go v0.4.3 // indirect
67+
github.com/philhofer/fwd v1.2.0 // indirect
6568
github.com/pkg/errors v0.9.1 // indirect
6669
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
6770
github.com/prometheus/client_golang v1.23.2 // indirect
6871
github.com/prometheus/client_model v0.6.2 // indirect
6972
github.com/prometheus/common v0.66.1 // indirect
7073
github.com/prometheus/procfs v0.16.1 // indirect
7174
github.com/rivo/uniseg v0.4.7 // indirect
72-
github.com/russross/blackfriday/v2 v2.1.0 // indirect
75+
github.com/tinylib/msgp v1.6.3 // indirect
7376
github.com/valyala/bytebufferpool v1.0.0 // indirect
7477
github.com/vibrantbyte/go-antpath v1.1.1 // indirect
7578
github.com/viney-shih/go-lock v1.1.2 // indirect
76-
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
7779
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
7880
go.opentelemetry.io/contrib/propagators/b3 v1.39.0 // indirect
7981
go.opentelemetry.io/otel v1.39.0 // indirect
@@ -82,11 +84,14 @@ require (
8284
go.opentelemetry.io/otel/sdk v1.39.0 // indirect
8385
go.opentelemetry.io/otel/trace v1.39.0 // indirect
8486
go.yaml.in/yaml/v2 v2.4.2 // indirect
87+
golang.org/x/crypto v0.47.0 // indirect
8588
golang.org/x/exp v0.0.0-20250808145144-a408d31f581a // indirect
86-
golang.org/x/mod v0.27.0 // indirect
87-
golang.org/x/sync v0.16.0 // indirect
88-
golang.org/x/sys v0.39.0 // indirect
89-
golang.org/x/tools v0.36.0 // indirect
89+
golang.org/x/mod v0.31.0 // indirect
90+
golang.org/x/net v0.49.0 // indirect
91+
golang.org/x/sync v0.19.0 // indirect
92+
golang.org/x/sys v0.40.0 // indirect
93+
golang.org/x/text v0.33.0 // indirect
94+
golang.org/x/tools v0.40.0 // indirect
9095
google.golang.org/protobuf v1.36.8 // indirect
9196
gopkg.in/yaml.v2 v2.4.0 // indirect
9297
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)