From 7cd05da961cb42549aa6724340130d20d11051d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 21:38:55 +0000 Subject: [PATCH] chore(deps): bump github.com/b4fun/turtle from 0.0.2 to 0.0.3 in /cmd Bumps [github.com/b4fun/turtle](https://github.com/b4fun/turtle) from 0.0.2 to 0.0.3. - [Release notes](https://github.com/b4fun/turtle/releases) - [Changelog](https://github.com/b4fun/turtle/blob/main/.goreleaser.yaml) - [Commits](https://github.com/b4fun/turtle/compare/v0.0.2...v0.0.3) --- updated-dependencies: - dependency-name: github.com/b4fun/turtle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- cmd/go.mod | 2 +- cmd/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/go.mod b/cmd/go.mod index f37ab2f..455054d 100644 --- a/cmd/go.mod +++ b/cmd/go.mod @@ -3,7 +3,7 @@ module github.com/b4fun/turtle/cmd go 1.20 require ( - github.com/b4fun/turtle v0.0.2 + github.com/b4fun/turtle v0.0.3 github.com/charmbracelet/bubbles v0.16.1 github.com/charmbracelet/bubbletea v0.24.2 github.com/charmbracelet/lipgloss v0.8.0 diff --git a/cmd/go.sum b/cmd/go.sum index 278eeb6..7bdda11 100644 --- a/cmd/go.sum +++ b/cmd/go.sum @@ -4,8 +4,8 @@ github.com/alecthomas/kong v0.8.0/go.mod h1:n1iCIO2xS46oE8ZfYCNDqdR0b0wZNrXAIAqr github.com/alecthomas/repr v0.1.0 h1:ENn2e1+J3k09gyj2shc0dHr/yjaWSHRlrJ4DPMevDqE= github.com/aymanbagabas/go-osc52/v2 v2.0.1 h1:HwpRHbFMcZLEVr42D4p7XBqjyuxQH5SMiErDT4WkJ2k= github.com/aymanbagabas/go-osc52/v2 v2.0.1/go.mod h1:uYgXzlJ7ZpABp8OJ+exZzJJhRNQ2ASbcXHWsFqH8hp8= -github.com/b4fun/turtle v0.0.2 h1:KQ1bmylw1NIMLtlhRjA5pEIbdauOtbTVTVHUj0BRd8Y= -github.com/b4fun/turtle v0.0.2/go.mod h1:uyKhRwB9MT7cTu1LtC6xPHhnmbm4OWjWaNCNlET/ZQ0= +github.com/b4fun/turtle v0.0.3 h1:2j2iSohWHcI6uAU+Ig7V4OuHLs2ZenNYEfFQGfSYBhA= +github.com/b4fun/turtle v0.0.3/go.mod h1:uyKhRwB9MT7cTu1LtC6xPHhnmbm4OWjWaNCNlET/ZQ0= github.com/charmbracelet/bubbles v0.16.1 h1:6uzpAAaT9ZqKssntbvZMlksWHruQLNxg49H5WdeuYSY= github.com/charmbracelet/bubbles v0.16.1/go.mod h1:2QCp9LFlEsBQMvIYERr7Ww2H2bA7xen1idUDIzm/+Xc= github.com/charmbracelet/bubbletea v0.24.2 h1:uaQIKx9Ai6Gdh5zpTbGiWpytMU+CfsPp06RaW2cx/SY=