Skip to content

Commit

Permalink
chore: update go mod for v0.5.0-rc1 (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
Neal authored Jul 31, 2020
1 parent 1baa025 commit dc76f53
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 95 deletions.
14 changes: 5 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,17 @@ module github.com/go-vela/worker
go 1.13

require (
github.com/alicebob/miniredis/v2 v2.13.0 // indirect
github.com/coreos/go-semver v0.3.0
github.com/gin-gonic/gin v1.6.3
github.com/go-redis/redis v6.15.8+incompatible // indirect
github.com/go-vela/pkg-executor v0.4.4-0.20200720202642-c6ea13b7dd99
github.com/go-vela/pkg-queue v0.4.3
github.com/go-vela/pkg-runtime v0.4.4-0.20200729200936-9c8fde257f3e
github.com/go-vela/sdk-go v0.4.3
github.com/go-vela/types v0.4.4-0.20200722113135-2251403bba7f
github.com/go-vela/pkg-executor v0.5.0-rc1
github.com/go-vela/pkg-queue v0.5.0-rc1
github.com/go-vela/pkg-runtime v0.5.0-rc1
github.com/go-vela/sdk-go v0.5.0-rc1
github.com/go-vela/types v0.5.0-rc1
github.com/joho/godotenv v1.3.0
github.com/prometheus/client_golang v1.7.1
github.com/sirupsen/logrus v1.6.0
github.com/urfave/cli/v2 v2.2.0
github.com/yuin/gopher-lua v0.0.0-20200603152657-dc2b0ca8b37e // indirect
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
google.golang.org/genproto v0.0.0-20200702021140-07506425bd67 // indirect
gopkg.in/tomb.v2 v2.0.0-20161208151619-d5d1b5820637
)
Loading

0 comments on commit dc76f53

Please sign in to comment.