File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ require (
41
41
github.com/urfave/cli/v2 v2.27.6
42
42
github.com/vbauerster/mpb/v8 v8.9.3
43
43
github.com/vishvananda/netlink v1.3.0
44
- go.githedgehog.com/fabric v0.71.4
44
+ go.githedgehog.com/fabric v0.71.6
45
45
go.githedgehog.com/gateway v0.1.2
46
46
golang.org/x/crypto v0.36.0
47
47
golang.org/x/mod v0.24.0
Original file line number Diff line number Diff line change @@ -887,8 +887,8 @@ github.com/zealic/xignore v0.3.3 h1:EpLXUgZY/JEzFkTc+Y/VYypzXtNz+MSOMVCGW5Q4CKQ=
887
887
github.com/zealic/xignore v0.3.3 /go.mod h1:lhS8V7fuSOtJOKsvKI7WfsZE276/7AYEqokv3UiqEAU =
888
888
go.etcd.io/bbolt v1.3.11 h1:yGEzV1wPz2yVCLsD8ZAiGHhHVlczyC9d1rP43/VCRJ0 =
889
889
go.etcd.io/bbolt v1.3.11 /go.mod h1:dksAq7YMXoljX0xu6VF5DMZGbhYYoLUalEiSySYAS4I =
890
- go.githedgehog.com/fabric v0.71.4 h1:sC0rC75ZdznzmWjNVO3MieHaoORikNJLubBr2vMCeQM =
891
- go.githedgehog.com/fabric v0.71.4 /go.mod h1:Tq3KF1iBbrZA2y0us/joiV0kchGOPzn23dn/EOehcdI =
890
+ go.githedgehog.com/fabric v0.71.6 h1:WHciZRci/dgK6uFrtpDBvGa/vEiDCB+vmjHL1/Ou9HM =
891
+ go.githedgehog.com/fabric v0.71.6 /go.mod h1:Tq3KF1iBbrZA2y0us/joiV0kchGOPzn23dn/EOehcdI =
892
892
go.githedgehog.com/fabric-bcm-ygot v0.4.0-4.4.2 h1:tJPhb415JUafEZKdDAxjGqvHdTdhGGmHUIdA5KDlhP0 =
893
893
go.githedgehog.com/fabric-bcm-ygot v0.4.0-4.4.2 /go.mod h1:o1ek4WK+BKUXfqNUQ0ru3joO/17yXEHU8eJdS5Uf6g4 =
894
894
go.githedgehog.com/gateway v0.1.2 h1:BYxWRGt938Z69+Dve2UvulMTIvUVvRCVZjvkPLap0sM =
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import (
13
13
14
14
var (
15
15
FabricatorVersion = meta .Version (version .Version )
16
- FabricVersion = meta .Version ("v0.71.4 " )
16
+ FabricVersion = meta .Version ("v0.71.6 " )
17
17
GatewayVersion = meta .Version ("v0.1.2" )
18
18
)
19
19
Original file line number Diff line number Diff line change @@ -1664,7 +1664,7 @@ github.com/zealic/xignore
1664
1664
# go.etcd.io/bbolt v1.3.11
1665
1665
## explicit; go 1.22
1666
1666
go.etcd.io/bbolt
1667
- # go.githedgehog.com/fabric v0.71.4
1667
+ # go.githedgehog.com/fabric v0.71.6
1668
1668
## explicit; go 1.24.0
1669
1669
go.githedgehog.com/fabric/api/agent/v1beta1
1670
1670
go.githedgehog.com/fabric/api/dhcp/v1beta1
You can’t perform that action at this time.
0 commit comments