Skip to content

Commit

Permalink
Bumped deps and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsky committed Apr 18, 2021
1 parent 90fdccb commit ac69ce1
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 9 deletions.
3 changes: 2 additions & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,8 @@ My App:
en-US:
description: My App for cool people
keywords: Apps, Cool, Mine
whatsNew: Thank you for using My App! I bring you updates every week so this continues to be my app.
whatsNew: Thank you for using My App! I bring you updates every week so this
continues to be my app.
previewSets:
iphone65:
- path: assets/store/iphone65/preview.mp4
Expand Down
2 changes: 1 addition & 1 deletion docs/man/cider.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.nh
.TH "CIDER" "1" "Nov 2020" "" ""
.TH "CIDER" "1" "Apr 2021" "" ""

.SH NAME
.PP
Expand Down
2 changes: 1 addition & 1 deletion docs/man/cider_check.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.nh
.TH "CIDER\-CHECK" "1" "Nov 2020" "Auto generated by spf13/cobra" ""
.TH "CIDER\-CHECK" "1" "Apr 2021" "Auto generated by spf13/cobra" ""

.SH NAME
.PP
Expand Down
2 changes: 1 addition & 1 deletion docs/man/cider_completions.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.nh
.TH "CIDER\-COMPLETIONS" "1" "Nov 2020" "Auto generated by spf13/cobra" ""
.TH "CIDER\-COMPLETIONS" "1" "Apr 2021" "Auto generated by spf13/cobra" ""

.SH NAME
.PP
Expand Down
2 changes: 1 addition & 1 deletion docs/man/cider_init.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.nh
.TH "CIDER\-INIT" "1" "Nov 2020" "Auto generated by spf13/cobra" ""
.TH "CIDER\-INIT" "1" "Apr 2021" "Auto generated by spf13/cobra" ""

.SH NAME
.PP
Expand Down
2 changes: 1 addition & 1 deletion docs/man/cider_release.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.nh
.TH "CIDER\-RELEASE" "1" "Nov 2020" "Auto generated by spf13/cobra" ""
.TH "CIDER\-RELEASE" "1" "Apr 2021" "Auto generated by spf13/cobra" ""

.SH NAME
.PP
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/apex/log v1.9.0
github.com/cidertool/asc-go v0.5.0
github.com/fatih/color v1.10.0
github.com/hashicorp/go-multierror v1.1.0
github.com/hashicorp/go-multierror v1.1.1
github.com/manifoldco/promptui v0.8.0
github.com/spf13/cobra v1.1.3
github.com/stretchr/testify v1.7.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ github.com/hashicorp/go-cleanhttp v0.5.1/go.mod h1:JpRdi6/HCYpAwUzNwuwqhbovhLtng
github.com/hashicorp/go-immutable-radix v1.0.0/go.mod h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60=
github.com/hashicorp/go-msgpack v0.5.3/go.mod h1:ahLV/dePpqEmjfWmKiqvPkv/twdG7iPBM1vqhUKIvfM=
github.com/hashicorp/go-multierror v1.0.0/go.mod h1:dHtQlpGsu+cZNNAkkCN/P3hoUDHhCYQXV3UM06sGGrk=
github.com/hashicorp/go-multierror v1.1.0 h1:B9UzwGQJehnUY1yNrnwREHc3fGbC2xefo8g4TbElacI=
github.com/hashicorp/go-multierror v1.1.0/go.mod h1:spPvp8C1qA32ftKqdAHm4hHTbPw+vmowP0z+KUhOZdA=
github.com/hashicorp/go-multierror v1.1.1 h1:H5DkEtf6CXdFp0N0Em5UCwQpXMWke8IA0+lD48awMYo=
github.com/hashicorp/go-multierror v1.1.1/go.mod h1:iw975J/qwKPdAO1clOe2L8331t/9/fmwbPZ6JB6eMoM=
github.com/hashicorp/go-rootcerts v1.0.0/go.mod h1:K6zTfqpRlCUIjkwsN4Z+hiSfzSTQa6eBIzfwKfwNnHU=
github.com/hashicorp/go-sockaddr v1.0.0/go.mod h1:7Xibr9yA9JjQq1JpNB2Vw7kxv8xerXegt+ozgdvDeDU=
github.com/hashicorp/go-syslog v1.0.0/go.mod h1:qPfqrKkXGihmCqbJM2mZgkZGvKG1dFdvsLplgctolz4=
Expand Down

0 comments on commit ac69ce1

Please sign in to comment.