bazel run //hack:update-deps
Signed-off-by: Richard Wall <richard.wall@jetstack.io>
This commit is contained in:
parent
4de29a9eb8
commit
f0849676e8
@ -465,8 +465,8 @@ def go_repositories():
|
||||
build_file_generation = "on",
|
||||
build_file_proto_mode = "disable",
|
||||
importpath = "github.com/checkpoint-restore/go-criu/v5",
|
||||
sum = "h1:TW8f/UvntYoVDMN1K2HlT82qH1rb0sOjpGw3m6Ym+i4=",
|
||||
version = "v5.0.0",
|
||||
sum = "h1:wpFFOoomK3389ue2lAb0Boag6XPht5QYpipxmSNL4d8=",
|
||||
version = "v5.3.0",
|
||||
)
|
||||
|
||||
go_repository(
|
||||
@ -501,8 +501,8 @@ def go_repositories():
|
||||
build_file_generation = "on",
|
||||
build_file_proto_mode = "disable",
|
||||
importpath = "github.com/cilium/ebpf",
|
||||
sum = "h1:iHsfF/t4aW4heW2YKfeHrVPGdtYTL4C4KocpM8KTSnI=",
|
||||
version = "v0.6.2",
|
||||
sum = "h1:1k/q3ATgxSXRdrmPfH8d7YK0GfqVsEKZAX9dQZvs56k=",
|
||||
version = "v0.7.0",
|
||||
)
|
||||
|
||||
go_repository(
|
||||
@ -546,8 +546,8 @@ def go_repositories():
|
||||
build_file_generation = "on",
|
||||
build_file_proto_mode = "disable",
|
||||
importpath = "github.com/cncf/udpa/go",
|
||||
sum = "h1:cqQfy1jclcSy/FwLjemeg3SR1yaINm74aQyupQ0Bl8M=",
|
||||
version = "v0.0.0-20201120205902-5459f2c99403",
|
||||
sum = "h1:hzAQntlaYRkVSFEfj9OTWlVV1H155FMD8BTKktLv0QI=",
|
||||
version = "v0.0.0-20210930031921-04548b0d99d4",
|
||||
)
|
||||
|
||||
go_repository(
|
||||
@ -555,8 +555,8 @@ def go_repositories():
|
||||
build_file_generation = "on",
|
||||
build_file_proto_mode = "disable",
|
||||
importpath = "github.com/cncf/xds/go",
|
||||
sum = "h1:CevA8fI91PAnP8vpnXuB8ZYAZ5wqY86nAbxfgK8tWO4=",
|
||||
version = "v0.0.0-20210805033703-aa0b78936158",
|
||||
sum = "h1:zH8ljVhhq7yC0MIeUL/IviMtY8hx2mK8cN9wEYb8ggw=",
|
||||
version = "v0.0.0-20211011173535-cb28da3451f1",
|
||||
)
|
||||
|
||||
go_repository(
|
||||
@ -608,8 +608,8 @@ def go_repositories():
|
||||
build_file_generation = "on",
|
||||
build_file_proto_mode = "disable",
|
||||
importpath = "github.com/containerd/cgroups",
|
||||
sum = "h1:iJnMvco9XGvKUvNQkv88bE4uJXxRQH18efbKo9w5vHQ=",
|
||||
version = "v1.0.1",
|
||||
sum = "h1:mZBclaSgNDfPWtfhj2xJY28LZ9nYIgzB0pwSURPl6JM=",
|
||||
version = "v1.0.2",
|
||||
)
|
||||
|
||||
go_repository(
|
||||
@ -617,8 +617,8 @@ def go_repositories():
|
||||
build_file_generation = "on",
|
||||
build_file_proto_mode = "disable",
|
||||
importpath = "github.com/containerd/console",
|
||||
sum = "h1:Pi6D+aZXM+oUw1czuKgH5IJ+y0jhYcwBJfx5/Ghn9dE=",
|
||||
version = "v1.0.2",
|
||||
sum = "h1:lIr7SlA5PxZyMV30bDW0MGbiOPXwc63yRuCP0ARubLw=",
|
||||
version = "v1.0.3",
|
||||
)
|
||||
|
||||
go_repository(
|
||||
@ -626,8 +626,8 @@ def go_repositories():
|
||||
build_file_generation = "on",
|
||||
build_file_proto_mode = "disable",
|
||||
importpath = "github.com/containerd/containerd",
|
||||
sum = "h1:NmkCC1/QxyZFBny8JogwLpOy2f+VEbO/f6bV2Mqtwuw=",
|
||||
version = "v1.5.8",
|
||||
sum = "h1:rs6Xg1gtIxaeyG+Smsb/0xaSDu1VgFhOCKBXxMxbsF4=",
|
||||
version = "v1.5.9",
|
||||
)
|
||||
|
||||
go_repository(
|
||||
@ -635,8 +635,8 @@ def go_repositories():
|
||||
build_file_generation = "on",
|
||||
build_file_proto_mode = "disable",
|
||||
importpath = "github.com/containerd/continuity",
|
||||
sum = "h1:j/9Wnn+hrEWjLvHuIxUU1YI5JjEjVlT2AA68cse9rwY=",
|
||||
version = "v0.2.0",
|
||||
sum = "h1:QSqfxcn8c+12slxwu00AtzXrsami0MJb/MQs9lOLHLA=",
|
||||
version = "v0.2.2",
|
||||
)
|
||||
|
||||
go_repository(
|
||||
@ -680,6 +680,14 @@ def go_repositories():
|
||||
sum = "h1:6QioHRlThlKh2RkRTR4kIT3PKAcrLo3gIWnjkM4dQmQ=",
|
||||
version = "v0.1.0",
|
||||
)
|
||||
go_repository(
|
||||
name = "com_github_containerd_stargz_snapshotter_estargz",
|
||||
build_file_generation = "on",
|
||||
build_file_proto_mode = "disable",
|
||||
importpath = "github.com/containerd/stargz-snapshotter/estargz",
|
||||
sum = "h1:5e7heayhB7CcgdTkqfZqrNaNv15gABwr3Q2jBTbLlt4=",
|
||||
version = "v0.4.1",
|
||||
)
|
||||
|
||||
go_repository(
|
||||
name = "com_github_containerd_ttrpc",
|
||||
@ -1555,8 +1563,8 @@ def go_repositories():
|
||||
build_file_generation = "on",
|
||||
build_file_proto_mode = "disable",
|
||||
importpath = "github.com/godbus/dbus/v5",
|
||||
sum = "h1:9349emZab16e7zQvpmsbtjc18ykshndd8y2PG3sgJbA=",
|
||||
version = "v5.0.4",
|
||||
sum = "h1:mkgN1ofwASrYnJ5W6U/BxG15eXXXjirgZc7CLqkcaro=",
|
||||
version = "v5.0.6",
|
||||
)
|
||||
|
||||
go_repository(
|
||||
@ -1699,6 +1707,14 @@ def go_repositories():
|
||||
sum = "h1:BKbKCqvP6I+rmFHt06ZmyQtvB8xAkWdhFyr0ZUNZcxQ=",
|
||||
version = "v0.5.6",
|
||||
)
|
||||
go_repository(
|
||||
name = "com_github_google_go_containerregistry",
|
||||
build_file_generation = "on",
|
||||
build_file_proto_mode = "disable",
|
||||
importpath = "github.com/google/go-containerregistry",
|
||||
sum = "h1:/+mFTs4AlwsJ/mJe8NDtKb7BxLtbZFpcn8vDsneEkwQ=",
|
||||
version = "v0.5.1",
|
||||
)
|
||||
|
||||
go_repository(
|
||||
name = "com_github_google_go_querystring",
|
||||
@ -2234,6 +2250,14 @@ def go_repositories():
|
||||
sum = "h1:aLN7YINNZ7cYOPK3QC83dbM6KT0NMqVMw961TqrejlE=",
|
||||
version = "v1.3.1",
|
||||
)
|
||||
go_repository(
|
||||
name = "com_github_joefitzgerald_rainbow_reporter",
|
||||
build_file_generation = "on",
|
||||
build_file_proto_mode = "disable",
|
||||
importpath = "github.com/joefitzgerald/rainbow-reporter",
|
||||
sum = "h1:AuMG652zjdzI0YCCnXAqATtRBpGXMcAnrajcaTrSeuo=",
|
||||
version = "v0.1.0",
|
||||
)
|
||||
|
||||
go_repository(
|
||||
name = "com_github_jonboulle_clockwork",
|
||||
@ -2328,8 +2352,8 @@ def go_repositories():
|
||||
build_file_generation = "on",
|
||||
build_file_proto_mode = "disable",
|
||||
importpath = "github.com/klauspost/compress",
|
||||
sum = "h1:P76CopJELS0TiO2mebmnzgWaajssP/EszplttgQxcgc=",
|
||||
version = "v1.13.6",
|
||||
sum = "h1:hLQYb23E8/fO+1u53d02A97a8UnsddcvYzq4ERRU4ds=",
|
||||
version = "v1.14.1",
|
||||
)
|
||||
|
||||
go_repository(
|
||||
@ -2429,6 +2453,14 @@ def go_repositories():
|
||||
sum = "h1:9TO3cAIGXtEhnIaL+V+BEER86oLrvS+kWobKpbJuye0=",
|
||||
version = "v0.0.0-20181228230101-89fcab3d43de",
|
||||
)
|
||||
go_repository(
|
||||
name = "com_github_linuxkit_virtsock",
|
||||
build_file_generation = "on",
|
||||
build_file_proto_mode = "disable",
|
||||
importpath = "github.com/linuxkit/virtsock",
|
||||
sum = "h1:jUp75lepDg0phMUJBCmvaeFDldD2N3S1lBuPwUTszio=",
|
||||
version = "v0.0.0-20201010232012-f8cee7dfc7a3",
|
||||
)
|
||||
|
||||
go_repository(
|
||||
name = "com_github_lithammer_dedent",
|
||||
@ -2622,14 +2654,22 @@ def go_repositories():
|
||||
sum = "h1:I0XW9+e1XWDxdcEniV4rQAIOPUGDq67JSCiRCgGCZLI=",
|
||||
version = "v1.0.2-0.20181231171920-c182affec369",
|
||||
)
|
||||
go_repository(
|
||||
name = "com_github_maxbrunsfeld_counterfeiter_v6",
|
||||
build_file_generation = "on",
|
||||
build_file_proto_mode = "disable",
|
||||
importpath = "github.com/maxbrunsfeld/counterfeiter/v6",
|
||||
sum = "h1:g+4J5sZg6osfvEfkRZxJ1em0VT95/UOZgi/l7zi1/oE=",
|
||||
version = "v6.2.2",
|
||||
)
|
||||
|
||||
go_repository(
|
||||
name = "com_github_microsoft_go_winio",
|
||||
build_file_generation = "on",
|
||||
build_file_proto_mode = "disable",
|
||||
importpath = "github.com/Microsoft/go-winio",
|
||||
sum = "h1:Elr9Wn+sGKPlkaBvwu4mTrxtmOp3F3yV9qhaHbXGjwU=",
|
||||
version = "v0.5.0",
|
||||
sum = "h1:aPJp2QD7OOrhO5tQXqQoGSJc+DjDtWTGLOmNyAm6FgY=",
|
||||
version = "v0.5.1",
|
||||
)
|
||||
|
||||
go_repository(
|
||||
@ -2637,8 +2677,8 @@ def go_repositories():
|
||||
build_file_generation = "on",
|
||||
build_file_proto_mode = "disable",
|
||||
importpath = "github.com/Microsoft/hcsshim",
|
||||
sum = "h1:47MSwtKGXet80aIn+7h4YI6fwPmwIghAnsx2aOUrG2M=",
|
||||
version = "v0.8.23",
|
||||
sum = "h1:wB06W5aYFfUB3IvootYAY2WnOmIdgPGfqSI6tufQNnY=",
|
||||
version = "v0.9.2",
|
||||
)
|
||||
go_repository(
|
||||
name = "com_github_microsoft_hcsshim_test",
|
||||
@ -2785,8 +2825,8 @@ def go_repositories():
|
||||
build_file_generation = "on",
|
||||
build_file_proto_mode = "disable",
|
||||
importpath = "github.com/moby/sys/mountinfo",
|
||||
sum = "h1:1O+1cHA1aujwEwwVMa2Xm2l+gIpUHyd3+D+d7LZh1kM=",
|
||||
version = "v0.4.1",
|
||||
sum = "h1:2Ks8/r6lopsxWi9m58nlwjaeSzUX9iiL1vj5qB/9ObI=",
|
||||
version = "v0.5.0",
|
||||
)
|
||||
go_repository(
|
||||
name = "com_github_moby_sys_symlink",
|
||||
@ -3016,8 +3056,8 @@ def go_repositories():
|
||||
build_file_generation = "on",
|
||||
build_file_proto_mode = "disable",
|
||||
importpath = "github.com/opencontainers/runc",
|
||||
sum = "h1:1hbqejyQWCJBvtKAfdO0b1FmaEf2z/bxnjqbARass5k=",
|
||||
version = "v1.0.3",
|
||||
sum = "h1:O9+X96OcDjkmmZyfaG996kV7yq8HsoU2h1XRRQcefG8=",
|
||||
version = "v1.1.0",
|
||||
)
|
||||
|
||||
go_repository(
|
||||
@ -3041,8 +3081,8 @@ def go_repositories():
|
||||
build_file_generation = "on",
|
||||
build_file_proto_mode = "disable",
|
||||
importpath = "github.com/opencontainers/selinux",
|
||||
sum = "h1:b4VPEF3O5JLZgdTDBmGepaaIbAo0GqoF6EBRq5f/g3Y=",
|
||||
version = "v1.9.1",
|
||||
sum = "h1:rAiKF8hTcgLI3w0DHm6i0ylVVcOrlgR1kK99DRLDhyU=",
|
||||
version = "v1.10.0",
|
||||
)
|
||||
|
||||
go_repository(
|
||||
@ -3313,6 +3353,14 @@ def go_repositories():
|
||||
sum = "h1:0uYX9dsZ2yD7q2RtLRtPSdGDWzjeM3TbMJP9utgA0ww=",
|
||||
version = "v1.2.0",
|
||||
)
|
||||
go_repository(
|
||||
name = "com_github_sclevine_spec",
|
||||
build_file_generation = "on",
|
||||
build_file_proto_mode = "disable",
|
||||
importpath = "github.com/sclevine/spec",
|
||||
sum = "h1:1Jwdf9jSfDl9NVmt8ndHqbTZ7XCCPbh1jI3hkDBHVYA=",
|
||||
version = "v1.2.0",
|
||||
)
|
||||
|
||||
go_repository(
|
||||
name = "com_github_sean_seed",
|
||||
@ -3327,8 +3375,8 @@ def go_repositories():
|
||||
build_file_generation = "on",
|
||||
build_file_proto_mode = "disable",
|
||||
importpath = "github.com/seccomp/libseccomp-golang",
|
||||
sum = "h1:NJjM5DNFOs0s3kYE1WUOr6G8V97sdt46rlXTMfXGWBo=",
|
||||
version = "v0.9.1",
|
||||
sum = "h1:58EBmR2dMNL2n/FnbQewK3D14nXr0V9CObDSvMJLq+Y=",
|
||||
version = "v0.9.2-0.20210429002308-3879420cc921",
|
||||
)
|
||||
|
||||
go_repository(
|
||||
@ -4525,8 +4573,8 @@ def go_repositories():
|
||||
build_file_generation = "on",
|
||||
build_file_proto_mode = "disable",
|
||||
importpath = "google.golang.org/genproto",
|
||||
sum = "h1:Im71rbA1N3CbIag/PumYhQcNR8bLNmuOtRIyOnnLsT8=",
|
||||
version = "v0.0.0-20211005153810-c76a74d43a8e",
|
||||
sum = "h1:zzNejm+EgrbLfDZ6lu9Uud2IVvHySPl8vQzf04laR5Q=",
|
||||
version = "v0.0.0-20220118154757-00ab72f36ad5",
|
||||
)
|
||||
|
||||
go_repository(
|
||||
@ -4534,8 +4582,8 @@ def go_repositories():
|
||||
build_file_generation = "on",
|
||||
build_file_proto_mode = "disable",
|
||||
importpath = "google.golang.org/grpc",
|
||||
sum = "h1:f+PlOh7QV4iIJkPrx5NQ7qaNGFQ3OTse67yaDHfju4E=",
|
||||
version = "v1.41.0",
|
||||
sum = "h1:Eeu7bZtDZ2DpRCsLhUlcrLnvYaMK1Gz86a+hMVvELmM=",
|
||||
version = "v1.43.0",
|
||||
)
|
||||
|
||||
go_repository(
|
||||
@ -4643,8 +4691,8 @@ def go_repositories():
|
||||
build_file_generation = "on",
|
||||
build_file_proto_mode = "disable",
|
||||
importpath = "golang.org/x/sys",
|
||||
sum = "h1:M69LAlWZCshgp0QSzyDcSsSIejIEeuaCVpmwcKwyLMk=",
|
||||
version = "v0.0.0-20211029165221-6e7872819dc8",
|
||||
sum = "h1:fLOSk5Q00efkSvAm+4xcoXD+RRmLmmulPn5I3Y9F2EM=",
|
||||
version = "v0.0.0-20211216021012-1d35b9e2eb4e",
|
||||
)
|
||||
|
||||
go_repository(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user