From 526a029b4b60d0de846791303feb334b69c3a65d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 17:22:46 +0000 Subject: [PATCH] chore(deps): bump github.com/OpenLinker-ai/openlinker-go Bumps [github.com/OpenLinker-ai/openlinker-go](https://github.com/OpenLinker-ai/openlinker-go) from 0.1.43-0.20260712071842-986d82b5785f to 0.2.0-rc1. - [Release notes](https://github.com/OpenLinker-ai/openlinker-go/releases) - [Changelog](https://github.com/OpenLinker-ai/openlinker-go/blob/main/CHANGELOG.md) - [Commits](https://github.com/OpenLinker-ai/openlinker-go/commits/v0.2.0-rc1) --- updated-dependencies: - dependency-name: github.com/OpenLinker-ai/openlinker-go dependency-version: 0.2.0-rc1 dependency-type: direct:production update-type: version-update:semver-minor ... 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 8ba418d..d14256d 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/OpenLinker-ai/openlinker-cli go 1.26.4 require ( - github.com/OpenLinker-ai/openlinker-go v0.1.43-0.20260712071842-986d82b5785f + github.com/OpenLinker-ai/openlinker-go v0.2.0-rc1 github.com/spf13/cobra v1.10.2 ) diff --git a/go.sum b/go.sum index cf7403d..d780202 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/OpenLinker-ai/openlinker-go v0.1.43-0.20260712071842-986d82b5785f h1:5JguUyi0ebhm1LU4g5p+JFXxWk3SSyw6C3y8z1WWobU= -github.com/OpenLinker-ai/openlinker-go v0.1.43-0.20260712071842-986d82b5785f/go.mod h1:hZI+rinQqwQC5NH+RVIfbA/nmn5UWAOYMRA6cyOiKT4= +github.com/OpenLinker-ai/openlinker-go v0.2.0-rc1 h1:gwm/csiS2d11aqnmZoWp9XnItpaiHy9O0sLMR+Va0Yo= +github.com/OpenLinker-ai/openlinker-go v0.2.0-rc1/go.mod h1:hZI+rinQqwQC5NH+RVIfbA/nmn5UWAOYMRA6cyOiKT4= github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs= github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= github.com/cpuguy83/go-md2man/v2 v2.0.6/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g=