diff options
| author | Smoke <[email protected]> | 2024-02-16 07:33:29 -1000 |
|---|---|---|
| committer | Smoke <[email protected]> | 2024-02-16 07:33:29 -1000 |
| commit | e8d65dbd875bfdf9e11e99370e24b9ee35c2c101 (patch) | |
| tree | d20f97768c3d293f0482b7b91f3e7d584e7c7e85 /go.mod | |
| parent | 59d8f1e1d46abe92e114d50a7a1852bdb8baa608 (diff) | |
mode dedupe to own package
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |
