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

modules: Update Go module versions

This patch updates the Go module versions to the latest available.
This commit is contained in:
Alberto Bertogli
2020-05-22 12:58:50 +01:00
parent 4367c9e059
commit aacd50e87a
2 changed files with 12 additions and 10 deletions

8
go.mod
View File

@@ -7,11 +7,11 @@ require (
blitiri.com.ar/go/spf v0.0.0-20191018194539-a683815bdae8
blitiri.com.ar/go/systemd v0.0.0-20171003041308-cdc4fd023aa4
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
github.com/golang/protobuf v1.4.0
github.com/golang/protobuf v1.4.2
github.com/google/go-cmp v0.4.0
golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
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
gopkg.in/yaml.v2 v2.2.4 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
)