-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- vacation is about to remove the TarGzipArchive in favor of wrapped compression type into archive type. I have moved from specifying the type of archive to using to generic archive type (long overdue hooray!) - I removed the ioutil library as it is deprecated Signed-off-by: Forest Eckhardt <feckhardt@pivotal.io>
- Loading branch information
1 parent
7b23af5
commit d9c501c
Showing
9 changed files
with
91 additions
and
96 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
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
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
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,11 +1,13 @@ | ||
module github.com/ForestEckhardt/freezer | ||
|
||
go 1.13 | ||
go 1.16 | ||
|
||
require ( | ||
github.com/oklog/ulid v1.3.1 | ||
github.com/onsi/gomega v1.10.4 | ||
github.com/paketo-buildpacks/occam v0.0.22 | ||
github.com/paketo-buildpacks/packit v0.5.0 | ||
github.com/onsi/gomega v1.17.0 | ||
github.com/paketo-buildpacks/occam v0.2.0 | ||
github.com/paketo-buildpacks/packit v1.3.1 | ||
github.com/sclevine/spec v1.4.0 | ||
golang.org/x/net v0.0.0-20211201190559-0a0e4e1bb54c // indirect | ||
golang.org/x/text v0.3.7 // indirect | ||
) |
Oops, something went wrong.