Skip to content

Commit

Permalink
chore: upgrade dependencies for v0.9.0-rc2 (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
KellyMerrick authored Aug 6, 2021
1 parent dc2fd88 commit f909373
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 81 deletions.
11 changes: 5 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@ go 1.16
require (
github.com/Masterminds/semver/v3 v3.1.1
github.com/gin-gonic/gin v1.7.3
github.com/go-vela/pkg-executor v0.8.1
github.com/go-vela/pkg-queue 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.2
github.com/go-vela/pkg-executor v0.9.0-rc2
github.com/go-vela/pkg-queue 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/joho/godotenv v1.3.0
github.com/prometheus/client_golang v1.11.0
github.com/sirupsen/logrus v1.8.1
github.com/urfave/cli/v2 v2.3.0
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069 // indirect
)
Loading

0 comments on commit f909373

Please sign in to comment.