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 @@ -16,14 +16,14 @@ require (
1616 github.com/mattn/go-colorable v0.1.4 // indirect
1717 github.com/michaelklishin/rabbit-hole/v2 v2.6.0
1818 github.com/onsi/ginkgo v1.14.2
19- github.com/onsi/gomega v1.10.3
19+ github.com/onsi/gomega v1.10.4
2020 github.com/pelletier/go-toml v1.8.1 // indirect
2121 github.com/prometheus/client_golang v1.2.1 // indirect
2222 github.com/sclevine/yj v0.0.0-20200815061347-554173e71934
2323 github.com/smartystreets/goconvey v1.6.4 // indirect
2424 github.com/streadway/amqp v0.0.0-20200108173154-1c71cc93ed71
2525 go.uber.org/multierr v1.2.0 // indirect
26- golang.org/x/net v0.0.0-20201010224723-4f7140c49acb
26+ golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb
2727 gopkg.in/ini.v1 v1.62.0
2828 k8s.io/api v0.18.6
2929 k8s.io/apimachinery v0.18.8
Original file line number Diff line number Diff line change @@ -382,6 +382,8 @@ github.com/onsi/gomega v1.10.1 h1:o0+MgICZLuZ7xjH7Vx6zS/zcu93/BEp1VwkIW1mEXCE=
382382github.com/onsi/gomega v1.10.1 /go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1ybHNo =
383383github.com/onsi/gomega v1.10.3 h1:gph6h/qe9GSUw1NhH1gp+qb+h8rXD8Cy60Z32Qw3ELA =
384384github.com/onsi/gomega v1.10.3 /go.mod h1:V9xEwhxec5O8UDM77eCW8vLymOMltsqPVYWrpDsH8xc =
385+ github.com/onsi/gomega v1.10.4 h1:NiTx7EEvBzu9sFOD1zORteLSt3o8gnlvZZwSE9TnY9U =
386+ github.com/onsi/gomega v1.10.4 /go.mod h1:g/HbgYopi++010VEqkFgJHKC09uJiW9UkXvMUuKHUCQ =
385387github.com/op/go-logging v0.0.0-20160315200505-970db520ece7 /go.mod h1:HzydrMdWErDVzsI23lYNej1Htcns9BCg93Dk0bBINWk =
386388github.com/pborman/uuid v1.2.0 /go.mod h1:X/NO0urCmaxf9VXbdlT7C2Yzkj2IKimNn4k+gtPdI/k =
387389github.com/pelletier/go-toml v1.2.0 /go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic =
@@ -567,6 +569,8 @@ golang.org/x/net v0.0.0-20201006153459-a7d1128ccaa0 h1:wBouT66WTYFXdxfVdz9sVWARV
567569golang.org/x/net v0.0.0-20201006153459-a7d1128ccaa0 /go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU =
568570golang.org/x/net v0.0.0-20201010224723-4f7140c49acb h1:mUVeFHoDKis5nxCAzoAi7E8Ghb86EXh/RK6wtvJIqRY =
569571golang.org/x/net v0.0.0-20201010224723-4f7140c49acb /go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU =
572+ golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb h1:eBmm0M9fYhWpKZLjQUUKka/LtIxf46G4fxeEz5KJr9U =
573+ golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb /go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU =
570574golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be /go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U =
571575golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421 /go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw =
572576golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 h1:SVwTIAaPC2U/AvvLNZ2a7OVsmBpC8L5BlwK1whH3hm0 =
You can’t perform that action at this time.
0 commit comments