Skip to content

Commit ba89734

Browse files
NSMBotbszirtes
authored andcommitted
Update go.mod and go.sum to networkservicemesh/sdk-sriov@v1.14.5-rc.2
Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
1 parent c3e60fa commit ba89734

3 files changed

Lines changed: 84 additions & 88 deletions

File tree

.golangci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ linters-settings:
2626
- (github.com/sirupsen/logrus.FieldLogger).Warnf
2727
- (github.com/sirupsen/logrus.FieldLogger).Errorf
2828
- (github.com/sirupsen/logrus.FieldLogger).Fatalf
29+
staticcheck:
30+
checks:
31+
- all
32+
- '-SA1019'
2933
revive:
3034
confidence: 0.8
3135
rules:

go.mod

Lines changed: 24 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -8,43 +8,45 @@ require (
88
github.com/antonfisher/nested-logrus-formatter v1.3.1
99
github.com/edwarnicke/grpcfd v1.1.4
1010
github.com/kelseyhightower/envconfig v1.4.0
11-
github.com/networkservicemesh/api v1.14.5-0.20250331122810-c41e3fdcf9e1
12-
github.com/networkservicemesh/sdk v0.5.1-0.20250428120038-b6c4fd5f2b6d
13-
github.com/networkservicemesh/sdk-sriov v0.0.0-20250428120647-f7051da1c905
14-
github.com/sirupsen/logrus v1.9.0
11+
github.com/networkservicemesh/api v1.14.5-rc.2
12+
github.com/networkservicemesh/sdk v1.14.5-rc.2
13+
github.com/networkservicemesh/sdk-sriov v1.14.5-rc.2
14+
github.com/sirupsen/logrus v1.9.3
1515
github.com/spiffe/go-spiffe/v2 v2.1.7
16-
google.golang.org/grpc v1.60.1
16+
google.golang.org/grpc v1.65.0
1717
)
1818

1919
require (
20-
cloud.google.com/go/compute/metadata v0.2.3 // indirect
20+
cloud.google.com/go/compute/metadata v0.3.0 // indirect
2121
github.com/Microsoft/go-winio v0.6.1 // indirect
2222
github.com/OneOfOne/xxhash v1.2.8 // indirect
2323
github.com/agnivade/levenshtein v1.1.1 // indirect
2424
github.com/beorn7/perks v1.0.1 // indirect
2525
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
26-
github.com/cespare/xxhash/v2 v2.2.0 // indirect
26+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
27+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
2728
github.com/edwarnicke/exechelper v1.0.2 // indirect
2829
github.com/edwarnicke/genericsync v0.0.0-20220910010113-61a344f9bc29 // indirect
2930
github.com/edwarnicke/serialize v1.0.7 // indirect
30-
github.com/fsnotify/fsnotify v1.5.4 // indirect
31+
github.com/fsnotify/fsnotify v1.7.0 // indirect
3132
github.com/ghodss/yaml v1.0.0 // indirect
3233
github.com/go-jose/go-jose/v3 v3.0.4 // indirect
33-
github.com/go-logr/logr v1.3.0 // indirect
34+
github.com/go-logr/logr v1.4.2 // indirect
3435
github.com/go-logr/stdr v1.2.2 // indirect
3536
github.com/gobwas/glob v0.2.3 // indirect
3637
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
37-
github.com/golang/protobuf v1.5.3 // indirect
38+
github.com/golang/protobuf v1.5.4 // indirect
3839
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
39-
github.com/google/uuid v1.3.1 // indirect
40+
github.com/google/uuid v1.6.0 // indirect
4041
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
41-
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
42+
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
4243
github.com/open-policy-agent/opa v0.44.0 // indirect
4344
github.com/pkg/errors v0.9.1 // indirect
44-
github.com/prometheus/client_golang v1.17.0 // indirect
45-
github.com/prometheus/client_model v0.5.0 // indirect
46-
github.com/prometheus/common v0.44.0 // indirect
47-
github.com/prometheus/procfs v0.11.1 // indirect
45+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
46+
github.com/prometheus/client_golang v1.19.1 // indirect
47+
github.com/prometheus/client_model v0.6.1 // indirect
48+
github.com/prometheus/common v0.55.0 // indirect
49+
github.com/prometheus/procfs v0.15.1 // indirect
4850
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
4951
github.com/tchap/go-patricia/v2 v2.3.1 // indirect
5052
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
@@ -64,14 +66,15 @@ require (
6466
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
6567
go.uber.org/atomic v1.7.0 // indirect
6668
golang.org/x/crypto v0.36.0 // indirect
67-
golang.org/x/mod v0.17.0 // indirect
69+
golang.org/x/mod v0.21.0 // indirect
6870
golang.org/x/net v0.38.0 // indirect
71+
golang.org/x/oauth2 v0.27.0 // indirect
6972
golang.org/x/sync v0.12.0 // indirect
7073
golang.org/x/sys v0.31.0 // indirect
7174
golang.org/x/text v0.23.0 // indirect
72-
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
73-
google.golang.org/genproto/googleapis/api v0.0.0-20231012201019-e917dd12ba7a // indirect
74-
google.golang.org/genproto/googleapis/rpc v0.0.0-20231030173426-d783a09b4405 // indirect
75-
google.golang.org/protobuf v1.33.0 // indirect
75+
golang.org/x/tools v0.26.0 // indirect
76+
google.golang.org/genproto/googleapis/api v0.0.0-20240528184218-531527333157 // indirect
77+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240826202546-f6391c0de4c7 // indirect
78+
google.golang.org/protobuf v1.35.1 // indirect
7679
gopkg.in/yaml.v2 v2.4.0 // indirect
7780
)

0 commit comments

Comments
 (0)