From 9a637eba43b6b12b486e4babe84527e3b2731be0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 28 Apr 2021 09:55:07 -0300 Subject: [PATCH] chore(deps): bump github.com/charmbracelet/bubbles from 0.7.8 to 0.7.9 (#30) Bumps [github.com/charmbracelet/bubbles](https://github.com/charmbracelet/bubbles) from 0.7.8 to 0.7.9. - [Release notes](https://github.com/charmbracelet/bubbles/releases) - [Commits](https://github.com/charmbracelet/bubbles/compare/v0.7.8...v0.7.9) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index c1aac2b..d09c762 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/caarlos0/clone-org go 1.16 require ( - github.com/charmbracelet/bubbles v0.7.8 + github.com/charmbracelet/bubbles v0.7.9 github.com/charmbracelet/bubbletea v0.13.2 github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect github.com/golang/protobuf v1.4.2 // indirect diff --git a/go.sum b/go.sum index 22d2c04..916a8bc 100644 --- a/go.sum +++ b/go.sum @@ -6,6 +6,7 @@ github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA github.com/charmbracelet/bubbles v0.7.7 h1:eVsAYiAJskifXaqHpPzbOZS1srMaTnuiTazC6uukBbA= github.com/charmbracelet/bubbles v0.7.7/go.mod h1:5WX1sSSjNCgCrzvRMN/z23HxvWaa+AI16Ch0KPZPeDs= github.com/charmbracelet/bubbles v0.7.8/go.mod h1:5WX1sSSjNCgCrzvRMN/z23HxvWaa+AI16Ch0KPZPeDs= +github.com/charmbracelet/bubbles v0.7.9/go.mod h1:5WX1sSSjNCgCrzvRMN/z23HxvWaa+AI16Ch0KPZPeDs= github.com/charmbracelet/bubbletea v0.13.1/go.mod h1:tp9tr9Dadh0PLhgiwchE5zZJXm5543JYjHG9oY+5qSg= github.com/charmbracelet/bubbletea v0.13.1/go.mod h1:tp9tr9Dadh0PLhgiwchE5zZJXm5543JYjHG9oY+5qSg= github.com/charmbracelet/bubbletea v0.13.2 h1:fSOx3q0/VbA3ChWeiNcUsNeNysD9FFWD1tZypShBuCQ=