github.com/buildpacks/libcnb@v1.30.3/go.mod (about)

     1  module github.com/buildpacks/libcnb
     2  
     3  go 1.20
     4  
     5  require (
     6  	github.com/BurntSushi/toml v1.3.2
     7  	github.com/Masterminds/semver/v3 v3.2.1
     8  	github.com/onsi/gomega v1.33.0
     9  	github.com/sclevine/spec v1.4.0
    10  	github.com/stretchr/testify v1.9.0
    11  )
    12  
    13  require (
    14  	github.com/davecgh/go-spew v1.1.1 // indirect
    15  	github.com/google/go-cmp v0.6.0 // indirect
    16  	github.com/pmezard/go-difflib v1.0.0 // indirect
    17  	github.com/stretchr/objx v0.5.2 // indirect
    18  	golang.org/x/net v0.24.0 // indirect
    19  	golang.org/x/text v0.14.0 // indirect
    20  	gopkg.in/yaml.v3 v3.0.1 // indirect
    21  )