github.com/go-chef/chef@v0.30.1/go.mod (about)

     1  module github.com/go-chef/chef
     2  
     3  go 1.20
     4  
     5  require (
     6  	github.com/ctdk/goiardi v0.11.10
     7  	github.com/davecgh/go-spew v1.1.1
     8  	github.com/hashicorp/go-retryablehttp v0.7.2
     9  	github.com/r3labs/diff v0.0.0-20191120142937-b4ed99a31f5a
    10  	github.com/stretchr/testify v1.8.0
    11  )
    12  
    13  require (
    14  	github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
    15  	github.com/pmezard/go-difflib v1.0.0 // indirect
    16  	gopkg.in/yaml.v3 v3.0.1 // indirect
    17  )