diff --git a/plugins/gobuilder_final/go.mod b/plugins/gobuilder_final/go.mod index 1b5cc05..7569840 100644 --- a/plugins/gobuilder_final/go.mod +++ b/plugins/gobuilder_final/go.mod @@ -3,6 +3,7 @@ module github.com/hashicorp/waypoint-plugin-examples/plugins/gobuilder_final go 1.17 require ( + github.com/hashicorp/go-hclog v0.14.1 github.com/hashicorp/waypoint-plugin-sdk v0.0.0-20211014201256-80d5426fa6e4 google.golang.org/protobuf v1.26.0 ) @@ -24,7 +25,6 @@ require ( github.com/gookit/color v1.3.1 // indirect github.com/hashicorp/errwrap v1.0.0 // indirect github.com/hashicorp/go-argmapper v0.2.3 // indirect - github.com/hashicorp/go-hclog v0.14.1 // indirect github.com/hashicorp/go-multierror v1.1.0 // indirect github.com/hashicorp/go-plugin v1.4.2 // indirect github.com/hashicorp/hcl/v2 v2.6.0 // indirect @@ -58,5 +58,5 @@ require ( golang.org/x/text v0.3.2 // indirect google.golang.org/genproto v0.0.0-20201022181438-0ff5f38871d5 // indirect google.golang.org/grpc v1.33.1 // indirect - gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect + gopkg.in/yaml.v3 v3.0.0 // indirect ) diff --git a/plugins/gobuilder_final/go.sum b/plugins/gobuilder_final/go.sum index 472aa04..a519265 100644 --- a/plugins/gobuilder_final/go.sum +++ b/plugins/gobuilder_final/go.sum @@ -81,8 +81,6 @@ github.com/hashicorp/go-plugin v1.4.2 h1:yFvG3ufXXpqiMiZx9HLcaK3XbIqQ1WJFR/F1a2C github.com/hashicorp/go-plugin v1.4.2/go.mod h1:5fGEH17QVwTTcR0zV7yhDPLLmFX9YSZ38b18Udy6vYQ= github.com/hashicorp/hcl/v2 v2.6.0 h1:3krZOfGY6SziUXa6H9PJU6TyohHn7I+ARYnhbeNBz+o= github.com/hashicorp/hcl/v2 v2.6.0/go.mod h1:bQTN5mpo+jewjJgh8jr0JUguIi7qPHUF6yIfAEN3jqY= -github.com/hashicorp/waypoint-plugin-sdk v0.0.0-20211012192505-5c78341a47e4 h1:J5m1ZI3ica5hNoRa9yoVkxuCW+metymq6qHWLBb0O0A= -github.com/hashicorp/waypoint-plugin-sdk v0.0.0-20211012192505-5c78341a47e4/go.mod h1:pJSjBDgumtkMumNuLh4wDYiRk/acWo5tzyUEFCC4ugQ= github.com/hashicorp/waypoint-plugin-sdk v0.0.0-20211014201256-80d5426fa6e4 h1:buBXFdQRVs5WEr2ePxrSGoz+wmbnMQ6u+X2nLN+HmYc= github.com/hashicorp/waypoint-plugin-sdk v0.0.0-20211014201256-80d5426fa6e4/go.mod h1:pJSjBDgumtkMumNuLh4wDYiRk/acWo5tzyUEFCC4ugQ= github.com/hashicorp/yamux v0.0.0-20180604194846-3520598351bb h1:b5rjCoWHc7eqmAS4/qyk21ZsHyb6Mxv/jykxvNTkU4M= @@ -244,7 +242,8 @@ gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8 gopkg.in/errgo.v2 v2.1.0/go.mod h1:hNsd1EY+bozCKY1Ytp96fpM3vjJbqLJn88ws8XvfDNI= gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.2.4/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= -gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c h1:dUUwHk2QECo/6vqA44rthZ8ie2QXMNeKRTHCNY2nXvo= gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= +gopkg.in/yaml.v3 v3.0.0 h1:hjy8E9ON/egN1tAYqKb61G10WtihqetD4sz2H+8nIeA= +gopkg.in/yaml.v3 v3.0.0/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=