@@ -3,7 +3,7 @@ module github.com/webmeshproj/webmesh
3
3
go 1.21
4
4
5
5
require (
6
- github.com/bufbuild/protovalidate-go v0.4.0
6
+ github.com/bufbuild/protovalidate-go v0.4.1
7
7
github.com/containernetworking/plugins v1.3.0
8
8
github.com/dgraph-io/badger/v4 v4.2.0
9
9
github.com/dominikbraun/graph v0.23.0
@@ -19,7 +19,7 @@ require (
19
19
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.0.1
20
20
github.com/hashicorp/go-hclog v1.5.0
21
21
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
23
23
github.com/improbable-eng/grpc-web v0.15.0
24
24
github.com/jsimonetti/rtnetlink v1.3.5
25
25
github.com/knadh/koanf/parsers/json v0.1.0
@@ -31,9 +31,9 @@ require (
31
31
github.com/knadh/koanf/providers/rawbytes v0.1.0
32
32
github.com/knadh/koanf/providers/structs v0.1.0
33
33
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
35
35
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
37
37
github.com/mitchellh/mapstructure v1.5.0
38
38
github.com/mr-tron/base58 v1.2.0
39
39
github.com/multiformats/go-multiaddr v0.12.0
@@ -42,16 +42,15 @@ require (
42
42
github.com/pion/logging v0.2.2
43
43
github.com/pion/stun v0.6.1
44
44
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
46
46
github.com/prometheus/client_golang v1.17.0
47
47
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
49
49
github.com/spf13/pflag v1.0.5
50
50
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
55
54
golang.org/x/sync v0.5.0
56
55
golang.org/x/sys v0.14.0
57
56
golang.org/x/text v0.14.0
@@ -66,7 +65,7 @@ require (
66
65
require (
67
66
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.31.0-20231106192134-1baebb0a1518.2 // indirect
68
67
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
70
69
github.com/armon/go-metrics v0.4.1 // indirect
71
70
github.com/benbjohnson/clock v1.3.5 // indirect
72
71
github.com/beorn7/perks v1.0.1 // indirect
@@ -75,7 +74,7 @@ require (
75
74
github.com/cespare/xxhash/v2 v2.2.0 // indirect
76
75
github.com/containerd/cgroups v1.1.0 // indirect
77
76
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
79
78
github.com/davecgh/go-spew v1.1.1 // indirect
80
79
github.com/davidlazar/go-crypto v0.0.0-20200604182044-b73af7476f6c // indirect
81
80
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
@@ -98,14 +97,14 @@ require (
98
97
github.com/golang/glog v1.1.2 // indirect
99
98
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
100
99
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
102
101
github.com/google/flatbuffers v23.5.26+incompatible // indirect
103
102
github.com/google/gopacket v1.1.19 // indirect
104
103
github.com/google/pprof v0.0.0-20231023181126-ff6d637d2a7b // indirect
105
104
github.com/gorilla/websocket v1.5.0 // indirect
106
105
github.com/hashicorp/errwrap v1.1.0 // indirect
107
106
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
109
108
github.com/hashicorp/go-multierror v1.1.1 // indirect
110
109
github.com/hashicorp/golang-lru v1.0.2 // indirect
111
110
github.com/huin/goupnp v1.3.0 // indirect
@@ -165,14 +164,14 @@ require (
165
164
github.com/pelletier/go-toml v1.9.5 // indirect
166
165
github.com/pion/dtls/v2 v2.2.7 // indirect
167
166
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
169
168
github.com/pion/mdns v0.0.9 // indirect
170
169
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
173
172
github.com/pion/sctp v1.8.9 // indirect
174
173
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
176
175
github.com/pion/transport/v2 v2.2.4 // indirect
177
176
github.com/pkg/errors v0.9.1 // indirect
178
177
github.com/pmezard/go-difflib v1.0.0 // indirect
@@ -202,8 +201,9 @@ require (
202
201
go.uber.org/mock v0.3.0 // indirect
203
202
go.uber.org/multierr v1.11.0 // indirect
204
203
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
207
207
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
208
208
gonum.org/v1/gonum v0.14.0 // indirect
209
209
google.golang.org/genproto/googleapis/api v0.0.0-20231016165738-49dd2c1f3d0b // indirect
0 commit comments