File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ require (
13
13
github.com/google/go-cmp v0.5.9
14
14
github.com/google/gopacket v1.1.20-0.20220810144506-32ee38206866
15
15
github.com/mdlayher/netlink v1.7.2
16
- github.com/onsi/ginkgo/v2 v2.9.7
16
+ github.com/onsi/ginkgo/v2 v2.11.0
17
17
github.com/onsi/gomega v1.27.8
18
18
github.com/pion/stun v0.6.0
19
19
github.com/seancfoley/ipaddress-go v1.2.1
@@ -82,7 +82,7 @@ require (
82
82
golang.org/x/term v0.9.0 // indirect
83
83
golang.org/x/text v0.10.0 // indirect
84
84
golang.org/x/time v0.3.0 // indirect
85
- golang.org/x/tools v0.9.1 // indirect
85
+ golang.org/x/tools v0.9.3 // indirect
86
86
golang.zx2c4.com/wireguard v0.0.0-20220920152132-bb719d3a6e2c // indirect
87
87
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
88
88
google.golang.org/appengine v1.6.7 // indirect
Original file line number Diff line number Diff line change @@ -274,6 +274,8 @@ github.com/onsi/ginkgo/v2 v2.6.0 h1:9t9b9vRUbFq3C4qKFCGkVuq/fIHji802N1nrtkh1mNc=
274
274
github.com/onsi/ginkgo/v2 v2.6.0 /go.mod h1:63DOGlLAH8+REH8jUGdL3YpCpu7JODesutUjdENfUAc =
275
275
github.com/onsi/ginkgo/v2 v2.9.7 h1:06xGQy5www2oN160RtEZoTvnP2sPhEfePYmCDc2szss =
276
276
github.com/onsi/ginkgo/v2 v2.9.7 /go.mod h1:cxrmXWykAwTwhQsJOPfdIDiJ+l2RYq7U8hFU+M/1uw0 =
277
+ github.com/onsi/ginkgo/v2 v2.11.0 h1:WgqUCUt/lT6yXoQ8Wef0fsNn5cAuMK7+KT9UFRz2tcU =
278
+ github.com/onsi/ginkgo/v2 v2.11.0 /go.mod h1:ZhrRA5XmEE3x3rhlzamx/JJvujdZoJ2uvgI7kR0iZvM =
277
279
github.com/onsi/gomega v1.7.1 /go.mod h1:XdKZgCCFLUoM/7CFJVPcG8C1xQ1AJ0vpAezJrB7JYyY =
278
280
github.com/onsi/gomega v1.10.1 /go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1ybHNo =
279
281
github.com/onsi/gomega v1.17.0 /go.mod h1:HnhC7FXeEQY45zxNK3PPoIUhzk/80Xly9PcubAlGdZY =
@@ -636,6 +638,8 @@ golang.org/x/tools v0.6.0 h1:BOw41kyTf3PuCW1pVQf8+Cyg8pMlkYB1oo9iJ6D/lKM=
636
638
golang.org/x/tools v0.6.0 /go.mod h1:Xwgl3UAJ/d3gWutnCtw505GrjyAbvKui8lOU390QaIU =
637
639
golang.org/x/tools v0.9.1 h1:8WMNJAz3zrtPmnYC7ISf5dEn3MT0gY7jBJfw27yrrLo =
638
640
golang.org/x/tools v0.9.1 /go.mod h1:owI94Op576fPu3cIGQeHs3joujW/2Oc6MtlxbF5dfNc =
641
+ golang.org/x/tools v0.9.3 h1:Gn1I8+64MsuTb/HpH+LmQtNas23LhUVr3rYZ0eKuaMM =
642
+ golang.org/x/tools v0.9.3 /go.mod h1:owI94Op576fPu3cIGQeHs3joujW/2Oc6MtlxbF5dfNc =
639
643
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7 /go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0 =
640
644
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898 /go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0 =
641
645
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 /go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0 =
You can’t perform that action at this time.
0 commit comments