aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorSmoke <[email protected]>2024-02-16 07:33:29 -1000
committerSmoke <[email protected]>2024-02-16 07:33:29 -1000
commite8d65dbd875bfdf9e11e99370e24b9ee35c2c101 (patch)
treed20f97768c3d293f0482b7b91f3e7d584e7c7e85 /go.mod
parent59d8f1e1d46abe92e114d50a7a1852bdb8baa608 (diff)
mode dedupe to own package
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 1 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 5f0a00b..2c448a5 100644
--- a/go.mod
+++ b/go.mod
@@ -5,7 +5,7 @@ go 1.21
require (
github.com/charmbracelet/log v0.3.1
github.com/eclipse/paho.mqtt.golang v1.4.3
- github.com/meshnet-gophers/protobufs v2.2.22+incompatible
+ github.com/planetscale/vtprotobuf v0.6.0
github.com/stretchr/testify v1.8.4
go.bug.st/serial v1.6.1
golang.org/x/sync v0.6.0
@@ -24,7 +24,6 @@ require (
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/muesli/reflow v0.3.0 // indirect
github.com/muesli/termenv v0.15.2 // indirect
- github.com/planetscale/vtprotobuf v0.6.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
golang.org/x/exp v0.0.0-20240205201215-2c58cdc269a3 // indirect