Skip to content

Commit bbd2e96

Browse files
committed
Update prometheus client version
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent a49fcb4 commit bbd2e96

File tree

599 files changed

+219048
-14015
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

599 files changed

+219048
-14015
lines changed

config/config.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) OpenFaaS Author(s) 2021. All rights reserved.
2+
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
3+
14
package config
25

36
import (

config/config_modes.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) OpenFaaS Author(s) 2021. All rights reserved.
2+
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
3+
14
package config
25

36
const (

config/config_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) OpenFaaS Author(s) 2021. All rights reserved.
2+
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
3+
14
package config
25

36
import (

executor/http_runner.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) OpenFaaS Author(s) 2021. All rights reserved.
2+
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
3+
14
package executor
25

36
import (

executor/logging.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) OpenFaaS Author(s) 2021. All rights reserved.
2+
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
3+
14
package executor
25

36
import (

executor/serializing_fork_runner.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) OpenFaaS Author(s) 2021. All rights reserved.
2+
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
3+
14
package executor
25

36
import (

executor/streaming_runner.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) OpenFaaS Author(s) 2021. All rights reserved.
2+
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
3+
14
package executor
25

36
import (

go.mod

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ module github.com/openfaas/of-watchdog
33
go 1.13
44

55
require (
6-
github.com/golang/protobuf v1.3.1 // indirect
7-
github.com/openfaas/faas-middleware v0.0.0-20190415163657-6a78c3a94beb
8-
github.com/prometheus/client_golang v0.9.2
9-
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 // indirect
10-
github.com/prometheus/common v0.2.0 // indirect
11-
github.com/prometheus/procfs v0.0.0-20190403104016-ea9eea638872 // indirect
6+
github.com/openfaas/faas-middleware v1.0.0
7+
github.com/prometheus/client_golang v1.9.0
128
)

go.sum

Lines changed: 366 additions & 12 deletions
Large diffs are not rendered by default.

main.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) OpenFaaS Author(s) 2021. All rights reserved.
2+
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
3+
14
package main
25

36
import (

0 commit comments

Comments
 (0)