From 2e4f2fafeaacb8e92b50166b14873d74020b0b0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 12:30:16 +0100 Subject: [PATCH] Bump github.com/bluenviron/gomavlib/v2 from 2.1.3 to 2.2.0 (#61) Bumps [github.com/bluenviron/gomavlib/v2](https://github.com/bluenviron/gomavlib) from 2.1.3 to 2.2.0. - [Commits](https://github.com/bluenviron/gomavlib/compare/v2.1.3...v2.2.0) --- updated-dependencies: - dependency-name: github.com/bluenviron/gomavlib/v2 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 45d0f4b..e03d98f 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.21 require ( github.com/alecthomas/kong v0.8.1 - github.com/bluenviron/gomavlib/v2 v2.1.3 + github.com/bluenviron/gomavlib/v2 v2.2.0 github.com/stretchr/testify v1.9.0 ) diff --git a/go.sum b/go.sum index ce24d72..227d1e3 100644 --- a/go.sum +++ b/go.sum @@ -6,8 +6,8 @@ github.com/alecthomas/kong v0.8.1 h1:acZdn3m4lLRobeh3Zi2S2EpnXTd1mOL6U7xVml+vfkY github.com/alecthomas/kong v0.8.1/go.mod h1:n1iCIO2xS46oE8ZfYCNDqdR0b0wZNrXAIAqro/2132U= github.com/alecthomas/repr v0.1.0 h1:ENn2e1+J3k09gyj2shc0dHr/yjaWSHRlrJ4DPMevDqE= github.com/alecthomas/repr v0.1.0/go.mod h1:2kn6fqh/zIyPLmm3ugklbEi5hg5wS435eygvNfaDQL8= -github.com/bluenviron/gomavlib/v2 v2.1.3 h1:b/tPT2c9+MhykJhq58pgwUbope8lFf4DZBKStKrjgXc= -github.com/bluenviron/gomavlib/v2 v2.1.3/go.mod h1:0ZWCddQXe9HUlNACyZjAaaLJA8wwHX2euRiqhDZeF7c= +github.com/bluenviron/gomavlib/v2 v2.2.0 h1:SviFJxIof/fUKK7E6911/f0vAisFkEoXAY6LDOmyoWY= +github.com/bluenviron/gomavlib/v2 v2.2.0/go.mod h1:0ZWCddQXe9HUlNACyZjAaaLJA8wwHX2euRiqhDZeF7c= 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=