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. The main purpose is to make sure people building from source are using relatively recent versions of our dependencies.
This commit is contained in:
11
go.mod
11
go.mod
@@ -7,10 +7,11 @@ 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.0.0-20220826181053-bd7e27e6170d
|
||||
golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b
|
||||
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
|
||||
golang.org/x/text v0.3.7
|
||||
golang.org/x/tools v0.1.9
|
||||
golang.org/x/crypto v0.2.0
|
||||
golang.org/x/net v0.2.0
|
||||
golang.org/x/term v0.2.0
|
||||
golang.org/x/text v0.4.0
|
||||
golang.org/x/tools v0.1.12
|
||||
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
||||
google.golang.org/protobuf v1.28.1
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user