This repository was archived by the owner on Mar 13, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ readonly slug=${version}-${git_timestamp}-${git_sha:0:16}
1212# fetch FATS scripts
1313fats_dir=` dirname " ${BASH_SOURCE[0]} " ` /fats
1414fats_repo=" projectriff/fats"
15- fats_refspec=3d6cead12932026fdb933a1bb550cb7eca0a8def # master as of 2020-02-04
15+ fats_refspec=3d6cead12932026fdb933a1bb550cb7eca0a8def # v0.5.x as of 2020-02-07
1616source ` dirname " ${BASH_SOURCE[0]} " ` /fats-fetch.sh $fats_dir $fats_refspec $fats_repo
1717source $fats_dir /.util.sh
1818
Original file line number Diff line number Diff line change 1- 0.5.0-snapshot
1+ 0.5.0
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ require (
1111 github.com/ghodss/yaml v1.0.0
1212 github.com/google/go-cmp v0.4.0
1313 github.com/mitchellh/go-homedir v1.1.0
14- github.com/projectriff/system v0.0.0-20200204235724-6b14b4303135
14+ github.com/projectriff/system v0.5.0
1515 github.com/spf13/cobra v0.0.5
1616 github.com/spf13/viper v1.6.2
1717 github.com/stretchr/testify v1.4.0
Original file line number Diff line number Diff line change @@ -460,8 +460,8 @@ github.com/pmezard/go-difflib v0.0.0-20151028094244-d8ed2627bdf0/go.mod h1:iKH77
460460github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
461461github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
462462github.com/pquerna/cachecontrol v0.0.0-20171018203845-0dec1b30a021 /go.mod h1:prYjPmNq4d1NPVmpShWobRqXY3q7Vp+80DqgxxUrUIA =
463- github.com/projectriff/system v0.0.0-20200204235724-6b14b4303135 h1:qHrwoZLfMyFTz7lC8fTAAxkW8OrqpRbBrVAIB9HlA6c =
464- github.com/projectriff/system v0.0.0-20200204235724-6b14b4303135 /go.mod h1:BwwoPLg8KT9CTmWSaI1QU62FzBrD7wc97PTmbVSKKEs =
463+ github.com/projectriff/system v0.5.0 h1:BEVMhKLSxYD8X3E71AncjfcTZnfIb6jttmZsKn4SnI4 =
464+ github.com/projectriff/system v0.5.0 /go.mod h1:BwwoPLg8KT9CTmWSaI1QU62FzBrD7wc97PTmbVSKKEs =
465465github.com/prometheus/client_golang v0.9.1 /go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw =
466466github.com/prometheus/client_golang v0.9.2 /go.mod h1:OsXs2jCmiKlQ1lTBmv21f2mNfw4xf/QclQDMrYNZzcM =
467467github.com/prometheus/client_golang v0.9.3 h1:9iH4JKXLzFbOAdtqv/a+j8aewx2Y8lAjAydhbaScPF8 =
You can’t perform that action at this time.
0 commit comments