module github.com/fhopfensperger/git-releaser go 1.16 require ( github.com/go-git/go-git/v5 v5.1.0 github.com/rs/zerolog v1.20.0 github.com/spf13/cobra v1.1.3 github.com/spf13/viper v1.7.1 github.com/stretchr/testify v1.7.0 golang.org/x/mod v0.4.1 )