Skip to content

Commit db2f6d2

Browse files
chore(deps): bump github.com/andrewkroh/go-fleetpkg in /tools (#95)
Bumps [github.com/andrewkroh/go-fleetpkg](https://github.com/andrewkroh/go-fleetpkg) from 0.0.19 to 0.20.0. - [Release notes](https://github.com/andrewkroh/go-fleetpkg/releases) - [Changelog](https://github.com/andrewkroh/go-fleetpkg/blob/main/changelog.go) - [Commits](andrewkroh/go-fleetpkg@v0.0.19...v0.20.0) --- updated-dependencies: - dependency-name: github.com/andrewkroh/go-fleetpkg dependency-version: 0.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 24dd0e4 commit db2f6d2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/elastic/terraform-module-fleet/tools
33
go 1.25.0
44

55
require (
6-
github.com/andrewkroh/go-fleetpkg v0.0.19
6+
github.com/andrewkroh/go-fleetpkg v0.20.0
77
github.com/go-git/go-billy/v5 v5.6.2
88
github.com/go-git/go-git/v5 v5.16.3
99
github.com/google/go-cmp v0.7.0

tools/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERo
55
github.com/Microsoft/go-winio v0.6.2/go.mod h1:yd8OoFMLzJbo9gZq8j5qaps8bJ9aShtEA8Ipt1oGCvU=
66
github.com/ProtonMail/go-crypto v1.3.0 h1:ILq8+Sf5If5DCpHQp4PbZdS1J7HDFRXz/+xKBiRGFrw=
77
github.com/ProtonMail/go-crypto v1.3.0/go.mod h1:9whxjD8Rbs29b4XWbB8irEcE8KHMqaR2e7GWU1R+/PE=
8-
github.com/andrewkroh/go-fleetpkg v0.0.19 h1:tdFb1ikbLCNQpLBtCp5H6qygJQ/YtTi0DnlAJanIRlg=
9-
github.com/andrewkroh/go-fleetpkg v0.0.19/go.mod h1:FOoPEq03FzRDkmcC6VlpH1leiTLLuec05DWQ3YlIgxM=
8+
github.com/andrewkroh/go-fleetpkg v0.20.0 h1:2aWRGYhovEAWgxc+4Y8Pr8nnc8mSLRsQExYVVG+YOQo=
9+
github.com/andrewkroh/go-fleetpkg v0.20.0/go.mod h1:FOoPEq03FzRDkmcC6VlpH1leiTLLuec05DWQ3YlIgxM=
1010
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be h1:9AeTilPcZAjCFIImctFaOjnTIavg87rW78vTPkQqLI8=
1111
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be/go.mod h1:ySMOLuWl6zY27l47sB3qLNK6tF2fkHG55UZxx8oIVo4=
1212
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio=

0 commit comments

Comments
 (0)