From 7208c6615260fadc80a85a029497714038cfc554 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 00:13:29 +0000 Subject: [PATCH] chore(deps): Bump github.com/plexusone/omnidevx-core from 0.1.0 to 0.2.0 Bumps [github.com/plexusone/omnidevx-core](https://github.com/plexusone/omnidevx-core) from 0.1.0 to 0.2.0. - [Release notes](https://github.com/plexusone/omnidevx-core/releases) - [Changelog](https://github.com/plexusone/omnidevx-core/blob/main/CHANGELOG.md) - [Commits](https://github.com/plexusone/omnidevx-core/compare/v0.1.0...v0.2.0) --- updated-dependencies: - dependency-name: github.com/plexusone/omnidevx-core dependency-version: 0.2.0 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 5b29dd5..aad5fb7 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.26.0 require ( github.com/google/go-github/v88 v88.0.0 github.com/grokify/gogithub v0.14.0 - github.com/plexusone/omnidevx-core v0.1.0 + github.com/plexusone/omnidevx-core v0.2.0 github.com/plexusone/omniskill v0.10.0 github.com/plexusone/omnistorage-core v0.5.0 github.com/shurcooL/githubv4 v0.0.0-20260209031235-2402fdf4a9ed diff --git a/go.sum b/go.sum index 2e27026..9770632 100644 --- a/go.sum +++ b/go.sum @@ -9,8 +9,8 @@ github.com/google/go-querystring v1.2.0 h1:yhqkPbu2/OH+V9BfpCVPZkNmUXhb2gBxJArfh github.com/google/go-querystring v1.2.0/go.mod h1:8IFJqpSRITyJ8QhQ13bmbeMBDfmeEJZD5A0egEOmkqU= github.com/grokify/gogithub v0.14.0 h1:p1lLcOMsN2BsXF9JWg3Zz+sp0B0fsZhmFDRjlTsTSks= github.com/grokify/gogithub v0.14.0/go.mod h1:At/GqPjhN1Te1fyqxzbgN28jDOIJbPhS0qttDatsvNs= -github.com/plexusone/omnidevx-core v0.1.0 h1:dIwrtz0g3I2jOz4B01XVTkhwTwUEHw3PoCeI2yE47L0= -github.com/plexusone/omnidevx-core v0.1.0/go.mod h1:8DvoAtycMKcdv2iUSlwBrfQ1DU4BhPrcj4nTzk9iF+4= +github.com/plexusone/omnidevx-core v0.2.0 h1:p80OdnCR59udMwaizlNuGG8WJ755kFp8+Mvvmpatrv4= +github.com/plexusone/omnidevx-core v0.2.0/go.mod h1:8DvoAtycMKcdv2iUSlwBrfQ1DU4BhPrcj4nTzk9iF+4= github.com/plexusone/omniskill v0.10.0 h1:Nd/zfAGPNmnmRGyBhmMgXFS7lYcWbPtrT0k5cP8eOvY= github.com/plexusone/omniskill v0.10.0/go.mod h1:L0MW5av6S0EkgGByFMwDmTJBy/7h8ourBmQ5xxM2vQI= github.com/plexusone/omnistorage-core v0.5.0 h1:gORFoef2hysWTbn2/ndWoAQFsL0PRG6pSxNvTdAnPMI=