aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorSmoke <[email protected]>2024-04-08 13:38:44 -0500
committerGitHub <[email protected]>2024-04-08 13:38:44 -0500
commit422f910f14e2de34660ab14c1d70ef6c0f6643cb (patch)
treee3553bed57a5ee981b361753f0925890d8127fcb /go.mod
parent10da95f73ec1cf3f51685f3dfdf739b77b0296ca (diff)
parent7fcf4269b7ed16a82a53e69367fcedf62599b9c8 (diff)
Merge pull request #4 from meshnet-gophers/dependabot/go_modules/github.com/charmbracelet/log-0.4.0
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index dfdb7b2..f63d124 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,7 @@ 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.9.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