1
0
mirror of https://blitiri.com.ar/repos/chasquid synced 2025-12-16 14:27:01 +00:00

modules: Update Go dependencies, and min Go version is now 1.23.0

This commit is contained in:
Alberto Bertogli
2025-03-31 09:24:18 +01:00
parent 43a4ed2c98
commit 5305adb1b9
2 changed files with 19 additions and 19 deletions

14
go.mod
View File

@@ -1,18 +1,18 @@
module blitiri.com.ar/go/chasquid
go 1.22
go 1.23.0
require (
blitiri.com.ar/go/log v1.1.0
blitiri.com.ar/go/spf v1.5.1
blitiri.com.ar/go/systemd v1.1.0
github.com/google/go-cmp v0.6.0
golang.org/x/crypto v0.33.0
golang.org/x/net v0.35.0
golang.org/x/term v0.29.0
golang.org/x/text v0.22.0
golang.org/x/crypto v0.36.0
golang.org/x/net v0.38.0
golang.org/x/term v0.30.0
golang.org/x/text v0.23.0
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d
google.golang.org/protobuf v1.36.5
google.golang.org/protobuf v1.36.6
)
require golang.org/x/sys v0.30.0 // indirect
require golang.org/x/sys v0.31.0 // indirect