From 3595ab040b72d655884c351e7d5b1bb72319fbec Mon Sep 17 00:00:00 2001 From: RavinderReddyF5 Date: Thu, 26 May 2022 20:47:55 +0530 Subject: [PATCH] adding dependa bot fixes --- templates/f5_onboard.tmpl | 2 +- test/go.mod | 1 + test/go.sum | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/templates/f5_onboard.tmpl b/templates/f5_onboard.tmpl index be6dd05..90104ab 100644 --- a/templates/f5_onboard.tmpl +++ b/templates/f5_onboard.tmpl @@ -97,7 +97,7 @@ extension_services: service_operations: - extensionType: do type: url - value: https://raw.githubusercontent.com/F5Networks/terraform-aws-bigip-module/main/config/onboard_wo_admin.json + value: https://raw.githubusercontent.com/F5Networks/terraform-aws-bigip-module/main/config/onboard_do.json post_onboard_enabled: [] EOF diff --git a/test/go.mod b/test/go.mod index 15b5080..1276a30 100644 --- a/test/go.mod +++ b/test/go.mod @@ -6,4 +6,5 @@ require ( github.com/gruntwork-io/terratest v0.40.5 github.com/hashicorp/go-getter v1.6.1 // indirect github.com/stretchr/testify v1.7.0 + gopkg.in/yaml.v3 v3.0.0 // indirect ) diff --git a/test/go.sum b/test/go.sum index 877fe3d..6a4b4b3 100644 --- a/test/go.sum +++ b/test/go.sum @@ -1251,8 +1251,9 @@ gopkg.in/yaml.v2 v2.3.0/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY= gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ= gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= -gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b h1:h8qDotaEPuJATrMmW04NCwg7v22aHH28wwpauUhK9Oo= gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b/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= gotest.tools v2.2.0+incompatible/go.mod h1:DsYFclhRJ6vuDpmuTbkuFWG+y2sxOXAzmJt81HFBacw= gotest.tools/v3 v3.0.2/go.mod h1:3SzNCllyD9/Y+b5r9JIKQ474KzkZyqLqEfYqMsX94Bk= gotest.tools/v3 v3.0.3/go.mod h1:Z7Lb0S5l+klDB31fvDQX8ss/FlKDxtlFlw3Oa8Ymbl8=