github.com/datreeio/datree@v1.9.22-rc/go.mod (about)

     1  module github.com/datreeio/datree
     2  
     3  go 1.19
     4  
     5  require (
     6  	github.com/bmatcuk/doublestar/v2 v2.0.4
     7  	github.com/briandowns/spinner v1.12.0
     8  	github.com/eiannone/keyboard v0.0.0-20200508000154-caf4b762e807
     9  	github.com/fatih/color v1.13.0
    10  	github.com/ghodss/yaml v1.0.0
    11  	github.com/kyokomi/emoji v2.2.4+incompatible
    12  	github.com/lithammer/shortuuid v3.0.0+incompatible
    13  	github.com/olekukonko/tablewriter v0.0.5
    14  	github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
    15  	github.com/santhosh-tekuri/jsonschema/v5 v5.0.0
    16  	github.com/spf13/cobra v1.6.1
    17  	github.com/spf13/viper v1.7.1
    18  	github.com/stretchr/testify v1.8.1
    19  	github.com/xeipuuv/gojsonschema v1.2.0
    20  
    21  	// 24.1.23: A new version of kubeconform will be released soon, using a different json-schema library.
    22  	// This affects our output when resources fail schema validation. Do not update kubeconform version
    23  	// without consulting the product team
    24  	github.com/yannh/kubeconform v0.4.14
    25  	gopkg.in/op/go-logging.v1 v1.0.0-20160211212156-b2cb9fa56473
    26  	gopkg.in/yaml.v2 v2.4.0
    27  	gopkg.in/yaml.v3 v3.0.1
    28  	k8s.io/apimachinery v0.27.1
    29  	sigs.k8s.io/yaml v1.3.0
    30  )
    31  
    32  require (
    33  	github.com/google/cel-go v0.16.0
    34  	github.com/open-policy-agent/opa v0.49.2
    35  )
    36  
    37  require (
    38  	github.com/OneOfOne/xxhash v1.2.8 // indirect
    39  	github.com/a8m/envsubst v1.3.0 // indirect
    40  	github.com/agnivade/levenshtein v1.1.1 // indirect
    41  	github.com/alecthomas/participle/v2 v2.0.0-beta.5 // indirect
    42  	github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df // indirect
    43  	github.com/elliotchance/orderedmap v1.4.0 // indirect
    44  	github.com/gobwas/glob v0.2.3 // indirect
    45  	github.com/goccy/go-json v0.9.11 // indirect
    46  	github.com/goccy/go-yaml v1.9.5 // indirect
    47  	github.com/gogo/protobuf v1.3.2 // indirect
    48  	github.com/itchyny/timefmt-go v0.1.5 // indirect
    49  	github.com/jinzhu/copier v0.3.5 // indirect
    50  	github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0 // indirect
    51  	github.com/rivo/uniseg v0.2.0 // indirect
    52  	github.com/rogpeppe/go-internal v1.10.0 // indirect
    53  	github.com/stoewer/go-strcase v1.2.0 // indirect
    54  	github.com/tchap/go-patricia/v2 v2.3.1 // indirect
    55  	github.com/yashtewari/glob-intersection v0.1.0 // indirect
    56  	golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
    57  	golang.org/x/net v0.10.0 // indirect
    58  	golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
    59  	google.golang.org/genproto/googleapis/api v0.0.0-20230711160842-782d3b101e98 // indirect
    60  	google.golang.org/genproto/googleapis/rpc v0.0.0-20230706204954-ccb25ca9f130 // indirect
    61  	google.golang.org/protobuf v1.31.0 // indirect
    62  	gopkg.in/inf.v0 v0.9.1 // indirect
    63  )
    64  
    65  require (
    66  	github.com/davecgh/go-spew v1.1.1 // indirect
    67  	github.com/fsnotify/fsnotify v1.6.0 // indirect
    68  	github.com/go-ole/go-ole v1.2.6 // indirect
    69  	github.com/google/uuid v1.3.0 // indirect
    70  	github.com/hashicorp/hcl v1.0.0 // indirect
    71  	github.com/inconshreveable/mousetrap v1.0.1 // indirect
    72  	github.com/magiconair/properties v1.8.6 // indirect
    73  	github.com/mattn/go-colorable v0.1.12 // indirect
    74  	github.com/mattn/go-isatty v0.0.16 // indirect
    75  	github.com/mattn/go-runewidth v0.0.14 // indirect
    76  	github.com/mitchellh/mapstructure v1.1.2 // indirect
    77  	github.com/pelletier/go-toml v1.2.0 // indirect
    78  	github.com/pkg/errors v0.9.1
    79  	github.com/pmezard/go-difflib v1.0.0 // indirect
    80  	github.com/spf13/afero v1.8.1 // indirect
    81  	github.com/spf13/cast v1.3.0 // indirect
    82  	github.com/spf13/jwalterweatherman v1.0.0 // indirect
    83  	github.com/spf13/pflag v1.0.5 // indirect
    84  	github.com/stretchr/objx v0.5.0 // indirect
    85  	github.com/subosito/gotenv v1.2.0 // indirect
    86  	github.com/tklauser/go-sysconf v0.3.9 // indirect
    87  	github.com/tklauser/numcpus v0.3.0 // indirect
    88  	github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
    89  	github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
    90  	golang.org/x/sys v0.8.0 // indirect
    91  	golang.org/x/text v0.9.0 // indirect
    92  	gopkg.in/ini.v1 v1.51.0 // indirect
    93  )
    94  
    95  require (
    96  	github.com/itchyny/gojq v0.12.10
    97  	github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
    98  	github.com/mikefarah/yq/v4 v4.27.3
    99  	github.com/owenrumney/go-sarif/v2 v2.1.2
   100  	github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
   101  	github.com/shirou/gopsutil/v3 v3.22.2
   102  	github.com/yusufpapurcu/wmi v1.2.2 // indirect
   103  	k8s.io/utils v0.0.0-20230209194617-a36077c30491
   104  )