From aa8244ed9a9d9fb593ee8689ea1a0226ec5763a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 13:41:24 -0500 Subject: [PATCH] Bump github.com/dnsimple/dnsimple-go from 1.4.1 to 1.5.0 (#168) Bumps [github.com/dnsimple/dnsimple-go](https://github.com/dnsimple/dnsimple-go) from 1.4.1 to 1.5.0. - [Changelog](https://github.com/dnsimple/dnsimple-go/blob/main/CHANGELOG.md) - [Commits](https://github.com/dnsimple/dnsimple-go/compare/v1.4.1...v1.5.0) --- updated-dependencies: - dependency-name: github.com/dnsimple/dnsimple-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 43da2b0..5681599 100644 --- a/go.mod +++ b/go.mod @@ -1,7 +1,7 @@ module github.com/terraform-providers/terraform-provider-dnsimple require ( - github.com/dnsimple/dnsimple-go v1.4.1 + github.com/dnsimple/dnsimple-go v1.5.0 github.com/hashicorp/terraform-plugin-docs v0.16.0 github.com/hashicorp/terraform-plugin-framework v1.4.2 github.com/hashicorp/terraform-plugin-go v0.19.1 diff --git a/go.sum b/go.sum index 06f7111..56ed745 100644 --- a/go.sum +++ b/go.sum @@ -27,8 +27,8 @@ github.com/cloudflare/circl v1.3.3/go.mod h1:5XYMA4rFBvNIrhs50XuiBJ15vF2pZn4nnUK github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/dnsimple/dnsimple-go v1.4.1 h1:bcAo+/pjPi+dnLiT6U3KXCT1on0r9SZqpCSgGvQx/3Y= -github.com/dnsimple/dnsimple-go v1.4.1/go.mod h1:CDaWJJcuef4Sy4fsd7+EU1N6hZJWVgizm8S/0uXXfcI= +github.com/dnsimple/dnsimple-go v1.5.0 h1:NtiaBCl+Y73ERflVYC2mjxemqoGbZZu6Enf5/vfvKGk= +github.com/dnsimple/dnsimple-go v1.5.0/go.mod h1:fxTVOUu8VGT5Yi5q53uUnG2gP35qYuEV+QtAVN9upWU= github.com/emirpasic/gods v1.18.1 h1:FXtiHYKDGKCW2KzwZKx0iC0PQmdlorYgdFG9jPXJ1Bc= github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4= github.com/fatih/color v1.13.0 h1:8LOYc1KYPPmyKMuN8QV2DNRWNbLo6LZ0iLs8+mlH53w=