File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ module github.com/ether/etherpad-proxy
33go 1.24.0
44
55require (
6+ github.com/Masterminds/squirrel v1.5.4
67 github.com/PuerkitoBio/goquery v1.10.2
78 github.com/a-h/templ v0.3.857
89 go.uber.org/zap v1.27.0
@@ -11,7 +12,6 @@ require (
1112)
1213
1314require (
14- github.com/Masterminds/squirrel v1.5.4 // indirect
1515 github.com/andybalholm/cascadia v1.3.3 // indirect
1616 github.com/dustin/go-humanize v1.0.1 // indirect
1717 github.com/google/uuid v1.6.0 // indirect
@@ -22,7 +22,7 @@ require (
2222 github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
2323 go.uber.org/multierr v1.11.0 // indirect
2424 golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect
25- golang.org/x/net v0.37 .0 // indirect
25+ golang.org/x/net v0.38 .0 // indirect
2626 golang.org/x/sys v0.31.0 // indirect
2727 modernc.org/libc v1.62.1 // indirect
2828 modernc.org/mathutil v1.7.1 // indirect
Original file line number Diff line number Diff line change @@ -62,8 +62,8 @@ golang.org/x/net v0.15.0/go.mod h1:idbUs1IY1+zTqbi8yxTbhexhEEk5ur9LInksu6HrEpk=
6262golang.org/x/net v0.21.0 /go.mod h1:bIjVDfnllIU7BJ2DNgfnXvpSvtn8VRwhlsaeUTyUS44 =
6363golang.org/x/net v0.25.0 /go.mod h1:JkAGAh7GEvH74S6FOH42FLoXpXbE/aqXSrIQjXgsiwM =
6464golang.org/x/net v0.33.0 /go.mod h1:HXLR5J+9DxmrqMwG9qjGCxZ+zKXxBru04zlTvWlWuN4 =
65- golang.org/x/net v0.37 .0 h1:1zLorHbz+LYj7MQlSf1+2tPIIgibq2eL5xkrGk6f+2c =
66- golang.org/x/net v0.37 .0 /go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8 =
65+ golang.org/x/net v0.38 .0 h1:vRMAPTMaeGqVhG5QyLJHqNDwecKTomGeqbnfZyKlBI8 =
66+ golang.org/x/net v0.38 .0 /go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8 =
6767golang.org/x/oauth2 v0.29.0 h1:WdYw2tdTK1S8olAzWHdgeqfy+Mtm9XNhv/xJsY65d98 =
6868golang.org/x/oauth2 v0.29.0 /go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8 =
6969golang.org/x/sync v0.0.0-20190423024810-112230192c58 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
You can’t perform that action at this time.
0 commit comments