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

switch from go dep tool to rancher/trash #68

Merged
merged 1 commit into from
Aug 25, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
FROM centos:7
MAINTAINER Federico Simoncelli <fsimonce@redhat.com>
MAINTAINER Federico Simoncelli <fsimonce@redhat.com>

RUN yum update -y && \
yum install -y golang openscap-scanner && \
yum install -y golang openscap-scanner git && \
yum clean all

WORKDIR /var/lib/image-inspector

COPY . /go/src/github.com/openshift/image-inspector

RUN GOBIN=/usr/bin \
Expand Down
42 changes: 0 additions & 42 deletions Gopkg.lock

This file was deleted.

71 changes: 0 additions & 71 deletions Gopkg.toml

This file was deleted.

6 changes: 6 additions & 0 deletions vendor.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
golang.org/x/net 570fa1c91359c1869590e9cedf3b53162a51a167
github.com/fsouza/go-dockerclient bf97c77db7c945cbcdbf09d56c6f87a66f54537b
github.com/openshift/clam-scanner 587e08d22e3c61f8ab1aeff781483225cbae49bc
github.com/subchen/go-xmldom 93fb82989feca2cc04221f1483c8fe1dc98ed503
github.com/antchfx/xpath 0851b60062c5ccde520ce15765695b8525d4a034
github.com/golang/glog 23def4e6c14b4da8ac2ed8007337bc5eb5007998
25 changes: 12 additions & 13 deletions vendor/github.com/antchfx/xpath/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 38 additions & 4 deletions vendor/github.com/antchfx/xpath/build.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

60 changes: 49 additions & 11 deletions vendor/github.com/antchfx/xpath/func.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading