module github.com/dailymotion/octopilot go 1.14 require ( github.com/Azure/go-autorest/autorest v0.9.7 // indirect github.com/Azure/go-autorest/autorest/adal v0.8.3 // indirect github.com/Masterminds/sprig/v3 v3.1.0 github.com/aws/aws-sdk-go v1.23.22 // indirect github.com/dsnet/compress v0.0.1 // indirect github.com/golang/protobuf v1.3.5 // indirect github.com/google/go-github/v28 v28.0.2 github.com/imdario/mergo v0.3.9 github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect github.com/mholt/archiver v3.1.1+incompatible github.com/mikefarah/yq/v3 v3.0.0-20200418141808-3ccd32a47e54 github.com/mitchellh/go-homedir v1.1.0 github.com/nwaples/rardecode v1.0.0 // indirect github.com/otiai10/copy v1.0.2 github.com/rs/xid v1.2.1 github.com/sirupsen/logrus v1.4.2 github.com/spf13/pflag v1.0.5 github.com/stretchr/testify v1.5.1 github.com/writeas/go-strip-markdown v2.0.1+incompatible github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect github.com/ybbus/httpretry v1.0.1 github.com/zoumo/goset v0.2.0 go.mozilla.org/sops/v3 v3.5.0 go.opencensus.io v0.22.3 // indirect golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 google.golang.org/appengine v1.6.5 // indirect google.golang.org/grpc v1.22.3 // indirect gopkg.in/ini.v1 v1.44.2 // indirect gopkg.in/op/go-logging.v1 v1.0.0-20160211212156-b2cb9fa56473 gopkg.in/src-d/go-git.v4 v4.13.1 gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c )