sascha-andres/go-template

View on GitHub
go.mod

Summary

Maintainability
Test Coverage
module livingit.de/code/go-template

go 1.12

require (
    github.com/chzyer/readline v1.5.0 // indirect
    github.com/fsnotify/fsnotify v1.5.4 // indirect
    github.com/manifoldco/promptui v0.9.0
    github.com/mitchellh/go-homedir v1.1.0
    github.com/mitchellh/mapstructure v1.5.0 // indirect
    github.com/pelletier/go-toml v1.9.5 // indirect
    github.com/pelletier/go-toml/v2 v2.0.1 // indirect
    github.com/pkg/errors v0.9.1
    github.com/sirupsen/logrus v1.8.1
    github.com/spf13/cast v1.5.0 // indirect
    github.com/spf13/cobra v1.4.0
    github.com/spf13/viper v1.11.0
    github.com/subosito/gotenv v1.3.0 // indirect
    golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
    gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
    gopkg.in/yaml.v2 v2.4.0
    gopkg.in/yaml.v3 v3.0.0 // indirect
)