File tree Expand file tree Collapse file tree
plugins/display-url-titles Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11module github.com/icedream/go-ts3plugin/plugins/display-url-titles
22
3- go 1.19
3+ go 1.23.0
4+
5+ toolchain go1.24.2
46
57require (
68 github.com/icedream/go-ts3plugin v0.0.0
7- golang.org/x/net v0.11 .0
9+ golang.org/x/net v0.38 .0
810 mvdan.cc/xurls/v2 v2.5.0
911)
1012
Original file line number Diff line number Diff line change @@ -38,6 +38,8 @@ golang.org/x/net v0.7.0 h1:rJrUqqhjsgNp7KqAIc25s9pZnjU7TUcSY7HcVZjdn1g=
3838golang.org/x/net v0.7.0 /go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs =
3939golang.org/x/net v0.11.0 h1:Gi2tvZIJyBtO9SDr1q9h5hEQCp/4L2RQ+ar0qjx2oNU =
4040golang.org/x/net v0.11.0 /go.mod h1:2L/ixqYpgIVXmeoSA/4Lu7BzTG4KIyPIryS4IsOd1oQ =
41+ golang.org/x/net v0.38.0 h1:vRMAPTMaeGqVhG5QyLJHqNDwecKTomGeqbnfZyKlBI8 =
42+ golang.org/x/net v0.38.0 /go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8 =
4143golang.org/x/sync v0.0.0-20181108010431-42b317875d0f /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
4244golang.org/x/sync v0.0.0-20190423024810-112230192c58 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
4345golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
You can’t perform that action at this time.
0 commit comments