Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: updates for v0.6.0-rc2 #166

Merged
merged 1 commit into from
Sep 28, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ require (
github.com/davecgh/go-spew v1.1.1
github.com/dustin/go-humanize v1.0.0
github.com/fatih/color v1.7.0 // indirect
github.com/go-vela/compiler v0.6.0-rc1
github.com/go-vela/mock v0.6.0-rc1
github.com/go-vela/sdk-go v0.6.0-rc1
github.com/go-vela/types v0.6.0-rc1
github.com/go-vela/compiler v0.6.0-rc2
github.com/go-vela/mock v0.6.0-rc2
github.com/go-vela/sdk-go v0.6.0-rc2
github.com/go-vela/types v0.6.0-rc2
github.com/gosuri/uitable v0.0.3
github.com/kr/pretty v0.2.0 // indirect
github.com/lunixbochs/vtclean v1.0.0 // indirect
Expand Down
16 changes: 8 additions & 8 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,14 @@ github.com/go-playground/universal-translator v0.17.0/go.mod h1:UkSxE5sNxxRwHyU+
github.com/go-playground/validator/v10 v10.2.0/go.mod h1:uOYAAleCW8F/7oMFd6aG0GOhaH6EGOAJShg8Id5JGkI=
github.com/go-playground/validator/v10 v10.3.0 h1:nZU+7q+yJoFmwvNgv/LnPUkwPal62+b2xXj0AU1Es7o=
github.com/go-playground/validator/v10 v10.3.0/go.mod h1:uOYAAleCW8F/7oMFd6aG0GOhaH6EGOAJShg8Id5JGkI=
github.com/go-vela/compiler v0.6.0-rc1 h1:MgjofP4VO+8YFloK1GQBq5PoKCLQDegWBEB6zeEnyrU=
github.com/go-vela/compiler v0.6.0-rc1/go.mod h1:q+06ngm8r84Z03TUHmMkhHY7CZHlax8uPjSZf5l/Bl8=
github.com/go-vela/mock v0.6.0-rc1 h1:hB2NEEpaF65plE97AJXn4NY2OW7xnd5cvuSAAuzJ/ts=
github.com/go-vela/mock v0.6.0-rc1/go.mod h1:6k2CK115mHb8gaGSJXvL6lcfanuz77FL9T5D9Afc1sU=
github.com/go-vela/sdk-go v0.6.0-rc1 h1:eReCh4EcD7Gx8bteOemupQredcv/IGq6JdUp0TfHDNs=
github.com/go-vela/sdk-go v0.6.0-rc1/go.mod h1:aA3hHdSp6X81QuhlUmTNHi1DGf/KxBR3URfbWxDHIGM=
github.com/go-vela/types v0.6.0-rc1 h1:/ZSdzpaVvDr7nbltSdzpU7OyWooDDbiHVhDyjLMQtf4=
github.com/go-vela/types v0.6.0-rc1/go.mod h1:G1Qp0JFtXV+QRNTEWXht+WdllOhjAGapg9vBZKdj6N0=
github.com/go-vela/compiler v0.6.0-rc2 h1:l/Gn8k3iAlMtScDi8j70RjNWOH4oo36sA+mc1CsYTzE=
github.com/go-vela/compiler v0.6.0-rc2/go.mod h1:m6M4amIf01yF5gBjuRFj8rugNOyutjo39bTbaM6m/xA=
github.com/go-vela/mock v0.6.0-rc2 h1:oySYmHJFEn7aOFycwNNmwu88MestXSmBcDK+FZrBV7E=
github.com/go-vela/mock v0.6.0-rc2/go.mod h1:wh/PsOE/cHxxHHleVaa0ijKRfkHjoLpz1lff8dmMSgY=
github.com/go-vela/sdk-go v0.6.0-rc2 h1:e+4ELUS090Fe2IExopQHdLDsNGwa8NJVtUvewyL6F38=
github.com/go-vela/sdk-go v0.6.0-rc2/go.mod h1:GEKBpryXBFDixLQFZYbeUJP4H+7/tbxmgAYln9U+XOI=
github.com/go-vela/types v0.6.0-rc2 h1:u8lBGH7Ieab8b9k6dyO701s1/IOvqm0Sb36VIoaaw5o=
github.com/go-vela/types v0.6.0-rc2/go.mod h1:G1Qp0JFtXV+QRNTEWXht+WdllOhjAGapg9vBZKdj6N0=
github.com/gogo/protobuf v1.3.1/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o=
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q=
github.com/golang/mock v1.1.1/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A=
Expand Down