Skip to content

Commit

Permalink
chore: updates for v0.3.0-rc3 (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
Neal authored Feb 18, 2020
1 parent 17d3a27 commit dab2a54
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
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/dustin/go-humanize v1.0.0
github.com/fatih/color v1.7.0 // indirect
github.com/gin-gonic/gin v1.5.0
github.com/go-vela/compiler v0.3.0-rc2
github.com/go-vela/mock v0.3.0-rc2
github.com/go-vela/sdk-go v0.3.0-rc2
github.com/go-vela/types v0.3.0-rc2
github.com/go-vela/compiler v0.3.0-rc3
github.com/go-vela/mock v0.3.0-rc3
github.com/go-vela/sdk-go v0.3.0-rc3
github.com/go-vela/types v0.3.0-rc3
github.com/gosuri/uitable v0.0.3
github.com/manifoldco/promptui v0.3.2
github.com/mattn/go-isatty v0.0.11 // indirect
Expand Down
16 changes: 8 additions & 8 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ github.com/go-playground/locales v0.13.0/go.mod h1:taPMhCMXrRLJO55olJkUXHZBHCxTM
github.com/go-playground/universal-translator v0.16.0/go.mod h1:1AnU7NaIRDWWzGEKwgtJRd2xk99HeFyHw3yid4rvQIY=
github.com/go-playground/universal-translator v0.17.0 h1:icxd5fm+REJzpZx7ZfpaD876Lmtgy7VtROAbHHXk8no=
github.com/go-playground/universal-translator v0.17.0/go.mod h1:UkSxE5sNxxRwHyU+Scu5vgOQjsIJAF8j9muTVoKLVtA=
github.com/go-vela/compiler v0.3.0-rc2 h1:S+KbcDshQabpwOhbeyol3B+WNml6l5TIPsLMXnmpJcc=
github.com/go-vela/compiler v0.3.0-rc2/go.mod h1:58jRH4hlIu3dKCImBzTIbpM+RLdLL1I0qsDYpinCMgQ=
github.com/go-vela/mock v0.3.0-rc2 h1:90b8MKUJOj2oHGRNOZ53RmCBd15W2hbgiOo/uKdpNUM=
github.com/go-vela/mock v0.3.0-rc2/go.mod h1:x6uxv4fHHjMzDlL/tkjrxPRhX/mPcMhIcWmDc5DrF8I=
github.com/go-vela/sdk-go v0.3.0-rc2 h1:qWvRAWm6lIlKHBEYleT+mGMvuLUCNGEPu0U5UXSdW64=
github.com/go-vela/sdk-go v0.3.0-rc2/go.mod h1:nfqbi55a8h8EvwiHaJVWCwlmZEX1hE/6k25twbzjgus=
github.com/go-vela/types v0.3.0-rc2 h1:FrDTX01K+2M6ertsv9GUAP76YWQANdcrA2N6oBIRX+E=
github.com/go-vela/types v0.3.0-rc2/go.mod h1:LNDrn7/nV38H0HmRfYv6YfPNb881R5NRE1YKXeVqpF4=
github.com/go-vela/compiler v0.3.0-rc3 h1:LnvtTSnewcuiaDri2sq1yaVyfbDLLiPTf2uD3zeK4/I=
github.com/go-vela/compiler v0.3.0-rc3/go.mod h1:uVOlKqV0xOIULoJI3KJyZ1TgeX7KqRew78VwsmdFvGo=
github.com/go-vela/mock v0.3.0-rc3 h1:n00oCFiA+B9JmieagnxUerGW8k4vz8xuTl2WPDVNFVg=
github.com/go-vela/mock v0.3.0-rc3/go.mod h1:jAFAvaKP4xLZCjYk2PKQSQC4/YBQ3K6tloOsp7rOCqA=
github.com/go-vela/sdk-go v0.3.0-rc3 h1:Q1cv4pcj3RQR3rhhuqKHBnhypLJ7J+nQ59LCoRZ5zHo=
github.com/go-vela/sdk-go v0.3.0-rc3/go.mod h1:v/VShjEWqcN4EyLXDQHO5rwEXl4htbnZn4mn3nGa4eg=
github.com/go-vela/types v0.3.0-rc3 h1:G7+eKZBjN1cCvAKC2LzoDIDkmooLFfUoQPwt/7fT9AM=
github.com/go-vela/types v0.3.0-rc3/go.mod h1:LNDrn7/nV38H0HmRfYv6YfPNb881R5NRE1YKXeVqpF4=
github.com/golang/lint v0.0.0-20181026193005-c67002cb31c3 h1:I4BOK3PBMjhWfQM2zPJKK7lOBGsrsvOB7kBELP33hiE=
github.com/golang/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:tluoj9z5200jBnyusfRPU2LqT6J+DAorxEvtC7LHB+E=
github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
Expand Down

0 comments on commit dab2a54

Please sign in to comment.