Skip to content

Commit 4cda1c1

Browse files
committed
fix logs handler
1 parent 996982d commit 4cda1c1

File tree

4 files changed

+7
-10
lines changed

4 files changed

+7
-10
lines changed

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,5 @@ require (
4545
gopkg.in/yaml.v2 v2.4.0 // indirect
4646
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
4747
)
48+
49+
replace github.com/openfaas/faas-provider => github.com/amoniacou/faas-provider v0.19.1-0.20220725095631-9b66f91b1b8e

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuy
5959
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=
6060
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0=
6161
github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0=
62+
github.com/amoniacou/faas-provider v0.19.1-0.20220725095631-9b66f91b1b8e h1:ifXrJx8bV7zvgletsPdGRUc+hxqP+aJTsanf5+sRQ6M=
63+
github.com/amoniacou/faas-provider v0.19.1-0.20220725095631-9b66f91b1b8e/go.mod h1:Farrp+9Med8LeK3aoYpqplMP8f5ebTILbCSLg2LPLZk=
6264
github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY=
6365
github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o=
6466
github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmVTwzkszR9V5SSuryQ31EELlFMUz1kKyl939pY=
@@ -295,8 +297,6 @@ github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lN
295297
github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0=
296298
github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk=
297299
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
298-
github.com/openfaas/faas-provider v0.19.0 h1:1dv4HDkWa9/yVkUll23/06y9lf8+tISOxYoHwBXZaJI=
299-
github.com/openfaas/faas-provider v0.19.0/go.mod h1:Farrp+9Med8LeK3aoYpqplMP8f5ebTILbCSLg2LPLZk=
300300
github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc=
301301
github.com/pascaldekloe/goe v0.1.0/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc=
302302
github.com/pelletier/go-toml v1.9.4 h1:tjENF6MfZAg8e4ZmZTeWaWiT2vXtsoO6+iuOjFhECwM=

vendor/github.com/openfaas/faas-provider/logs/handler.go

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

vendor/modules.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ github.com/magiconair/properties
5353
# github.com/mitchellh/mapstructure v1.4.3
5454
## explicit; go 1.14
5555
github.com/mitchellh/mapstructure
56-
# github.com/openfaas/faas-provider v0.19.0
56+
# github.com/openfaas/faas-provider v0.19.0 => github.com/amoniacou/faas-provider v0.19.1-0.20220725095631-9b66f91b1b8e
5757
## explicit; go 1.17
5858
github.com/openfaas/faas-provider/httputil
5959
github.com/openfaas/faas-provider/logs
@@ -219,3 +219,4 @@ gopkg.in/yaml.v2
219219
# gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
220220
## explicit
221221
gopkg.in/yaml.v3
222+
# github.com/openfaas/faas-provider => github.com/amoniacou/faas-provider v0.19.1-0.20220725095631-9b66f91b1b8e

0 commit comments

Comments
 (0)