module github.com/fhopfensperger/git-remote-cleanup go 1.16 require ( github.com/go-git/go-git/v5 v5.4.2 github.com/rs/zerolog v1.22.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.2 )