Skip to content

Commit ae653ef

Browse files
authored
Merge pull request #2365 from lcarva/update-go-gather
Update go-gather to pick timing fix
2 parents 914425b + ea6585f commit ae653ef

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
cuelang.org/go v0.11.1
77
github.com/MakeNowJust/heredoc v1.0.0
88
github.com/Maldris/go-billy-afero v0.0.0-20200815120323-e9d3de59c99a
9-
github.com/conforma/go-gather v1.0.1
9+
github.com/conforma/go-gather v1.0.2
1010
github.com/enterprise-contract/enterprise-contract-controller/api v0.1.79
1111
github.com/evanphx/json-patch v5.9.0+incompatible
1212
github.com/gkampitakis/go-snaps v0.5.7
@@ -246,7 +246,7 @@ require (
246246
github.com/oklog/ulid v1.3.1 // indirect
247247
github.com/olekukonko/tablewriter v0.0.5 // indirect
248248
github.com/opencontainers/go-digest v1.0.0 // indirect
249-
github.com/opencontainers/image-spec v1.1.0 // indirect
249+
github.com/opencontainers/image-spec v1.1.1 // indirect
250250
github.com/opentracing/opentracing-go v1.2.0 // indirect
251251
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
252252
github.com/peterh/liner v1.2.2 // indirect

go.sum

+4-4
Original file line numberDiff line numberDiff line change
@@ -464,8 +464,8 @@ github.com/codahale/rfc6979 v0.0.0-20141003034818-6a90f24967eb h1:EDmT6Q9Zs+SbUo
464464
github.com/codahale/rfc6979 v0.0.0-20141003034818-6a90f24967eb/go.mod h1:ZjrT6AXHbDs86ZSdt/osfBi5qfexBrKUdONk989Wnk4=
465465
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be h1:J5BL2kskAlV9ckgEsNQXscjIaLiOYiZ75d4e94E6dcQ=
466466
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be/go.mod h1:mk5IQ+Y0ZeO87b858TlA645sVcEcbiX6YqP98kt+7+w=
467-
github.com/conforma/go-gather v1.0.1 h1:i91Qyqwrgm5vE42OdqRZ1XJ+DCi0eXrTCmsEGZTOF1g=
468-
github.com/conforma/go-gather v1.0.1/go.mod h1:AbNsdkXUBG9nEyNOGs7Tx3B0N0zgOirZS4Cus/xDhrg=
467+
github.com/conforma/go-gather v1.0.2 h1:385cOcDpMxA7JpccMdbQOLIPsagQtDRAnSqZc1YTetI=
468+
github.com/conforma/go-gather v1.0.2/go.mod h1:e2yxUmy6KWE9+4mCcB0Vpk4CAHkvk21ktrq1m79BIyA=
469469
github.com/containerd/cgroups v1.1.0 h1:v8rEWFl6EoqHB+swVNjVoCJE8o3jX7e8nqBGPLaDFBM=
470470
github.com/containerd/cgroups v1.1.0/go.mod h1:6ppBcbh/NOOUU+dMKrykgaBnK9lCIBxHqJDGwsa1mIw=
471471
github.com/containerd/containerd v1.7.23 h1:H2CClyUkmpKAGlhQp95g2WXHfLYc7whAuvZGBNYOOwQ=
@@ -1057,8 +1057,8 @@ github.com/open-policy-agent/opa v0.70.0 h1:B3cqCN2iQAyKxK6+GI+N40uqkin+wzIrM7YA
10571057
github.com/open-policy-agent/opa v0.70.0/go.mod h1:Y/nm5NY0BX0BqjBriKUiV81sCl8XOjjvqQG7dXrggtI=
10581058
github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=
10591059
github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM=
1060-
github.com/opencontainers/image-spec v1.1.0 h1:8SG7/vwALn54lVB/0yZ/MMwhFrPYtpEHQb2IpWsCzug=
1061-
github.com/opencontainers/image-spec v1.1.0/go.mod h1:W4s4sFTMaBeK1BQLXbG4AdM2szdn85PY75RI83NrTrM=
1060+
github.com/opencontainers/image-spec v1.1.1 h1:y0fUlFfIZhPF1W537XOLg0/fcx6zcHCJwooC2xJA040=
1061+
github.com/opencontainers/image-spec v1.1.1/go.mod h1:qpqAh3Dmcf36wStyyWU+kCeDgrGnAve2nCC8+7h8Q0M=
10621062
github.com/opentracing/opentracing-go v1.2.0 h1:uEJPy/1a5RIPAJ0Ov+OIO8OxWu77jEv+1B0VhjKrZUs=
10631063
github.com/opentracing/opentracing-go v1.2.0/go.mod h1:GxEUsuufX4nBwe+T+Wl9TAgYrxe9dPLANfrWvHYVTgc=
10641064
github.com/openzipkin/zipkin-go v0.4.3 h1:9EGwpqkgnwdEIJ+Od7QVSEIH+ocmm5nPat0G7sjsSdg=

0 commit comments

Comments
 (0)