-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
81cfeef
commit 3fc288a
Showing
2 changed files
with
91 additions
and
116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +1,129 @@ | ||
module github.com/paketo-buildpacks/npm-install | ||
|
||
go 1.16 | ||
go 1.18 | ||
|
||
require ( | ||
github.com/BurntSushi/toml v1.2.0 | ||
github.com/onsi/gomega v1.20.2 | ||
github.com/paketo-buildpacks/occam v0.13.2 | ||
github.com/paketo-buildpacks/packit/v2 v2.5.1 | ||
github.com/sclevine/spec v1.4.0 | ||
) | ||
|
||
require ( | ||
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect | ||
github.com/CycloneDX/cyclonedx-go v0.6.0 // indirect | ||
github.com/DataDog/zstd v1.5.2 // indirect | ||
github.com/ForestEckhardt/freezer v0.0.11 // indirect | ||
github.com/Masterminds/goutils v1.1.1 // indirect | ||
github.com/Masterminds/semver/v3 v3.1.1 // indirect | ||
github.com/Masterminds/sprig/v3 v3.2.2 // indirect | ||
github.com/Microsoft/go-winio v0.6.0 // indirect | ||
github.com/Microsoft/hcsshim v0.9.4 // indirect | ||
github.com/acobaugh/osrelease v0.1.0 // indirect | ||
github.com/anchore/go-macholibre v0.0.0-20220308212642-53e6d0aaf6fb // indirect | ||
github.com/anchore/go-version v1.2.2-0.20200701162849-18adb9c92b9b // indirect | ||
github.com/anchore/packageurl-go v0.1.1-0.20220428202044-a072fa3cb6d7 // indirect | ||
github.com/anchore/stereoscope v0.0.0-20220921141924-56552770e555 // indirect | ||
github.com/anchore/syft v0.57.0 // indirect | ||
github.com/andybalholm/brotli v1.0.4 // indirect | ||
github.com/bmatcuk/doublestar/v4 v4.2.0 // indirect | ||
github.com/cenkalti/backoff/v4 v4.1.3 // indirect | ||
github.com/containerd/cgroups v1.0.4 // indirect | ||
github.com/containerd/containerd v1.6.8 // indirect | ||
github.com/containerd/stargz-snapshotter/estargz v0.12.0 // indirect | ||
github.com/docker/cli v20.10.18+incompatible // indirect | ||
github.com/docker/distribution v2.8.1+incompatible // indirect | ||
github.com/docker/docker v20.10.18+incompatible // indirect | ||
github.com/docker/docker-credential-helpers v0.7.0 // indirect | ||
github.com/docker/go-connections v0.4.0 // indirect | ||
github.com/docker/go-units v0.5.0 // indirect | ||
github.com/dsnet/compress v0.0.2-0.20210315054119-f66993602bf5 // indirect | ||
github.com/dustin/go-humanize v1.0.0 // indirect | ||
github.com/facebookincubator/nvdtools v0.1.5 // indirect | ||
github.com/gabriel-vasile/mimetype v1.4.1 // indirect | ||
github.com/go-restruct/restruct v1.2.0-alpha // indirect | ||
github.com/gogo/protobuf v1.3.2 // indirect | ||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/golang/snappy v0.0.4 // indirect | ||
github.com/google/go-cmp v0.5.9 // indirect | ||
github.com/google/go-containerregistry v0.11.0 // indirect | ||
github.com/google/uuid v1.3.0 // indirect | ||
github.com/hashicorp/errwrap v1.1.0 // indirect | ||
github.com/hashicorp/go-multierror v1.1.1 // indirect | ||
github.com/huandu/xstrings v1.3.2 // indirect | ||
github.com/imdario/mergo v0.3.13 // indirect | ||
github.com/jinzhu/copier v0.3.5 // indirect | ||
github.com/klauspost/compress v1.15.10 // indirect | ||
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect | ||
github.com/klauspost/compress v1.15.11 // indirect | ||
github.com/klauspost/pgzip v1.2.5 // indirect | ||
github.com/knqyf263/go-rpmdb v0.0.0-20220830120628-c11b1c45080a // indirect | ||
github.com/magiconair/properties v1.8.6 // indirect | ||
github.com/mattn/go-isatty v0.0.16 // indirect | ||
github.com/mattn/go-runewidth v0.0.14 // indirect | ||
github.com/mholt/archiver/v3 v3.5.1 // indirect | ||
github.com/microsoft/go-rustaudit v0.0.0-20220808201409-204dfee52032 // indirect | ||
github.com/mitchellh/copystructure v1.2.0 // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 // indirect | ||
github.com/mitchellh/hashstructure/v2 v2.0.2 // indirect | ||
github.com/mitchellh/mapstructure v1.5.0 // indirect | ||
github.com/mitchellh/reflectwalk v1.0.2 // indirect | ||
github.com/moby/sys/mount v0.3.3 // indirect | ||
github.com/moby/sys/mountinfo v0.6.2 // indirect | ||
github.com/moby/term v0.0.0-20220808134915-39b0c02b01ae // indirect | ||
github.com/morikuni/aec v1.0.0 // indirect | ||
github.com/nwaples/rardecode v1.1.3 // indirect | ||
github.com/onsi/gomega v1.20.2 | ||
github.com/oklog/ulid v1.3.1 // indirect | ||
github.com/olekukonko/tablewriter v0.0.5 // indirect | ||
github.com/opencontainers/go-digest v1.0.0 // indirect | ||
github.com/opencontainers/image-spec v1.1.0-rc1 // indirect | ||
github.com/opencontainers/runc v1.1.4 // indirect | ||
github.com/paketo-buildpacks/occam v0.13.2 | ||
github.com/paketo-buildpacks/packit/v2 v2.5.1 | ||
github.com/pelletier/go-toml v1.9.5 // indirect | ||
github.com/pierrec/lz4/v4 v4.1.16 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect | ||
github.com/rivo/uniseg v0.4.2 // indirect | ||
github.com/sclevine/spec v1.4.0 | ||
github.com/sassoftware/go-rpmutils v0.2.0 // indirect | ||
github.com/scylladb/go-set v1.0.3-0.20200225121959-cc7b2070d91e // indirect | ||
github.com/shopspring/decimal v1.3.1 // indirect | ||
github.com/sirupsen/logrus v1.9.0 // indirect | ||
github.com/spdx/tools-golang v0.3.0 // indirect | ||
github.com/spf13/afero v1.9.2 // indirect | ||
github.com/spf13/cast v1.5.0 // indirect | ||
github.com/sylabs/sif/v2 v2.8.0 // indirect | ||
github.com/sylabs/squashfs v0.6.1 // indirect | ||
github.com/testcontainers/testcontainers-go v0.14.0 // indirect | ||
github.com/therootcompany/xz v1.0.1 // indirect | ||
github.com/ulikunitz/xz v0.5.10 // indirect | ||
github.com/vbatts/go-mtree v0.5.2 // indirect | ||
github.com/vbatts/tar-split v0.11.2 // indirect | ||
github.com/vifraa/gopom v0.2.0 // indirect | ||
github.com/wagoodman/go-partybus v0.0.0-20210627031916-db1f5573bbc5 // indirect | ||
github.com/wagoodman/go-progress v0.0.0-20220614130704-4b1c25a33c7c // indirect | ||
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect | ||
go.opencensus.io v0.23.0 // indirect | ||
golang.org/x/crypto v0.0.0-20220924013350-4ba4fb4dd9e7 // indirect | ||
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect | ||
golang.org/x/net v0.0.0-20220923203811-8be639271d50 // indirect | ||
golang.org/x/sync v0.0.0-20220923202941-7f9b1623fab7 // indirect | ||
golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8 // indirect | ||
golang.org/x/text v0.3.8-0.20211004125949-5bd84dd9b33b // indirect | ||
golang.org/x/tools v0.1.12 // indirect | ||
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect | ||
google.golang.org/genproto v0.0.0-20220923205249-dd2d53f1fffc // indirect | ||
google.golang.org/grpc v1.49.0 // indirect | ||
google.golang.org/protobuf v1.28.1 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
lukechampine.com/uint128 v1.2.0 // indirect | ||
modernc.org/cc/v3 v3.39.0 // indirect | ||
modernc.org/ccgo/v3 v3.16.9 // indirect | ||
modernc.org/libc v1.20.0 // indirect | ||
modernc.org/mathutil v1.5.0 // indirect | ||
modernc.org/memory v1.4.0 // indirect | ||
modernc.org/opt v0.1.3 // indirect | ||
modernc.org/sqlite v1.19.1 // indirect | ||
modernc.org/strutil v1.1.3 // indirect | ||
modernc.org/token v1.0.1 // indirect | ||
) |
Oops, something went wrong.