From 7fcf4269b7ed16a82a53e69367fcedf62599b9c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 04:36:31 +0000 Subject: Bump github.com/charmbracelet/log from 0.3.1 to 0.4.0 Bumps [github.com/charmbracelet/log](https://github.com/charmbracelet/log) from 0.3.1 to 0.4.0. - [Release notes](https://github.com/charmbracelet/log/releases) - [Commits](https://github.com/charmbracelet/log/compare/v0.3.1...v0.4.0) --- updated-dependencies: - dependency-name: github.com/charmbracelet/log dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index ec360e4..f42a64f 100644 --- a/go.mod +++ b/go.mod @@ -3,10 +3,10 @@ module github.com/meshnet-gophers/meshtastic-go go 1.21 require ( - github.com/charmbracelet/log v0.3.1 + github.com/charmbracelet/log v0.4.0 github.com/eclipse/paho.mqtt.golang v1.4.3 github.com/planetscale/vtprotobuf v0.6.0 - github.com/stretchr/testify v1.8.4 + github.com/stretchr/testify v1.9.0 go.bug.st/serial v1.6.2 golang.org/x/sync v0.6.0 google.golang.org/protobuf v1.32.0 @@ -14,7 +14,7 @@ require ( require ( github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect - github.com/charmbracelet/lipgloss v0.9.1 // indirect + github.com/charmbracelet/lipgloss v0.10.0 // indirect github.com/creack/goselect v0.1.2 // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/go-logfmt/logfmt v0.6.0 // indirect -- cgit v1.2.3