module github.com/cirruslabs/cirrus-ci-agent go 1.15 require ( github.com/bmatcuk/doublestar v1.3.2 github.com/certifi/gocertifi v0.0.0-20200922220541-2c3bb06c6054 github.com/cirruslabs/cirrus-ci-annotations v0.0.0-20200908203753-b813f63941d7 github.com/dustin/go-humanize v1.0.0 github.com/go-git/go-git/v5 v5.2.0 github.com/golang/protobuf v1.4.3 github.com/grpc-ecosystem/go-grpc-middleware v1.2.2 github.com/imdario/mergo v0.3.11 // indirect github.com/joshdk/go-junit v0.0.0-20200702055522-6efcf4050909 // indirect github.com/klauspost/compress v1.11.1 // indirect github.com/klauspost/pgzip v1.2.5 github.com/pkg/errors v0.9.1 github.com/stretchr/testify v1.6.1 golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 // indirect golang.org/x/net v0.0.0-20201021035429-f5854403a974 golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 golang.org/x/sys v0.0.0-20201020230747-6e5568b54d1a // indirect google.golang.org/genproto v0.0.0-20201021134325-0d71844de594 // indirect google.golang.org/grpc v1.33.1 google.golang.org/protobuf v1.25.0 )