aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-02-15 04:13:11 -1000
committerGitHub <[email protected]>2024-02-15 04:13:11 -1000
commit06f88424566478b7a8e5817fd6af3d2a76e34519 (patch)
treebd34f7bcad8b57c43dcb4504cb2be4f3684971de /go.mod
parentc7f28c49b1fc9a2e5d067d9ead608f62d4cbb685 (diff)
Update package dependencies + tidy (#13)
Weekly update to the project's package dependencies initiated by an automatic GitHub Action running on cron. Keeps upgrades less of a monolithic task and lets security-related patches trickle in more quickly. Co-authored-by: Bot <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod10
1 files changed, 5 insertions, 5 deletions
diff --git a/go.mod b/go.mod
index d1eda36..7fe3502 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,7 @@ module github.com/crypto-smoke/meshtastic-go
go 1.21
require (
- buf.build/gen/go/meshtastic/protobufs/protocolbuffers/go v1.32.0-20240205150612-5f5829b3d783.1
+ buf.build/gen/go/meshtastic/protobufs/protocolbuffers/go v1.32.0-20240211215705-89f15a9842b0.1
github.com/charmbracelet/log v0.3.1
github.com/eclipse/paho.mqtt.golang v1.4.3
github.com/stretchr/testify v1.8.4
@@ -25,9 +25,9 @@ require (
github.com/muesli/reflow v0.3.0 // indirect
github.com/muesli/termenv v0.15.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
- github.com/rivo/uniseg v0.4.6 // indirect
- golang.org/x/exp v0.0.0-20240119083558-1b970713d09a // indirect
- golang.org/x/net v0.20.0 // indirect
- golang.org/x/sys v0.16.0 // indirect
+ github.com/rivo/uniseg v0.4.7 // indirect
+ golang.org/x/exp v0.0.0-20240205201215-2c58cdc269a3 // indirect
+ golang.org/x/net v0.21.0 // indirect
+ golang.org/x/sys v0.17.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)