Files
sailpoint-cli/go.mod

18 lines
480 B
Modula-2

module github.com/sailpoint-oss/sailpoint-cli
go 1.16
require (
github.com/fatih/color v1.7.0
github.com/golang/mock v1.6.0
github.com/kr/pretty v0.3.0
github.com/logrusorgru/aurora v2.0.3+incompatible
github.com/olekukonko/tablewriter v0.0.5
github.com/pkg/errors v0.9.1 // indirect
github.com/spf13/cobra v1.2.1
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.8.1
gopkg.in/alessio/shellescape.v1 v1.0.0-20170105083845-52074bc9df61
gopkg.in/yaml.v2 v2.4.0
)