aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-22 04:36:31 +0000
committerGitHub <[email protected]>2024-03-22 04:36:31 +0000
commit7fcf4269b7ed16a82a53e69367fcedf62599b9c8 (patch)
treed1911b88275da6def32122a0b7796eb8277be064 /go.mod
parent212cf4831ca61c57e07df5635f41ea75354cdbea (diff)
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] <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 3 insertions, 3 deletions
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