Skip to content

Commit 795f790

Browse files
committed
bump: fabric to v0.87.3
This is an automated commit created by GitHub Actions workflow, in the fabric repository. Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 32ba88c commit 795f790

File tree

5 files changed

+6
-10
lines changed

5 files changed

+6
-10
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ require (
3838
github.com/urfave/cli/v2 v2.27.7
3939
github.com/vbauerster/mpb/v8 v8.10.2
4040
github.com/vishvananda/netlink v1.3.1
41-
go.githedgehog.com/fabric v0.87.2
41+
go.githedgehog.com/fabric v0.87.3
4242
go.githedgehog.com/gateway v0.17.0
4343
golang.org/x/crypto v0.40.0
4444
golang.org/x/mod v0.26.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -903,8 +903,8 @@ github.com/zeebo/errs v1.4.0 h1:XNdoD/RRMKP7HD0UhJnIzUy74ISdGGxURlYG8HSWSfM=
903903
github.com/zeebo/errs v1.4.0/go.mod h1:sgbWHsvVuTPHcqJJGQ1WhI5KbWlHYz+2+2C/LSEtCw4=
904904
go.etcd.io/bbolt v1.3.11 h1:yGEzV1wPz2yVCLsD8ZAiGHhHVlczyC9d1rP43/VCRJ0=
905905
go.etcd.io/bbolt v1.3.11/go.mod h1:dksAq7YMXoljX0xu6VF5DMZGbhYYoLUalEiSySYAS4I=
906-
go.githedgehog.com/fabric v0.87.2 h1:5/usEs9rJsnVuvLyAiHLUSv7IC2dBCuqgS90vy9bKmE=
907-
go.githedgehog.com/fabric v0.87.2/go.mod h1:oSHoCN+J8xiJMY3aCUmv3Sbtgw9/qOlcAVhPmliZX8Y=
906+
go.githedgehog.com/fabric v0.87.3 h1:vEBW2KjrP+5Mi6YNpXaAJXfYkDCErFO0KRKieAA5ZZM=
907+
go.githedgehog.com/fabric v0.87.3/go.mod h1:oSHoCN+J8xiJMY3aCUmv3Sbtgw9/qOlcAVhPmliZX8Y=
908908
go.githedgehog.com/fabric-bcm-ygot v0.5.2-4.5.0 h1:BbK131yz1T6ldx7xsREa/A2v5bJdLcs1gVlxDujdEKg=
909909
go.githedgehog.com/fabric-bcm-ygot v0.5.2-4.5.0/go.mod h1:XWCdFbSbGP6nlg90c/922VblpHOTw07TCwx1yUHPkzc=
910910
go.githedgehog.com/gateway v0.17.0 h1:revvLmkdtDwro1CDBTVUQPJtusCb5H6+RbpmXqeeXsM=

pkg/fab/versions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515

1616
var (
1717
FabricatorVersion = meta.Version(version.Version)
18-
FabricVersion = meta.Version("v0.87.2")
18+
FabricVersion = meta.Version("v0.87.3")
1919
GatewayVersion = meta.Version("v0.17.0")
2020
DataplaneVersion = meta.Version("main.x86_64-unknown-linux-gnu.debug.f27f76cd91213cf4dc85d0dab95e7c70ede30efc")
2121
FRRVersion = meta.Version("0ba323e489ea2baf3f85fc42ff23aff674a25690.debug")

vendor/go.githedgehog.com/fabric/pkg/agent/dozer/bcm/state.go

Lines changed: 1 addition & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1699,7 +1699,7 @@ github.com/zeebo/errs
16991699
# go.etcd.io/bbolt v1.3.11
17001700
## explicit; go 1.22
17011701
go.etcd.io/bbolt
1702-
# go.githedgehog.com/fabric v0.87.2
1702+
# go.githedgehog.com/fabric v0.87.3
17031703
## explicit; go 1.24.2
17041704
go.githedgehog.com/fabric/api/agent/v1beta1
17051705
go.githedgehog.com/fabric/api/dhcp/v1beta1

0 commit comments

Comments
 (0)