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.24.0
This commit is contained in:
18
go.mod
18
go.mod
@@ -1,18 +1,18 @@
|
||||
module blitiri.com.ar/go/chasquid
|
||||
|
||||
go 1.23.0
|
||||
go 1.24.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.39.0
|
||||
golang.org/x/net v0.41.0
|
||||
golang.org/x/term v0.32.0
|
||||
golang.org/x/text v0.26.0
|
||||
golang.org/x/tools v0.33.0
|
||||
google.golang.org/protobuf v1.36.6
|
||||
github.com/google/go-cmp v0.7.0
|
||||
golang.org/x/crypto v0.43.0
|
||||
golang.org/x/net v0.46.0
|
||||
golang.org/x/term v0.36.0
|
||||
golang.org/x/text v0.30.0
|
||||
golang.org/x/tools v0.37.0
|
||||
google.golang.org/protobuf v1.36.10
|
||||
)
|
||||
|
||||
require golang.org/x/sys v0.33.0 // indirect
|
||||
require golang.org/x/sys v0.37.0 // indirect
|
||||
|
||||
Reference in New Issue
Block a user