Skip to content

Commit

Permalink
Updates to conform with packit 0.5.0 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sophie Wigmore authored Dec 18, 2020
1 parent 6644060 commit 51ce83c
Show file tree
Hide file tree
Showing 3 changed files with 566 additions and 51 deletions.
11 changes: 2 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,17 @@ module github.com/ForestEckhardt/freezer
go 1.13

require (
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/golang/protobuf v1.4.3 // indirect
github.com/google/go-cmp v0.5.2 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/nxadm/tail v1.4.5 // indirect
github.com/oklog/ulid v1.3.1
github.com/onsi/ginkgo v1.14.2 // indirect
github.com/onsi/gomega v1.10.3
github.com/paketo-buildpacks/packit v0.3.0
github.com/sclevine/agouti v3.0.0+incompatible // indirect
github.com/onsi/gomega v1.10.4
github.com/paketo-buildpacks/packit v0.5.0
github.com/sclevine/spec v1.4.0
golang.org/x/net v0.0.0-20201020065357-d65d470038a5 // indirect
golang.org/x/sys v0.0.0-20201018230417-eeed37f84f13 // indirect
golang.org/x/text v0.3.3 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
)
Loading

0 comments on commit 51ce83c

Please sign in to comment.