Skip to content

Commit

Permalink
chore: upgrade go-vela deps on v0.9.0-rc2 (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrockopp authored Aug 9, 2021
1 parent f7dc190 commit e586565
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 74 deletions.
13 changes: 6 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ require (
github.com/cli/browser v1.1.0
github.com/davecgh/go-spew v1.1.1
github.com/dustin/go-humanize v1.0.0
github.com/go-vela/compiler v0.8.2-0.20210728151243-38af4aebce57
github.com/go-vela/mock v0.8.1
github.com/go-vela/pkg-executor v0.8.1
github.com/go-vela/pkg-runtime v0.8.1
github.com/go-vela/sdk-go v0.8.1
github.com/go-vela/types v0.8.3-0.20210726122150-0eaf6091307b
github.com/go-vela/compiler v0.9.0-rc2
github.com/go-vela/mock v0.9.0-rc2
github.com/go-vela/pkg-executor v0.9.0-rc2
github.com/go-vela/pkg-runtime v0.9.0-rc2
github.com/go-vela/sdk-go v0.9.0-rc2
github.com/go-vela/types v0.9.0-rc2
github.com/golang-jwt/jwt/v4 v4.0.0
github.com/gosuri/uitable v0.0.4
github.com/lunixbochs/vtclean v1.0.0 // indirect
Expand All @@ -22,6 +22,5 @@ require (
github.com/sirupsen/logrus v1.8.1
github.com/spf13/afero v1.6.0
github.com/urfave/cli/v2 v2.3.0
golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069 // indirect
gopkg.in/yaml.v2 v2.4.0
)
Loading

0 comments on commit e586565

Please sign in to comment.