Skip to content

Commit

Permalink
bump(*):
Browse files Browse the repository at this point in the history
github.com/google/go-containerregistry to `v0.5.1`
github.com/schollz/progressbar/v3 to `v3.8.2`
github.com/shipwright-io/build to `TBD`
  • Loading branch information
Mr. Vendor authored and HeavyWombat committed Jul 23, 2021
1 parent 4488585 commit e8f5f83
Show file tree
Hide file tree
Showing 789 changed files with 111,983 additions and 12,441 deletions.
5 changes: 5 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ module github.com/shipwright-io/cli
go 1.15

require (
github.com/google/go-containerregistry v0.5.1
github.com/mailru/easyjson v0.7.1 // indirect
github.com/onsi/gomega v1.10.3
github.com/pkg/errors v0.9.1
github.com/schollz/progressbar/v3 v3.8.2
github.com/shipwright-io/build v0.5.2-0.20210715083206-5d8fb411a1eb
github.com/spf13/cobra v1.1.3
github.com/spf13/pflag v1.0.5
Expand All @@ -18,3 +20,6 @@ require (
)

replace github.com/go-openapi/spec => github.com/go-openapi/spec v0.19.3 // Needed, otherwise we will hit this https://github.com/knative/client/pull/1207#issuecomment-770845105

// TODO Drop replace once API changes are in shipwright-io/build
replace github.com/shipwright-io/build => ../build
49 changes: 49 additions & 0 deletions go.sum

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions vendor/github.com/beorn7/perks/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e8f5f83

Please sign in to comment.