Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Merge pull request #29 from dgonzalez/refresh
Browse files Browse the repository at this point in the history
Refresh
  • Loading branch information
dgonzalez authored May 18, 2019
2 parents 754a9e4 + 4bdf426 commit 0848820
Show file tree
Hide file tree
Showing 10 changed files with 206 additions and 264 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ dist
debug.test
*.log
*.orig
.idea
175 changes: 0 additions & 175 deletions Gopkg.lock

This file was deleted.

46 changes: 0 additions & 46 deletions Gopkg.toml

This file was deleted.

6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,11 @@ clean:
build: peg
go build -v -race

install:
go get github.com/golang/dep
dep ensure

build-test-docker-images:
docker build test_data/hello-world/ -t gammaray-test-hello-world:1.0.0
docker build test_data/insecure-project/ -t gammaray-test-insecure-project:1.0.0

dev-install: install build-test-docker-images
dev-install: build build-test-docker-images
go get -u github.com/kyoh86/richgo
go get -u github.com/mgechev/revive
go get -u github.com/mna/pigeon
Expand Down
45 changes: 45 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
module gammaray

require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/Masterminds/semver v1.4.2
github.com/Masterminds/vcs v1.12.0 // indirect
github.com/Microsoft/go-winio v0.4.9
github.com/armon/go-radix v1.0.0 // indirect
github.com/boltdb/bolt v1.3.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/docker/distribution v2.6.2+incompatible
github.com/docker/docker v1.13.1
github.com/docker/go-connections v0.4.0
github.com/docker/go-units v0.3.3
github.com/gen2brain/go-unarr v0.0.0-20180702164458-2adf16213a3c
github.com/golang/dep v0.5.0 // indirect
github.com/golang/mock v1.2.0 // indirect
github.com/google/go-cmp v0.2.0
github.com/jaffee/commandeer v0.1.0
github.com/jmank88/nuts v0.3.0 // indirect
github.com/kyoh86/richgo v0.3.0 // indirect
github.com/kyoh86/xdg v1.0.0 // indirect
github.com/mattn/go-colorable v0.1.1 // indirect
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/mgechev/dots v0.0.0-20181228164730-18fa4c4b71cc // indirect
github.com/mgechev/revive v0.0.0-20190124171443-202adf078678 // indirect
github.com/mna/pigeon v1.0.0 // indirect
github.com/nearform/gammaray v0.0.0-20181023151042-754a9e439d1f
github.com/nightlyone/lockfile v0.0.0-20180618180623-0ad87eef1443 // indirect
github.com/olekukonko/tablewriter v0.0.1 // indirect
github.com/pelletier/go-toml v1.2.0 // indirect
github.com/pkg/errors v0.8.1
github.com/sdboyer/constext v0.0.0-20170321163424-836a14457353 // indirect
github.com/sirupsen/logrus v1.0.6
github.com/stretchr/objx v0.1.1 // indirect
github.com/stretchr/testify v1.3.0
github.com/wacul/ptr v0.0.0-20190222093950-93c3eb3ee7ea // indirect
golang.org/x/crypto v0.0.0-20180808211826-de0752318171
golang.org/x/net v0.0.0-20190213061140-3a22650c66bd
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 // indirect
golang.org/x/sys v0.0.0-20190222171317-cd391775e71e
golang.org/x/tools v0.0.0-20190221204921-83362c3779f5 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v2 v2.2.2 // indirect
)
Loading

0 comments on commit 0848820

Please sign in to comment.