Skip to content
This repository was archived by the owner on Dec 9, 2022. It is now read-only.

Commit 2411a70

Browse files
authored
Merge pull request #68 from ilackarms/trash-deps
switch from go dep tool to rancher/trash
2 parents 17dbd37 + 5c735b9 commit 2411a70

File tree

574 files changed

+424
-148357
lines changed

Some content is hidden

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

574 files changed

+424
-148357
lines changed

Dockerfile

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
FROM centos:7
2-
MAINTAINER Federico Simoncelli <fsimonce@redhat.com>
2+
MAINTAINER Federico Simoncelli <fsimonce@redhat.com>
33

44
RUN yum update -y && \
5-
yum install -y golang openscap-scanner && \
5+
yum install -y golang openscap-scanner git && \
66
yum clean all
77

8-
WORKDIR /var/lib/image-inspector
9-
108
COPY . /go/src/github.com/openshift/image-inspector
119

1210
RUN GOBIN=/usr/bin \

Gopkg.lock

-42
This file was deleted.

Gopkg.toml

-71
This file was deleted.

vendor.conf

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
golang.org/x/net 570fa1c91359c1869590e9cedf3b53162a51a167
2+
github.com/fsouza/go-dockerclient bf97c77db7c945cbcdbf09d56c6f87a66f54537b
3+
github.com/openshift/clam-scanner 587e08d22e3c61f8ab1aeff781483225cbae49bc
4+
github.com/subchen/go-xmldom 93fb82989feca2cc04221f1483c8fe1dc98ed503
5+
github.com/antchfx/xpath 0851b60062c5ccde520ce15765695b8525d4a034
6+
github.com/golang/glog 23def4e6c14b4da8ac2ed8007337bc5eb5007998

vendor/github.com/antchfx/xpath/README.md

+12-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/antchfx/xpath/build.go

+38-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/antchfx/xpath/func.go

+49-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)