1
0
mirror of https://blitiri.com.ar/repos/chasquid synced 2025-12-17 14:37:02 +00:00

modules: Update Go modules

This patch does a general pass updating Go modules to recent versions.

This should fix a minor security advisories around http/2 handling. Even
though chasquid doesn't directly expose http/2, the monitoring server
could be affected.
Reference: https://pkg.go.dev/vuln/GO-2023-1495.
This commit is contained in:
Alberto Bertogli
2023-02-19 08:54:44 +00:00
parent efefee9fbb
commit 34977fe834
2 changed files with 15 additions and 15 deletions

10
go.mod
View File

@@ -7,15 +7,15 @@ require (
blitiri.com.ar/go/spf v1.5.1
blitiri.com.ar/go/systemd v1.1.0
github.com/google/go-cmp v0.5.7
golang.org/x/crypto v0.5.0
golang.org/x/net v0.5.0
golang.org/x/term v0.4.0
golang.org/x/text v0.6.0
golang.org/x/crypto v0.6.0
golang.org/x/net v0.7.0
golang.org/x/term v0.5.0
golang.org/x/text v0.7.0
golang.org/x/tools v0.1.12
google.golang.org/protobuf v1.28.1
)
require (
golang.org/x/sys v0.4.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)