From 98a098167644cc6daf618fc713badcdb140fd72d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 21:57:11 +0000 Subject: [PATCH] Bump github.com/andrewkroh/go-fleetpkg from 0.0.12 to 0.0.13 in /tools Bumps [github.com/andrewkroh/go-fleetpkg](https://github.com/andrewkroh/go-fleetpkg) from 0.0.12 to 0.0.13. - [Release notes](https://github.com/andrewkroh/go-fleetpkg/releases) - [Changelog](https://github.com/andrewkroh/go-fleetpkg/blob/main/changelog.go) - [Commits](https://github.com/andrewkroh/go-fleetpkg/compare/v0.0.12...v0.0.13) --- updated-dependencies: - dependency-name: github.com/andrewkroh/go-fleetpkg dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- tools/go.mod | 2 +- tools/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/go.mod b/tools/go.mod index 68ff2e0..aa3db63 100644 --- a/tools/go.mod +++ b/tools/go.mod @@ -3,7 +3,7 @@ module github.com/elastic/terraform-module-fleet/tools go 1.23 require ( - github.com/andrewkroh/go-fleetpkg v0.0.12 + github.com/andrewkroh/go-fleetpkg v0.0.13 github.com/go-git/go-billy/v5 v5.5.0 github.com/go-git/go-git/v5 v5.12.0 github.com/google/go-cmp v0.6.0 diff --git a/tools/go.sum b/tools/go.sum index 6e4564c..b2852a8 100644 --- a/tools/go.sum +++ b/tools/go.sum @@ -5,8 +5,8 @@ github.com/Microsoft/go-winio v0.6.1 h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migc github.com/Microsoft/go-winio v0.6.1/go.mod h1:LRdKpFKfdobln8UmuiYcKPot9D2v6svN5+sAH+4kjUM= github.com/ProtonMail/go-crypto v1.0.0 h1:LRuvITjQWX+WIfr930YHG2HNfjR1uOfyf5vE0kC2U78= github.com/ProtonMail/go-crypto v1.0.0/go.mod h1:EjAoLdwvbIOoOQr3ihjnSoLZRtE8azugULFRteWMNc0= -github.com/andrewkroh/go-fleetpkg v0.0.12 h1:nOT/OBZ55yna0SJRalzLEsz2aOajRZT5LptiPkj7Jvo= -github.com/andrewkroh/go-fleetpkg v0.0.12/go.mod h1:oJsZtFyWWZplxQrPYK/gVoNzJvJpbJAy3phC6QGwsto= +github.com/andrewkroh/go-fleetpkg v0.0.13 h1:qfXXCcKvV/w9yL3NKex8MIgC+U1OholAcq3n/st2d+U= +github.com/andrewkroh/go-fleetpkg v0.0.13/go.mod h1:oJsZtFyWWZplxQrPYK/gVoNzJvJpbJAy3phC6QGwsto= github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be h1:9AeTilPcZAjCFIImctFaOjnTIavg87rW78vTPkQqLI8= github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be/go.mod h1:ySMOLuWl6zY27l47sB3qLNK6tF2fkHG55UZxx8oIVo4= github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio=