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

chore(v0.11.0): update dependencies for v0.11.0 #238

Merged
merged 1 commit into from
Nov 11, 2021
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
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ require (
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.4.0
github.com/gin-gonic/gin v1.7.4
github.com/go-vela/sdk-go v0.11.0-rc3
github.com/go-vela/server v0.11.0-rc3
github.com/go-vela/types v0.11.0-rc3
github.com/go-vela/sdk-go v0.11.0
github.com/go-vela/server v0.11.0
github.com/go-vela/types v0.11.0
github.com/google/go-cmp v0.5.6
github.com/gorilla/mux v1.7.4 // indirect
github.com/joho/godotenv v1.4.0
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -186,12 +186,12 @@ github.com/go-redis/redis/v8 v8.11.4/go.mod h1:2Z2wHZXdQpCDXEGzqMockDpNyYvi2l4Px
github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY=
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0/go.mod h1:fyg7847qk6SyHyPtNmDHnmrv/HOrqktSC+C9fM+CJOE=
github.com/go-test/deep v1.0.2/go.mod h1:wGDj63lr65AM2AQyKZd/NYHGb0R+1RLqB8NKt3aSFNA=
github.com/go-vela/sdk-go v0.11.0-rc3 h1:f/lMdDPlKylSK/oGO9WT+yb+Hl6VlwH3xjUnU5tTqw4=
github.com/go-vela/sdk-go v0.11.0-rc3/go.mod h1:Pmsrdn6XjkJ5xfyHNX81YYrOW/XYSFTsLwE1lsjAQK0=
github.com/go-vela/server v0.11.0-rc3 h1:jMM4LSn8pWlIr4miNIfDd1ROhe4CU/by/17KA0LCrYM=
github.com/go-vela/server v0.11.0-rc3/go.mod h1:2mVX9TaHpHq2JYIpeKepZFQga6eadUPSKMZGUoMoXRY=
github.com/go-vela/types v0.11.0-rc3 h1:xON3Rki5NGXngJI3G5dkUnXPXIkuNcj9pU2Lj6PE5fY=
github.com/go-vela/types v0.11.0-rc3/go.mod h1:8Oml/G1ATFTJsKdsIsstUuHVLsUv7pl6+EiIyOaUqH0=
github.com/go-vela/sdk-go v0.11.0 h1:TnbmGBppx1Ux7GPUXv1qDk5DuKKlmurjfex1debH0UM=
github.com/go-vela/sdk-go v0.11.0/go.mod h1:48WCgfDktF90VMvzQ7EZjMFxSSBEsr2kEVtDUwErcqI=
github.com/go-vela/server v0.11.0 h1:+8SONSqzj7jOyiEzbYrtM+/6Xnw4ZfEEPiHkusyL6RY=
github.com/go-vela/server v0.11.0/go.mod h1:0phuhEP09iKIiNKpO+cfOa6qU+epgr9Oon1MAZ1nIJ0=
github.com/go-vela/types v0.11.0 h1:b7QMak0SLAfQjgUOPDhrS/XPPEswhI+27VZzn/axuJA=
github.com/go-vela/types v0.11.0/go.mod h1:8Oml/G1ATFTJsKdsIsstUuHVLsUv7pl6+EiIyOaUqH0=
github.com/gofrs/uuid v4.0.0+incompatible/go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM=
github.com/gogo/protobuf v1.1.1/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ=
github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=
Expand Down