Skip to content

Commit

Permalink
Merge pull request #165 from paketo-buildpacks/update-libs
Browse files Browse the repository at this point in the history
Bump go.mod dependencies
  • Loading branch information
Daniel Mikusa authored Aug 17, 2022
2 parents 057572f + 7b122fc commit 0cb625e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 145 deletions.
14 changes: 7 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/paketo-buildpacks/maven/v6

go 1.17
go 1.18

require (
github.com/buildpacks/libcnb v1.26.0
Expand All @@ -12,23 +12,23 @@ require (
)

require (
github.com/BurntSushi/toml v1.1.0 // indirect
github.com/BurntSushi/toml v1.2.0 // indirect
github.com/Masterminds/semver/v3 v3.1.1 // indirect
github.com/creack/pty v1.1.18 // indirect
github.com/google/go-cmp v0.5.8 // indirect
github.com/h2non/filetype v1.1.3 // indirect
github.com/heroku/color v0.0.6 // indirect
github.com/imdario/mergo v0.3.13 // indirect
github.com/magiconair/properties v1.8.6 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-shellwords v1.0.12 // indirect
github.com/mitchellh/hashstructure/v2 v2.0.2 // indirect
github.com/paketo-buildpacks/libjvm v1.36.2 // indirect
github.com/pavel-v-chernykh/keystore-go/v4 v4.3.0 // indirect
github.com/paketo-buildpacks/libjvm v1.39.0 // indirect
github.com/pavlo-v-chernykh/keystore-go/v4 v4.4.0 // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 // indirect
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab // indirect
golang.org/x/net v0.0.0-20220812174116-3211cb980234 // indirect
golang.org/x/sys v0.0.0-20220817070843-5a390386f1f2 // indirect
golang.org/x/text v0.3.7 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit 0cb625e

Please sign in to comment.