Skip to content

Commit

Permalink
MGMT-2342 adding timestamp to inventory (openshift#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsorya committed Oct 5, 2020
1 parent 382c69e commit 39e3604
Show file tree
Hide file tree
Showing 3 changed files with 864 additions and 2 deletions.
3 changes: 2 additions & 1 deletion go.mod
Expand Up @@ -10,7 +10,7 @@ require (
github.com/jaypipes/ghw v0.6.1
github.com/onsi/ginkgo v1.14.0
github.com/onsi/gomega v1.10.1
github.com/openshift/assisted-service v1.0.10-0.20200915104653-13d8e23fc222
github.com/openshift/assisted-service v1.0.10-0.20201005124942-defa93e0a45e
github.com/openshift/baremetal-runtimecfg v0.0.0-20200820213150-b2b74d7c6a5c
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.6.0
Expand All @@ -21,6 +21,7 @@ require (
)

replace (
github.com/metal3-io/baremetal-operator => github.com/openshift/baremetal-operator v0.0.0-20200715132148-0f91f62a41fe // Use OpenShift fork
k8s.io/api => k8s.io/api v0.0.0-20190712022805-31fe033ae6f9
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20190711222657-391ed67afa7b
k8s.io/client-go => k8s.io/client-go v0.0.0-20190620085101-78d2af792bab
Expand Down

0 comments on commit 39e3604

Please sign in to comment.