Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
origosys
External Dns
Commits
c6dcc385
Unverified
Commit
c6dcc385
authored
6 years ago
by
Martin Linkhorst
Browse files
Options
Download
Email Patches
Plain Diff
chore: replace glog with a noop logger
parent
9aaf7883
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
2 deletions
+14
-2
Gopkg.lock
Gopkg.lock
+10
-2
Gopkg.toml
Gopkg.toml
+4
-0
No files found.
Gopkg.lock
View file @
c6dcc385
...
...
@@ -267,11 +267,13 @@
version = "v1.1.1"
[[projects]]
digest = "1:ed314700d20eeaaa904b47e6fd3d4866f7bd14887a4904a9f69ec1e47385416f"
branch = "master"
digest = "1:b12aff239810a9fa71e901a712a52f9da4c6e536852e943be693dec1d4519dfd"
name = "github.com/golang/glog"
packages = ["."]
pruneopts = ""
revision = "44145f04b68cf362d9c4df2182967c2275eaefed"
revision = "3fa5b9870d1d29f6d7907b29f1ae8c6eeb403829"
source = "github.com/kubermatic/glog-logrus"
[[projects]]
digest = "1:3dd078fda7500c341bc26cfbc6c6a34614f295a2457149fc1045cab767cbcf18"
...
...
@@ -1032,6 +1034,7 @@
"plugin/pkg/client/auth/oidc",
"plugin/pkg/client/auth/openstack",
"rest",
"rest/fake",
"rest/watch",
"testing",
"third_party/forked/golang/template",
...
...
@@ -1127,9 +1130,14 @@
"k8s.io/api/extensions/v1beta1",
"k8s.io/apimachinery/pkg/apis/meta/v1",
"k8s.io/apimachinery/pkg/labels",
"k8s.io/apimachinery/pkg/runtime",
"k8s.io/apimachinery/pkg/runtime/schema",
"k8s.io/apimachinery/pkg/runtime/serializer",
"k8s.io/client-go/kubernetes",
"k8s.io/client-go/kubernetes/fake",
"k8s.io/client-go/plugin/pkg/client/auth",
"k8s.io/client-go/rest",
"k8s.io/client-go/rest/fake",
"k8s.io/client-go/tools/clientcmd",
]
solver-name = "gps-cdcl"
...
...
This diff is collapsed.
Click to expand it.
Gopkg.toml
View file @
c6dcc385
...
...
@@ -84,6 +84,10 @@ ignored = ["github.com/kubernetes/repo-infra/kazel"]
name
=
"istio.io/istio"
version
=
"1.0.0"
[[override]]
name
=
"github.com/golang/glog"
source
=
"github.com/kubermatic/glog-logrus"
[[override]]
name
=
"github.com/golang/protobuf"
version
=
"1.1.0"
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment