module github.com/outillage/release-notary go 1.13 require ( github.com/json-iterator/go v1.1.9 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect github.com/modern-go/reflect2 v1.0.1 // indirect github.com/outillage/git/v2 v2.0.1 github.com/outillage/integrations v0.2.0 github.com/outillage/quoad v0.2.0 github.com/pelletier/go-toml v1.6.0 // indirect github.com/sergi/go-diff v1.1.0 // indirect github.com/spf13/afero v1.2.2 // indirect github.com/spf13/cast v1.3.1 // indirect github.com/spf13/cobra v0.0.6 github.com/spf13/jwalterweatherman v1.1.0 // indirect github.com/spf13/pflag v1.0.5 // indirect github.com/spf13/viper v1.6.2 github.com/stretchr/testify v1.5.1 golang.org/x/crypto v0.0.0-20191227163750-53104e6ec876 // indirect golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect golang.org/x/sys v0.0.0-20200106114638-5f8ca72cd632 // indirect gopkg.in/ini.v1 v1.51.1 // indirect gopkg.in/src-d/go-git.v4 v4.13.1 gopkg.in/yaml.v2 v2.2.7 // indirect )