Replace gorunpkg with go run commands

This commit is contained in:
Thomas Boerger
2019-09-06 13:48:14 +02:00
parent 185704bca9
commit ca209f23bd
5 changed files with 59 additions and 45 deletions
+5 -3
View File
@@ -6,11 +6,13 @@ require (
github.com/UnnoTed/fileb0x v1.1.3 // indirect
github.com/go-chi/chi v4.0.2+incompatible
github.com/haya14busa/goverage v0.0.0-20180129164344-eec3514a20b5 // indirect
github.com/mitchellh/gox v1.0.1 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/oklog/run v1.0.0
github.com/prometheus/client_golang v0.9.3
github.com/restic/calens v0.0.0-20190419101620-10f36cb4a529 // indirect
github.com/prometheus/client_golang v1.1.0
github.com/rs/zerolog v1.15.0
github.com/spf13/cobra v0.0.5
github.com/spf13/viper v1.4.0
golang.org/x/net v0.0.0-20190522155817-f3200d17e092
golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297
)