mirror of
https://blitiri.com.ar/repos/chasquid
synced 2025-12-16 14:27:01 +00:00
This patch updates the modules to blitiri.com.ar/go/log v1.1.0. That version includes new APIs we will rely on in subsequent patches. They are experimental but it should be fine for our case, and we can adjust if they change.
18 lines
546 B
Modula-2
18 lines
546 B
Modula-2
module blitiri.com.ar/go/chasquid
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
blitiri.com.ar/go/log v1.1.0
|
|
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.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
|
|
gopkg.in/yaml.v2 v2.3.0 // indirect
|
|
)
|