From 7fda43f4ea78695d4c962b99df196fa0a1535dc5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 18:57:30 -0500 Subject: [PATCH] =?UTF-8?q?chore(deps):=20Update=20module=20github.com/bri?= =?UTF-8?q?anvoe/gofakeit/v6=20(v6.28.0=20=E2=86=92=20v7.0.0)=20(#1044)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ---------- | ------------------------------- | ------- | ------ | | go | github.com/brianvoe/gofakeit/v6 | v6.28.0 | v7.0.0 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- fwprovider/tests/resource_file_test.go | 2 +- fwprovider/tests/resource_linux_bridge_test.go | 2 +- fwprovider/tests/resource_linux_vlan_test.go | 2 +- go.mod | 6 ++++-- go.sum | 4 ++-- 5 files changed, 9 insertions(+), 7 deletions(-) diff --git a/fwprovider/tests/resource_file_test.go b/fwprovider/tests/resource_file_test.go index 1f336aee..d87b9f1d 100644 --- a/fwprovider/tests/resource_file_test.go +++ b/fwprovider/tests/resource_file_test.go @@ -16,7 +16,7 @@ import ( "strings" "testing" - "github.com/brianvoe/gofakeit/v6" + "github.com/brianvoe/gofakeit/v7" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource" "github.com/stretchr/testify/require" diff --git a/fwprovider/tests/resource_linux_bridge_test.go b/fwprovider/tests/resource_linux_bridge_test.go index e67b0d88..6c5db932 100644 --- a/fwprovider/tests/resource_linux_bridge_test.go +++ b/fwprovider/tests/resource_linux_bridge_test.go @@ -11,7 +11,7 @@ import ( "fmt" "testing" - "github.com/brianvoe/gofakeit/v6" + "github.com/brianvoe/gofakeit/v7" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource" ) diff --git a/fwprovider/tests/resource_linux_vlan_test.go b/fwprovider/tests/resource_linux_vlan_test.go index e37b8650..a1583bee 100644 --- a/fwprovider/tests/resource_linux_vlan_test.go +++ b/fwprovider/tests/resource_linux_vlan_test.go @@ -12,7 +12,7 @@ import ( "strconv" "testing" - "github.com/brianvoe/gofakeit/v6" + "github.com/brianvoe/gofakeit/v7" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource" ) diff --git a/go.mod b/go.mod index 5b26a235..dda32d91 100644 --- a/go.mod +++ b/go.mod @@ -1,10 +1,12 @@ module github.com/bpg/terraform-provider-proxmox -go 1.21 +go 1.22 + +toolchain go1.22.0 require ( github.com/avast/retry-go/v4 v4.5.1 - github.com/brianvoe/gofakeit/v6 v6.28.0 + github.com/brianvoe/gofakeit/v7 v7.0.0 github.com/google/go-cmp v0.6.0 github.com/google/go-querystring v1.1.0 github.com/google/uuid v1.6.0 diff --git a/go.sum b/go.sum index dcfb9a43..a995b20f 100644 --- a/go.sum +++ b/go.sum @@ -11,8 +11,8 @@ github.com/apparentlymart/go-textseg/v15 v15.0.0 h1:uYvfpb3DyLSCGWnctWKGj857c6ew github.com/apparentlymart/go-textseg/v15 v15.0.0/go.mod h1:K8XmNZdhEBkdlyDdvbmmsvpAG721bKi0joRfFdHIWJ4= github.com/avast/retry-go/v4 v4.5.1 h1:AxIx0HGi4VZ3I02jr78j5lZ3M6x1E0Ivxa6b0pUUh7o= github.com/avast/retry-go/v4 v4.5.1/go.mod h1:/sipNsvNB3RRuT5iNcb6h73nw3IBmXJ/H3XrCQYSOpc= -github.com/brianvoe/gofakeit/v6 v6.28.0 h1:Xib46XXuQfmlLS2EXRuJpqcw8St6qSZz75OUo0tgAW4= -github.com/brianvoe/gofakeit/v6 v6.28.0/go.mod h1:Xj58BMSnFqcn/fAQeSK+/PLtC5kSb7FJIq4JyGa8vEs= +github.com/brianvoe/gofakeit/v7 v7.0.0 h1:y2MKKQ5qnErs2DaGg/O9MfKN0nEOaLf69lSF6ztfnCI= +github.com/brianvoe/gofakeit/v7 v7.0.0/go.mod h1:QXuPeBw164PJCzCUZVmgpgHJ3Llj49jSLVkKPMtxtxA= github.com/bufbuild/protocompile v0.4.0 h1:LbFKd2XowZvQ/kajzguUp2DC9UEIQhIq77fZZlaQsNA= github.com/bufbuild/protocompile v0.4.0/go.mod h1:3v93+mbWn/v3xzN+31nwkJfrEpAUwp+BagBSZWx+TP8= github.com/bwesterb/go-ristretto v1.2.3/go.mod h1:fUIoIZaG73pV5biE2Blr2xEzDoMj7NFEuV9ekS419A0=