Skip to content

Commit 5789ad0

Browse files
committed
deps: update deps and point all slices package usage at stdlib
1 parent 350252f commit 5789ad0

File tree

5 files changed

+61
-62
lines changed

5 files changed

+61
-62
lines changed

go.mod

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/webmeshproj/webmesh
33
go 1.21
44

55
require (
6-
github.com/bufbuild/protovalidate-go v0.4.0
6+
github.com/bufbuild/protovalidate-go v0.4.1
77
github.com/containernetworking/plugins v1.3.0
88
github.com/dgraph-io/badger/v4 v4.2.0
99
github.com/dominikbraun/graph v0.23.0
@@ -19,7 +19,7 @@ require (
1919
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.0.1
2020
github.com/hashicorp/go-hclog v1.5.0
2121
github.com/hashicorp/golang-lru/v2 v2.0.7
22-
github.com/hashicorp/raft v1.5.0
22+
github.com/hashicorp/raft v1.6.0
2323
github.com/improbable-eng/grpc-web v0.15.0
2424
github.com/jsimonetti/rtnetlink v1.3.5
2525
github.com/knadh/koanf/parsers/json v0.1.0
@@ -31,9 +31,9 @@ require (
3131
github.com/knadh/koanf/providers/rawbytes v0.1.0
3232
github.com/knadh/koanf/providers/structs v0.1.0
3333
github.com/knadh/koanf/v2 v2.0.1
34-
github.com/libp2p/go-libp2p v0.32.0
34+
github.com/libp2p/go-libp2p v0.32.1
3535
github.com/libp2p/go-libp2p-kad-dht v0.25.1
36-
github.com/miekg/dns v1.1.56
36+
github.com/miekg/dns v1.1.57
3737
github.com/mitchellh/mapstructure v1.5.0
3838
github.com/mr-tron/base58 v1.2.0
3939
github.com/multiformats/go-multiaddr v0.12.0
@@ -42,16 +42,15 @@ require (
4242
github.com/pion/logging v0.2.2
4343
github.com/pion/stun v0.6.1
4444
github.com/pion/turn/v2 v2.1.4
45-
github.com/pion/webrtc/v3 v3.2.21
45+
github.com/pion/webrtc/v3 v3.2.23
4646
github.com/prometheus/client_golang v1.17.0
4747
github.com/sbezverk/nftableslib v0.0.0-20221012061059-e05e022cec75
48-
github.com/spf13/cobra v1.7.0
48+
github.com/spf13/cobra v1.8.0
4949
github.com/spf13/pflag v1.0.5
5050
github.com/vishvananda/netlink v1.2.1-beta.2
51-
github.com/webmeshproj/api v0.12.2
52-
golang.org/x/crypto v0.14.0
53-
golang.org/x/exp v0.0.0-20231006140011-7918f672742d
54-
golang.org/x/net v0.17.0
51+
github.com/webmeshproj/api v0.12.7
52+
golang.org/x/crypto v0.15.0
53+
golang.org/x/net v0.18.0
5554
golang.org/x/sync v0.5.0
5655
golang.org/x/sys v0.14.0
5756
golang.org/x/text v0.14.0
@@ -66,7 +65,7 @@ require (
6665
require (
6766
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.31.0-20231106192134-1baebb0a1518.2 // indirect
6867
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect
69-
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230512164433-5d1fd1a340c9 // indirect
68+
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
7069
github.com/armon/go-metrics v0.4.1 // indirect
7170
github.com/benbjohnson/clock v1.3.5 // indirect
7271
github.com/beorn7/perks v1.0.1 // indirect
@@ -75,7 +74,7 @@ require (
7574
github.com/cespare/xxhash/v2 v2.2.0 // indirect
7675
github.com/containerd/cgroups v1.1.0 // indirect
7776
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
78-
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
77+
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
7978
github.com/davecgh/go-spew v1.1.1 // indirect
8079
github.com/davidlazar/go-crypto v0.0.0-20200604182044-b73af7476f6c // indirect
8180
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
@@ -98,14 +97,14 @@ require (
9897
github.com/golang/glog v1.1.2 // indirect
9998
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
10099
github.com/golang/protobuf v1.5.3 // indirect
101-
github.com/google/cel-go v0.18.1 // indirect
100+
github.com/google/cel-go v0.18.2 // indirect
102101
github.com/google/flatbuffers v23.5.26+incompatible // indirect
103102
github.com/google/gopacket v1.1.19 // indirect
104103
github.com/google/pprof v0.0.0-20231023181126-ff6d637d2a7b // indirect
105104
github.com/gorilla/websocket v1.5.0 // indirect
106105
github.com/hashicorp/errwrap v1.1.0 // indirect
107106
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
108-
github.com/hashicorp/go-msgpack v0.5.5 // indirect
107+
github.com/hashicorp/go-msgpack/v2 v2.1.1 // indirect
109108
github.com/hashicorp/go-multierror v1.1.1 // indirect
110109
github.com/hashicorp/golang-lru v1.0.2 // indirect
111110
github.com/huin/goupnp v1.3.0 // indirect
@@ -165,14 +164,14 @@ require (
165164
github.com/pelletier/go-toml v1.9.5 // indirect
166165
github.com/pion/dtls/v2 v2.2.7 // indirect
167166
github.com/pion/ice/v2 v2.3.11 // indirect
168-
github.com/pion/interceptor v0.1.19 // indirect
167+
github.com/pion/interceptor v0.1.25 // indirect
169168
github.com/pion/mdns v0.0.9 // indirect
170169
github.com/pion/randutil v0.1.0 // indirect
171-
github.com/pion/rtcp v1.2.10 // indirect
172-
github.com/pion/rtp v1.8.2 // indirect
170+
github.com/pion/rtcp v1.2.12 // indirect
171+
github.com/pion/rtp v1.8.3 // indirect
173172
github.com/pion/sctp v1.8.9 // indirect
174173
github.com/pion/sdp/v3 v3.0.6 // indirect
175-
github.com/pion/srtp/v2 v2.0.17 // indirect
174+
github.com/pion/srtp/v2 v2.0.18 // indirect
176175
github.com/pion/transport/v2 v2.2.4 // indirect
177176
github.com/pkg/errors v0.9.1 // indirect
178177
github.com/pmezard/go-difflib v1.0.0 // indirect
@@ -202,8 +201,9 @@ require (
202201
go.uber.org/mock v0.3.0 // indirect
203202
go.uber.org/multierr v1.11.0 // indirect
204203
go.uber.org/zap v1.26.0 // indirect
205-
golang.org/x/mod v0.13.0 // indirect
206-
golang.org/x/tools v0.14.0 // indirect
204+
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
205+
golang.org/x/mod v0.14.0 // indirect
206+
golang.org/x/tools v0.15.0 // indirect
207207
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
208208
gonum.org/v1/gonum v0.14.0 // indirect
209209
google.golang.org/genproto/googleapis/api v0.0.0-20231016165738-49dd2c1f3d0b // indirect

0 commit comments

Comments
 (0)