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

modules: Update Go modules and regenerate protobufs

This patch does a general pass updating Go modules to recent versions,
and regenerates the protobufs accordingly.

The main purpose is to make sure people building from source are using
relatively recent versions of our dependencies.

We also regenerate protobufs since the newer versions of the liberaries
have a much cleaner dependency tree, which speeds up fetches.
This commit is contained in:
Alberto Bertogli
2021-05-31 11:40:32 +01:00
parent d3396ace0b
commit fb680336f0
7 changed files with 41 additions and 78 deletions

15
go.mod
View File

@@ -4,12 +4,13 @@ go 1.13
require (
blitiri.com.ar/go/log v1.1.0
blitiri.com.ar/go/spf v1.1.1
blitiri.com.ar/go/spf v1.2.0
blitiri.com.ar/go/systemd v1.1.0
github.com/golang/protobuf v1.4.2
github.com/google/go-cmp v0.4.0
golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37
golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2
golang.org/x/text v0.3.2
google.golang.org/protobuf v1.23.0
github.com/google/go-cmp v0.5.5
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a
golang.org/x/net v0.0.0-20210525063256-abc453219eb5
golang.org/x/sys v0.0.0-20210531080801-fdfd190a6549 // indirect
golang.org/x/term v0.0.0-20210503060354-a79de5458b56 // indirect
golang.org/x/text v0.3.6
google.golang.org/protobuf v1.26.0
)