github.com/paketo-buildpacks/libpak@v1.70.0/go.mod (about)

     1  module github.com/paketo-buildpacks/libpak
     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/buildpacks/libcnb v1.30.3
     9  	github.com/creack/pty v1.1.21
    10  	github.com/h2non/filetype v1.1.3
    11  	github.com/heroku/color v0.0.6
    12  	github.com/imdario/mergo v0.3.16
    13  	github.com/mitchellh/hashstructure/v2 v2.0.2
    14  	github.com/onsi/gomega v1.33.1
    15  	github.com/sclevine/spec v1.4.0
    16  	github.com/spf13/pflag v1.0.5
    17  	github.com/stretchr/testify v1.9.0
    18  	github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8
    19  )
    20  
    21  require (
    22  	github.com/davecgh/go-spew v1.1.1 // indirect
    23  	github.com/google/go-cmp v0.6.0 // indirect
    24  	github.com/mattn/go-colorable v0.1.13 // indirect
    25  	github.com/mattn/go-isatty v0.0.20 // indirect
    26  	github.com/pmezard/go-difflib v1.0.0 // indirect
    27  	github.com/stretchr/objx v0.5.2 // indirect
    28  	golang.org/x/net v0.24.0 // indirect
    29  	golang.org/x/sys v0.20.0 // indirect
    30  	golang.org/x/text v0.15.0 // indirect
    31  	google.golang.org/protobuf v1.34.0 // indirect
    32  	gopkg.in/yaml.v3 v3.0.1 // indirect
    33  )