From a1932627296daebbdfe668a2c0520ad91247ef6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 01:15:03 +0000 Subject: [PATCH] chore(deps): bump github.com/anduril/lattice-sdk-go/v4 Bumps [github.com/anduril/lattice-sdk-go/v4](https://github.com/anduril/lattice-sdk-go) from 4.9.0 to 4.9.1. - [Release notes](https://github.com/anduril/lattice-sdk-go/releases) - [Commits](https://github.com/anduril/lattice-sdk-go/compare/v4.9.0...v4.9.1) --- updated-dependencies: - dependency-name: github.com/anduril/lattice-sdk-go/v4 dependency-version: 4.9.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index d9433f2..9e935cb 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ toolchain go1.23.4 require ( github.com/alecthomas/kong v1.15.0 - github.com/anduril/lattice-sdk-go/v4 v4.9.0 + github.com/anduril/lattice-sdk-go/v4 v4.9.1 ) require ( diff --git a/go.sum b/go.sum index 17a8467..5604e1f 100644 --- a/go.sum +++ b/go.sum @@ -4,8 +4,8 @@ github.com/alecthomas/kong v1.15.0 h1:BVJstKbpO73zKpmIu+m/aLRrNmWwxXPIGTNin9VmLV github.com/alecthomas/kong v1.15.0/go.mod h1:wrlbXem1CWqUV5Vbmss5ISYhsVPkBb1Yo7YKJghju2I= github.com/alecthomas/repr v0.5.2 h1:SU73FTI9D1P5UNtvseffFSGmdNci/O6RsqzeXJtP0Qs= github.com/alecthomas/repr v0.5.2/go.mod h1:Fr0507jx4eOXV7AlPV6AVZLYrLIuIeSOWtW57eE/O/4= -github.com/anduril/lattice-sdk-go/v4 v4.9.0 h1:eHGpacB698JUMGW8Qi9bhxlusF1hfbQwPq5yzRh5mPQ= -github.com/anduril/lattice-sdk-go/v4 v4.9.0/go.mod h1:bGvU1erf9umZBBtdWyJn2mGtHPCx5g4mub97naVrOmM= +github.com/anduril/lattice-sdk-go/v4 v4.9.1 h1:fTljGuwEuIYBqFhcY2v+PYy7sKboou+8gXb5DJJMuO0= +github.com/anduril/lattice-sdk-go/v4 v4.9.1/go.mod h1:x1rZHbUDdh/u5uo8XEFRNnHYgYQUxuRi3LdLVl+/QIo= github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM= github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=