module github.com/aevea/release-notary go 1.13 require ( github.com/aevea/git/v3 v3.0.0 github.com/aevea/integrations v0.5.0 github.com/aevea/magefiles v0.0.0-20200424121010-0004d5a7a2fe github.com/aevea/quoad v0.4.0 github.com/apex/log v1.9.0 github.com/go-git/go-git/v5 v5.2.0 github.com/json-iterator/go v1.1.10 github.com/magefile/mage v1.11.0 github.com/pelletier/go-toml v1.6.0 // indirect github.com/slack-go/slack v0.8.1 github.com/spf13/afero v1.2.2 // indirect github.com/spf13/cast v1.3.1 // indirect github.com/spf13/cobra v1.0.0 github.com/spf13/jwalterweatherman v1.1.0 // indirect github.com/spf13/pflag v1.0.5 // indirect github.com/spf13/viper v1.7.1 github.com/stretchr/testify v1.7.0 gopkg.in/ini.v1 v1.51.1 // indirect gopkg.in/yaml.v2 v2.2.7 // indirect )