Skip to content

Commit

Permalink
tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
vakenbolt committed Jul 12, 2020
1 parent acf085f commit 5cb8eb4
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 232 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ buildall: genbuild
mkdir -p release_builds/darwin-amd64/
mkdir -p release_builds/windows-amd64/

go mod verify

echo "Linux 64bit"
GOOS=linux GOARCH=amd64 go build -o release_builds/linux-amd64/
(cd release_builds/linux-amd64/; shasum -a 256 go-test-report | cut -d ' ' -f 1 > $(LINUX).sha256)
Expand Down
4 changes: 2 additions & 2 deletions embedded_assets.go

Large diffs are not rendered by default.

15 changes: 0 additions & 15 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,8 @@ module go-test-report
go 1.13

require (
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/fzipp/gocyclo v0.0.0-20150627053110-6acd4345c835 // indirect
github.com/gojp/goreportcard v0.0.0-20200415071653-59167b516f3f // indirect
github.com/mitchellh/mapstructure v1.3.2 // indirect
github.com/pelletier/go-toml v1.8.0 // indirect
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/cobra v1.0.0
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.7.0 // indirect
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.6.1
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1 // indirect
golang.org/x/text v0.3.2
golang.org/x/tools v0.0.0-20200711155855-7342f9734a7d // indirect
gopkg.in/ini.v1 v1.57.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
)
Loading

0 comments on commit 5cb8eb4

Please sign in to comment.