Skip to content

Commit 6fc0095

Browse files
dependabot[bot]alexellis
authored andcommitted
Bump github.com/openfaas/faas-provider from 0.18.6 to 0.18.9
Bumps [github.com/openfaas/faas-provider](https://github.com/openfaas/faas-provider) from 0.18.6 to 0.18.9. - [Release notes](https://github.com/openfaas/faas-provider/releases) - [Commits](openfaas/faas-provider@v0.18.6...v0.18.9) --- updated-dependencies: - dependency-name: github.com/openfaas/faas-provider dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bf08e20 commit 6fc0095

File tree

8 files changed

+93
-74
lines changed

8 files changed

+93
-74
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/imdario/mergo v0.3.7 // indirect
1010
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
1111
github.com/onsi/gomega v1.14.0 // indirect
12-
github.com/openfaas/faas-provider v0.18.6
12+
github.com/openfaas/faas-provider v0.18.9
1313
github.com/pkg/errors v0.9.1
1414
github.com/prometheus/client_golang v1.12.1
1515
github.com/stretchr/testify v1.7.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,8 @@ github.com/onsi/gomega v1.7.1/go.mod h1:XdKZgCCFLUoM/7CFJVPcG8C1xQ1AJ0vpAezJrB7J
258258
github.com/onsi/gomega v1.10.1/go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1ybHNo=
259259
github.com/onsi/gomega v1.14.0 h1:ep6kpPVwmr/nTbklSx2nrLNSIO62DoYAhnPNIMhK8gI=
260260
github.com/onsi/gomega v1.14.0/go.mod h1:cIuvLEne0aoVhAgh/O6ac0Op8WWw9H6eYCriF+tEHG0=
261-
github.com/openfaas/faas-provider v0.18.6 h1:wypzvPKZqta8t4rx3W6Dm14ommBCc+rQ4DKDiBdGB7M=
262-
github.com/openfaas/faas-provider v0.18.6/go.mod h1:fq1JL0mX4rNvVVvRLaLRJ3H6o667sHuyP5p/7SZEe98=
261+
github.com/openfaas/faas-provider v0.18.9 h1:nHPlq9PYLGLuyhuXfASlBPOvXiZC/fJqHOr6m+0Fn1s=
262+
github.com/openfaas/faas-provider v0.18.9/go.mod h1:S217qfIaMrv+XKJxgbhBzJzCfyFvoIF+BvYdDo6XIDQ=
263263
github.com/peterbourgon/diskv v2.0.1+incompatible/go.mod h1:uqqh8zWWbv1HBMNONnaR/tNboyR3/BZd58JJSHlUSCU=
264264
github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
265265
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=

vendor/github.com/openfaas/faas-provider/go.mod

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/openfaas/faas-provider/go.sum

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/openfaas/faas-provider/types/function_deployment.go

Lines changed: 51 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/openfaas/faas-provider/types/model.go renamed to vendor/github.com/openfaas/faas-provider/types/function_status.go

Lines changed: 20 additions & 66 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/openfaas/faas-provider/types/secret.go

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ github.com/modern-go/concurrent
5555
github.com/modern-go/reflect2
5656
# github.com/onsi/gomega v1.14.0
5757
## explicit
58-
# github.com/openfaas/faas-provider v0.18.6
58+
# github.com/openfaas/faas-provider v0.18.9
5959
## explicit
6060
github.com/openfaas/faas-provider
6161
github.com/openfaas/faas-provider/auth

0 commit comments

Comments
 (0)