Skip to content

Commit

Permalink
Update packer dependency
Browse files Browse the repository at this point in the history
Should fix the nil pointer dereference
  • Loading branch information
simaotwx committed Aug 14, 2024
1 parent 03829af commit 0e8efff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace github.com/hashicorp/packer v1.10.0 => github.com/toowoxx/packer v1.10.0-toowoxx.custom.103
replace github.com/hashicorp/packer v1.10.0 => github.com/toowoxx/packer v1.10.0-toowoxx.custom.104

// see https://github.com/cirruslabs/packer-plugin-tart/pull/54
// go-cty removed support for gob which is the wire protocol between packer and
Expand Down
8 changes: 2 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -772,12 +772,8 @@ github.com/tklauser/numcpus v0.6.0 h1:kebhY2Qt+3U6RNK7UqpYNA+tJ23IBEGKkB7JQBfDYm
github.com/tklauser/numcpus v0.6.0/go.mod h1:FEZLMke0lhOUG6w2JadTzp0a+Nl8PF/GFkQ5UVIcaL4=
github.com/toowoxx/go-lib-userspace-common v0.12.1 h1:0HqrigUVulBLqwcEUudKrxOXvOD7w4lhWagmVToOTAY=
github.com/toowoxx/go-lib-userspace-common v0.12.1/go.mod h1:xtrffFHlk7/H675YsYW8jkCyYwFrtMB1JzjvX9Y/hjE=
github.com/toowoxx/packer v1.10.0-toowoxx.custom.101 h1:uhA7NXH7kpqOP5D6p/i9IF6Iz/GLElwArbzoyWgss/w=
github.com/toowoxx/packer v1.10.0-toowoxx.custom.101/go.mod h1:qrcVKtOwfXnsTCqSWjJpdHizFF3bak0cDq8SQHUiE+8=
github.com/toowoxx/packer v1.10.0-toowoxx.custom.102 h1:5ocNuq/rqjR8a43wrRs+OkZLacJqSt+VhYqdxixnwi0=
github.com/toowoxx/packer v1.10.0-toowoxx.custom.102/go.mod h1:qrcVKtOwfXnsTCqSWjJpdHizFF3bak0cDq8SQHUiE+8=
github.com/toowoxx/packer v1.10.0-toowoxx.custom.103 h1:WVIKKSrnMzA1RXNr0JsYTcf4kl5yZe5YlUesOFAmZ8I=
github.com/toowoxx/packer v1.10.0-toowoxx.custom.103/go.mod h1:qrcVKtOwfXnsTCqSWjJpdHizFF3bak0cDq8SQHUiE+8=
github.com/toowoxx/packer v1.10.0-toowoxx.custom.104 h1:4f/hQJ9TPT5eXK9oZsWdTm9PX7wkDykAgR2BTg0k94M=
github.com/toowoxx/packer v1.10.0-toowoxx.custom.104/go.mod h1:qrcVKtOwfXnsTCqSWjJpdHizFF3bak0cDq8SQHUiE+8=
github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926/go.mod h1:9ESjWnEqriFuLhtthL60Sar/7RFoluCcXsuvEwTV5KM=
github.com/ugorji/go v1.2.6/go.mod h1:anCg0y61KIhDlPZmnH+so+RQbysYVyDko0IMgJv0Nn0=
github.com/ugorji/go/codec v1.2.6 h1:7kbGefxLoDBuYXOms4yD7223OpNMMPNPZxXk5TvFcyQ=
Expand Down

0 comments on commit 0e8efff

Please sign in to comment.