File tree Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ package main
11
11
import (
12
12
"os"
13
13
14
- _ "go.uber.org/automaxprocs"
14
+ _ "go.uber.org/automaxprocs/maxprocs "
15
15
"k8s.io/component-base/cli"
16
16
_ "k8s.io/component-base/logs/json/register" // for JSON log format registration
17
17
_ "k8s.io/component-base/metrics/prometheus/clientgo" // load all the prometheus client-go plugins
Original file line number Diff line number Diff line change 9
9
package main
10
10
11
11
import (
12
- _ "go.uber.org/automaxprocs"
12
+ _ "go.uber.org/automaxprocs/maxprocs "
13
13
14
14
"github.com/superproj/onex/cmd/onex-cacheserver/app"
15
15
)
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ package main
11
11
import (
12
12
"os"
13
13
14
- _ "go.uber.org/automaxprocs"
14
+ _ "go.uber.org/automaxprocs/maxprocs "
15
15
"k8s.io/component-base/cli"
16
16
_ "k8s.io/component-base/logs/json/register" // for JSON log format registration
17
17
_ "k8s.io/component-base/metrics/prometheus/clientgo" // load all the prometheus client-go plugin
Original file line number Diff line number Diff line change 9
9
package main
10
10
11
11
import (
12
- _ "go.uber.org/automaxprocs"
12
+ _ "go.uber.org/automaxprocs/maxprocs "
13
13
14
14
"github.com/superproj/onex/cmd/onex-fakeserver/app"
15
15
)
Original file line number Diff line number Diff line change 8
8
package main
9
9
10
10
import (
11
- _ "go.uber.org/automaxprocs"
11
+ _ "go.uber.org/automaxprocs/maxprocs "
12
12
13
13
"github.com/superproj/onex/cmd/onex-gateway/app"
14
14
)
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ package main
11
11
import (
12
12
"os"
13
13
14
- _ "go.uber.org/automaxprocs"
14
+ _ "go.uber.org/automaxprocs/maxprocs "
15
15
"k8s.io/component-base/cli"
16
16
_ "k8s.io/component-base/logs/json/register" // for JSON log format registration
17
17
_ "k8s.io/component-base/metrics/prometheus/clientgo" // load all the prometheus client-go plugin
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ package main
10
10
import (
11
11
"os"
12
12
13
- _ "go.uber.org/automaxprocs"
13
+ _ "go.uber.org/automaxprocs/maxprocs "
14
14
"k8s.io/component-base/cli"
15
15
_ "k8s.io/component-base/logs/json/register" // for JSON log format registration
16
16
_ "k8s.io/component-base/metrics/prometheus/clientgo" // load all the prometheus client-go plugin
Original file line number Diff line number Diff line change 8
8
package main
9
9
10
10
import (
11
- _ "go.uber.org/automaxprocs"
11
+ _ "go.uber.org/automaxprocs/maxprocs "
12
12
13
13
"github.com/superproj/onex/cmd/onex-nightwatch/app"
14
14
)
Original file line number Diff line number Diff line change 8
8
package main
9
9
10
10
import (
11
- _ "go.uber.org/automaxprocs"
11
+ _ "go.uber.org/automaxprocs/maxprocs "
12
12
13
13
"github.com/superproj/onex/cmd/onex-toyblc/app"
14
14
)
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ package main
9
9
10
10
import (
11
11
// Importing the package to automatically set GOMAXPROCS.
12
- _ "go.uber.org/automaxprocs"
12
+ _ "go.uber.org/automaxprocs/maxprocs "
13
13
14
14
"github.com/superproj/onex/cmd/onex-usercenter/app"
15
15
)
You can’t perform that action at this time.
0 commit comments