Skip to content

Commit

Permalink
deps: update go-uefi and use new authenticode package
Browse files Browse the repository at this point in the history
  • Loading branch information
malt3 committed Jan 29, 2024
1 parent 7ce5caa commit af1482a
Show file tree
Hide file tree
Showing 7 changed files with 163 additions and 62 deletions.
132 changes: 110 additions & 22 deletions bazel/toolchains/go_module_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -1235,8 +1235,8 @@ def go_dependencies():
build_file_generation = "on",
build_file_proto_mode = "disable_global",
importpath = "github.com/creack/pty",
sum = "h1:n56/Zwd5o6whRC5PMGretI4IdRLlmBXYNjScPaBgsbY=",
version = "v1.1.18",
sum = "h1:1/QdRyBaHHJP61QkWMXlOIBfsgdDeeKfK8SYVUWJKf0=",
version = "v1.1.21",
)
go_repository(
name = "com_github_cyberphone_json_canonicalization",
Expand Down Expand Up @@ -1603,8 +1603,8 @@ def go_dependencies():
build_file_generation = "on",
build_file_proto_mode = "disable_global",
importpath = "github.com/foxboron/go-uefi",
sum = "h1:SJMQFT74bCrP+kQ24oWhmuyPFHDTavrd3JMIe//2NhU=",
version = "v0.0.0-20230808201820-18b9ba9cd4c3",
sum = "h1:qGlg/7H49H30Eu7nkCBA7YxNmW30ephqBf7xIxlAGuQ=",
version = "v0.0.0-20240128152106-48be911532c2",
)
go_repository(
name = "com_github_foxcpp_go_mockdns",
Expand Down Expand Up @@ -2366,6 +2366,14 @@ def go_dependencies():
sum = "h1:xRy4A+RhZaiKjJ1bPfwQ8sedCA+YS2YcCHW6ec7JMi0=",
version = "v1.2.0",
)
go_repository(
name = "com_github_google_goterm",
build_file_generation = "on",
build_file_proto_mode = "disable_global",
importpath = "github.com/google/goterm",
sum = "h1:CVuJwN34x4xM2aT4sIKhmeib40NeBPhRihNjQmpJsA4=",
version = "v0.0.0-20200907032337-555d40f16ae2",
)
go_repository(
name = "com_github_google_licenseclassifier",
build_file_generation = "on",
Expand Down Expand Up @@ -2943,6 +2951,14 @@ def go_dependencies():
sum = "h1:D17IlohoQq4UcpqD7fDk80P7l+lwAmlFaBHgOipl2FU=",
version = "v1.4.0",
)
go_repository(
name = "com_github_hugelgupf_vmtest",
build_file_generation = "on",
build_file_proto_mode = "disable_global",
importpath = "github.com/hugelgupf/vmtest",
sum = "h1:aa9+0fjwoGotyC8A3QjdITMAX89g/+qvDAhKPrK1NKE=",
version = "v0.0.0-20240110072021-f6f07acb7aa1",
)
go_repository(
name = "com_github_iancoleman_strcase",
build_file_generation = "on",
Expand Down Expand Up @@ -2983,6 +2999,14 @@ def go_dependencies():
sum = "h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=",
version = "v1.1.0",
)
go_repository(
name = "com_github_insomniacslk_dhcp",
build_file_generation = "on",
build_file_proto_mode = "disable_global",
importpath = "github.com/insomniacslk/dhcp",
sum = "h1:9K06NfxkBh25x56yVhWWlKFE8YpicaSfHwoV8SFbueA=",
version = "v0.0.0-20231206064809-8c70d406f6d2",
)
go_repository(
name = "com_github_intel_goresctrl",
build_file_generation = "on",
Expand Down Expand Up @@ -3108,8 +3132,8 @@ def go_dependencies():
build_file_generation = "on",
build_file_proto_mode = "disable_global",
importpath = "github.com/josharian/native",
sum = "h1:Ts/E8zCSEsG17dUqv7joXJFybuMLjQfWE04tsBODTxk=",
version = "v1.0.0",
sum = "h1:uuaP0hAbW7Y4l0ZRQ6C9zfb7Mg1mbFKry/xzDAfmtLA=",
version = "v1.1.0",
)
go_repository(
name = "com_github_jpillora_backoff",
Expand Down Expand Up @@ -3204,8 +3228,8 @@ def go_dependencies():
build_file_generation = "on",
build_file_proto_mode = "disable_global",
importpath = "github.com/klauspost/compress",
sum = "h1:IFV2oUNUzZaz+XyusxpLzpzS8Pt5rh0Z16For/djlyI=",
version = "v1.16.5",
sum = "h1:Ej5ixsIri7BrIjBkRZLTo6ghwrEtHFk7ijlczPW4fZ4=",
version = "v1.17.4",
)
go_repository(
name = "com_github_klauspost_cpuid_v2",
Expand All @@ -3215,6 +3239,14 @@ def go_dependencies():
sum = "h1:g0I61F2K2DjRHz1cnxlkNSBIaePVoJIjjnHui8QHbiw=",
version = "v2.0.4",
)
go_repository(
name = "com_github_klauspost_pgzip",
build_file_generation = "on",
build_file_proto_mode = "disable_global",
importpath = "github.com/klauspost/pgzip",
sum = "h1:8RXeL5crjEUFnR2/Sn6GJNWtSQ3Dk8pq4CL3jvdDyjU=",
version = "v1.2.6",
)
go_repository(
name = "com_github_konsorten_go_windows_terminal_sequences",
build_file_generation = "on",
Expand Down Expand Up @@ -3528,8 +3560,8 @@ def go_dependencies():
build_file_generation = "on",
build_file_proto_mode = "disable_global",
importpath = "github.com/mattn/go-isatty",
sum = "h1:JITubQf0MOLdlGRuRq+jtsDlekdYPia9ZFsB8h/APPA=",
version = "v0.0.19",
sum = "h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=",
version = "v0.0.20",
)
go_repository(
name = "com_github_mattn_go_oci8",
Expand Down Expand Up @@ -3595,13 +3627,21 @@ def go_dependencies():
sum = "h1:FdUaT/e33HjEXagwELR8R3/KL1Fq5x3G5jgHLp/BTmg=",
version = "v1.7.1",
)
go_repository(
name = "com_github_mdlayher_packet",
build_file_generation = "on",
build_file_proto_mode = "disable_global",
importpath = "github.com/mdlayher/packet",
sum = "h1:3Up1NG6LZrsgDVn6X4L9Ge/iyRyxFEFD9o6Pr3Q1nQY=",
version = "v1.1.2",
)
go_repository(
name = "com_github_mdlayher_socket",
build_file_generation = "on",
build_file_proto_mode = "disable_global",
importpath = "github.com/mdlayher/socket",
sum = "h1:280wsy40IC9M9q1uPGcLBwXpcTQDtoGwVt+BNoITxIw=",
version = "v0.4.0",
sum = "h1:ilICZmJcQz70vrWVes1MFera4jGiWNocSkykwwoy3XI=",
version = "v0.5.0",
)
go_repository(
name = "com_github_microsoft_applicationinsights_go",
Expand Down Expand Up @@ -3891,6 +3931,14 @@ def go_dependencies():
sum = "h1:Z3TAKd9JS3BoKi6fW+d1bKD2Mf0FzTqDUEAwLWzYPRQ=",
version = "v2.3.3",
)
go_repository(
name = "com_github_netflix_go_expect",
build_file_generation = "on",
build_file_proto_mode = "disable_global",
importpath = "github.com/Netflix/go-expect",
sum = "h1:+vx7roKuyA63nhn5WAunQHLTznkw5W8b1Xc0dNjp83s=",
version = "v0.0.0-20220104043353-73e0943537d2",
)
go_repository(
name = "com_github_niemeyer_pretty",
build_file_generation = "on",
Expand Down Expand Up @@ -4099,6 +4147,14 @@ def go_dependencies():
sum = "h1:Ii+DKncOVM8Cu1Hc+ETb5K+23HdAMvESYE3ZJ5b5cMI=",
version = "v0.0.0-20220201140144-74d24b5ae9f5",
)
go_repository(
name = "com_github_pierrec_lz4_v4",
build_file_generation = "on",
build_file_proto_mode = "disable_global",
importpath = "github.com/pierrec/lz4/v4",
sum = "h1:+fL8AQEZtz/ijeNnpduH0bROTu0O3NZAlPjQxGn8LwE=",
version = "v4.1.14",
)
go_repository(
name = "com_github_pjbgf_sha1cd",
build_file_generation = "on",
Expand Down Expand Up @@ -4796,6 +4852,30 @@ def go_dependencies():
sum = "h1:Q9nBoQcZcgPamMkGn7ghV8XiTZ/kRxn1yCG81+twTK4=",
version = "v0.0.2",
)
go_repository(
name = "com_github_u_root_gobusybox_src",
build_file_generation = "on",
build_file_proto_mode = "disable_global",
importpath = "github.com/u-root/gobusybox/src",
sum = "h1:AQX6C886dZqnOrXtbP0U59melqbb1+YnCfRYRfr4M3M=",
version = "v0.0.0-20231224233253-2944a440b6b6",
)
go_repository(
name = "com_github_u_root_u_root",
build_file_generation = "on",
build_file_proto_mode = "disable_global",
importpath = "github.com/u-root/u-root",
sum = "h1:1AIJqOtdEufYfGb3eRpdaqWONzBOpAwrg1fehbWg+Mg=",
version = "v0.11.1-0.20230807200058-f87ad7ccb594",
)
go_repository(
name = "com_github_u_root_uio",
build_file_generation = "on",
build_file_proto_mode = "disable_global",
importpath = "github.com/u-root/uio",
sum = "h1:YcojQL98T/OO+rybuzn2+5KrD5dBwXIvYBvQ2cD3Avg=",
version = "v0.0.0-20230305220412-3e8cd9d6bf63",
)
go_repository(
name = "com_github_ulikunitz_xz",
build_file_generation = "on",
Expand Down Expand Up @@ -6965,8 +7045,8 @@ def go_dependencies():
build_file_generation = "on",
build_file_proto_mode = "disable_global",
importpath = "golang.org/x/exp",
sum = "h1:EDuYyU/MkFXllv9QF9819VlI9a4tzGuCbhG0ExK9o1U=",
version = "v0.0.0-20230809150735-7b3493d9a819",
sum = "h1:+iq7lrkxmFNBM7xx+Rae2W6uyPfhPeDWD+n+JgppptE=",
version = "v0.0.0-20231219180239-dc181d75b848",
)
go_repository(
name = "org_golang_x_image",
Expand Down Expand Up @@ -6997,16 +7077,16 @@ def go_dependencies():
build_file_generation = "on",
build_file_proto_mode = "disable_global",
importpath = "golang.org/x/mod",
sum = "h1:I/DsJXRlw/8l/0c24sM9yb0T4z9liZTduXvdAWYiysY=",
version = "v0.13.0",
sum = "h1:dGoOF9QVLYng8IHTm7BAyWqCqSheQ5pYWGhzW00YJr0=",
version = "v0.14.0",
)
go_repository(
name = "org_golang_x_net",
build_file_generation = "on",
build_file_proto_mode = "disable_global",
importpath = "golang.org/x/net",
sum = "h1:pVaXccu2ozPjCXewfr1S7xza/zcXTity9cCdXQYSjIM=",
version = "v0.17.0",
sum = "h1:zTwKpTd2XuCqf8huc7Fo2iSy+4RHPd10s4KzeTnVr1c=",
version = "v0.19.0",
)
go_repository(
name = "org_golang_x_oauth2",
Expand All @@ -7021,8 +7101,8 @@ def go_dependencies():
build_file_generation = "on",
build_file_proto_mode = "disable_global",
importpath = "golang.org/x/sync",
sum = "h1:zxkM55ReGkDlKSM+Fu41A+zmbZuaPVbGMzvvdUPznYQ=",
version = "v0.4.0",
sum = "h1:60k92dhOjHxJkrqnwsfl8KuaHbn/5dl0lUPUklKo3qE=",
version = "v0.5.0",
)
go_repository(
name = "org_golang_x_sys",
Expand Down Expand Up @@ -7061,8 +7141,8 @@ def go_dependencies():
build_file_generation = "on",
build_file_proto_mode = "disable_global",
importpath = "golang.org/x/tools",
sum = "h1:jvNa2pY0M4r62jkRQ6RwEZZyPcymeL9XZMLBbV7U2nc=",
version = "v0.14.0",
sum = "h1:TLyB3WofjdOEepBHAU20JdNC1Zbg87elYofWYAY5oZA=",
version = "v0.16.1",
)
go_repository(
name = "org_golang_x_vuln",
Expand Down Expand Up @@ -7140,6 +7220,14 @@ def go_dependencies():
sum = "h1:sI7k6L95XOKS281NhVKOFCUNIvv9e0w4BF8N3u+tCRo=",
version = "v1.26.0",
)
go_repository(
name = "sh_elv_src",
build_file_generation = "on",
build_file_proto_mode = "disable_global",
importpath = "src.elv.sh",
sum = "h1:pjVeIo9Ba6K1Wy+rlwX91zT7A+xGEmxiNRBdN04gDTQ=",
version = "v0.16.0-rc1.0.20220116211855-fda62502ad7f",
)
go_repository(
name = "sh_helm_helm",
build_file_generation = "on",
Expand Down
16 changes: 8 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ require (
github.com/docker/docker v24.0.7+incompatible
github.com/edgelesssys/go-azguestattestation v0.0.0-20230707101700-a683be600fcf
github.com/edgelesssys/go-tdx-qpl v0.0.0-20230530085549-fd2878a4dead
github.com/foxboron/go-uefi v0.0.0-20230808201820-18b9ba9cd4c3
github.com/foxboron/go-uefi v0.0.0-20240128152106-48be911532c2
github.com/fsnotify/fsnotify v1.7.0
github.com/go-playground/locales v0.14.1
github.com/go-playground/universal-translator v0.18.1
Expand Down Expand Up @@ -109,7 +109,7 @@ require (
github.com/hashicorp/terraform-plugin-testing v1.6.0
github.com/hexops/gotextdiff v1.0.3
github.com/martinjungblut/go-cryptsetup v0.0.0-20220520180014-fd0874fd07a6
github.com/mattn/go-isatty v0.0.19
github.com/mattn/go-isatty v0.0.20
github.com/microsoft/ApplicationInsights-Go v0.4.4
github.com/onsi/ginkgo/v2 v2.13.0
github.com/onsi/gomega v1.29.0
Expand All @@ -133,11 +133,11 @@ require (
go.uber.org/goleak v1.3.0
go.uber.org/zap v1.26.0
golang.org/x/crypto v0.17.0
golang.org/x/exp v0.0.0-20230809150735-7b3493d9a819
golang.org/x/mod v0.13.0
golang.org/x/exp v0.0.0-20231219180239-dc181d75b848
golang.org/x/mod v0.14.0
golang.org/x/sys v0.15.0
golang.org/x/text v0.14.0
golang.org/x/tools v0.14.0
golang.org/x/tools v0.16.1
google.golang.org/api v0.148.0
google.golang.org/grpc v1.60.0
google.golang.org/protobuf v1.31.0
Expand Down Expand Up @@ -294,7 +294,7 @@ require (
github.com/jmoiron/sqlx v1.3.5 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/klauspost/compress v1.16.5 // indirect
github.com/klauspost/compress v1.17.4 // indirect
github.com/kylelemons/godebug v1.1.0 // indirect
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
Expand Down Expand Up @@ -364,9 +364,9 @@ require (
go.opentelemetry.io/otel/trace v1.19.0 // indirect
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/oauth2 v0.13.0 // indirect
golang.org/x/sync v0.4.0 // indirect
golang.org/x/sync v0.5.0 // indirect
golang.org/x/term v0.15.0 // indirect
golang.org/x/time v0.3.0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
Expand Down
Loading

0 comments on commit af1482a

Please sign in to comment.