github.com/jakewarren/define@v1.0.1-0.20230216022724-0146b4213218/go.mod (about)

     1  module github.com/jakewarren/define
     2  
     3  require (
     4  	github.com/Rican7/define v0.1.2
     5  	github.com/fatih/color v1.7.0
     6  	github.com/mattn/go-colorable v0.1.2 // indirect
     7  	github.com/mitchellh/go-homedir v1.1.0
     8  	github.com/ogier/pflag v0.0.1
     9  	github.com/rs/zerolog v1.17.2
    10  	github.com/spf13/viper v1.5.0
    11  )
    12  
    13  go 1.13