Skip to content

Commit 936df90

Browse files
committed
chore: update dependencies
1 parent f774276 commit 936df90

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/go-chi/chi/v5 v5.2.1
1212
github.com/go-chi/render v1.0.3
1313
github.com/gobwas/ws v1.4.0
14-
github.com/gofrs/uuid/v5 v5.3.1
14+
github.com/gofrs/uuid/v5 v5.3.2
1515
github.com/insomniacslk/dhcp v0.0.0-20250109001534-8abf58130905
1616
github.com/klauspost/compress v1.17.9 // lastest version compatible with golang1.20
1717
github.com/klauspost/cpuid/v2 v2.2.9 // lastest version compatible with golang1.20
@@ -34,7 +34,7 @@ require (
3434
github.com/metacubex/tfo-go v0.0.0-20241231083714-66613d49c422
3535
github.com/metacubex/utls v1.7.0-alpha.1
3636
github.com/metacubex/wireguard-go v0.0.0-20240922131502-c182e7471181
37-
github.com/miekg/dns v1.1.63
37+
github.com/miekg/dns v1.1.63 // lastest version compatible with golang1.20
3838
github.com/mroth/weightedrand/v2 v2.1.0
3939
github.com/openacid/low v0.1.21
4040
github.com/oschwald/maxminddb-golang v1.12.0 // lastest version compatible with golang1.20
@@ -45,7 +45,7 @@ require (
4545
github.com/sagernet/sing v0.5.2
4646
github.com/sagernet/sing-mux v0.2.1
4747
github.com/sagernet/smux v0.0.0-20231208180855-7041f6ea79e7
48-
github.com/samber/lo v1.49.1
48+
github.com/samber/lo v1.50.0
4949
github.com/shirou/gopsutil/v4 v4.25.1 // lastest version compatible with golang1.20
5050
github.com/sirupsen/logrus v1.9.3
5151
github.com/stretchr/testify v1.10.0
@@ -57,6 +57,7 @@ require (
5757
golang.org/x/crypto v0.33.0 // lastest version compatible with golang1.20
5858
golang.org/x/exp v0.0.0-20240904232852-e7e105dedf7e // lastest version compatible with golang1.20
5959
golang.org/x/net v0.35.0 // lastest version compatible with golang1.20
60+
golang.org/x/sync v0.11.0
6061
golang.org/x/sys v0.30.0 // lastest version compatible with golang1.20
6162
google.golang.org/protobuf v1.34.2 // lastest version compatible with golang1.20
6263
gopkg.in/yaml.v3 v3.0.1
@@ -110,7 +111,6 @@ require (
110111
gitlab.com/yawning/bsaes.git v0.0.0-20190805113838-0a714cd429ec // indirect
111112
go.uber.org/mock v0.4.0 // indirect
112113
golang.org/x/mod v0.20.0 // indirect
113-
golang.org/x/sync v0.11.0 // indirect
114114
golang.org/x/text v0.22.0 // indirect
115115
golang.org/x/time v0.7.0 // indirect
116116
golang.org/x/tools v0.24.0 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ github.com/gobwas/pool v0.2.1 h1:xfeeEhW7pwmX8nuLVlqbzVc7udMDrwetjEv+TZIz1og=
5959
github.com/gobwas/pool v0.2.1/go.mod h1:q8bcK0KcYlCgd9e7WYLm9LpyS+YeLd8JVDW6WezmKEw=
6060
github.com/gobwas/ws v1.4.0 h1:CTaoG1tojrh4ucGPcoJFiAQUAsEWekEWvLy7GsVNqGs=
6161
github.com/gobwas/ws v1.4.0/go.mod h1:G3gNqMNtPppf5XUz7O4shetPpcZ1VJ7zt18dlUeakrc=
62-
github.com/gofrs/uuid/v5 v5.3.1 h1:aPx49MwJbekCzOyhZDjJVb0hx3A0KLjlbLx6p2gY0p0=
63-
github.com/gofrs/uuid/v5 v5.3.1/go.mod h1:CDOjlDMVAtN56jqyRUZh58JT31Tiw7/oQyEXZV+9bD8=
62+
github.com/gofrs/uuid/v5 v5.3.2 h1:2jfO8j3XgSwlz/wHqemAEugfnTlikAYHhnqQ8Xh4fE0=
63+
github.com/gofrs/uuid/v5 v5.3.2/go.mod h1:CDOjlDMVAtN56jqyRUZh58JT31Tiw7/oQyEXZV+9bD8=
6464
github.com/golang/protobuf v1.3.1/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
6565
github.com/golang/protobuf v1.5.3 h1:KhyjKVUg7Usr/dYsdSqoFveMYd5ko72D+zANwlG1mmg=
6666
github.com/google/btree v1.1.3 h1:CVpQJjYgC4VbzxeGVHfvZrv1ctoYCAI8vbl07Fcxlyg=
@@ -174,8 +174,8 @@ github.com/sagernet/sing-mux v0.2.1 h1:N/3MHymfnFZRd29tE3TaXwPUVVgKvxhtOkiCMLp9H
174174
github.com/sagernet/sing-mux v0.2.1/go.mod h1:dm3BWL6NvES9pbib7llpylrq7Gq+LjlzG+0RacdxcyE=
175175
github.com/sagernet/smux v0.0.0-20231208180855-7041f6ea79e7 h1:DImB4lELfQhplLTxeq2z31Fpv8CQqqrUwTbrIRumZqQ=
176176
github.com/sagernet/smux v0.0.0-20231208180855-7041f6ea79e7/go.mod h1:FP9X2xjT/Az1EsG/orYYoC+5MojWnuI7hrffz8fGwwo=
177-
github.com/samber/lo v1.49.1 h1:4BIFyVfuQSEpluc7Fua+j1NolZHiEHEpaSEKdsH0tew=
178-
github.com/samber/lo v1.49.1/go.mod h1:dO6KHFzUKXgP8LDhU0oI8d2hekjXnGOu0DB8Jecxd6o=
177+
github.com/samber/lo v1.50.0 h1:XrG0xOeHs+4FQ8gJR97zDz5uOFMW7OwFWiFVzqopKgY=
178+
github.com/samber/lo v1.50.0/go.mod h1:RjZyNk6WSnUFRKK6EyOhsRJMqft3G+pg7dCWHQCWvsc=
179179
github.com/shirou/gopsutil/v4 v4.25.1 h1:QSWkTc+fu9LTAWfkZwZ6j8MSUk4A2LV7rbH0ZqmLjXs=
180180
github.com/shirou/gopsutil/v4 v4.25.1/go.mod h1:RoUCUpndaJFtT+2zsZzzmhvbfGoDCJ7nFXKJf8GqJbI=
181181
github.com/sina-ghaderi/poly1305 v0.0.0-20220724002748-c5926b03988b h1:rXHg9GrUEtWZhEkrykicdND3VPjlVbYiLdX9J7gimS8=

0 commit comments

Comments
 (0)