Move scripts/ to helpers/

This commit is contained in:
Alexander Neumann 2018-10-07 20:48:18 +02:00
parent 0cb241b7d3
commit 29aaec383c
3 changed files with 1 additions and 3 deletions

2
go.mod
View File

@ -37,7 +37,7 @@ require (
github.com/smartystreets/assertions v0.0.0-20180820201707-7c9eb446e3cf // indirect
github.com/smartystreets/goconvey v0.0.0-20180222194500-ef6db91d284a // indirect
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.2 // indirect
github.com/spf13/pflag v1.0.2
github.com/stretchr/testify v1.2.2 // indirect
golang.org/x/crypto v0.0.0-20180904163835-0709b304e793
golang.org/x/net v0.0.0-20180906233101-161cd47e91fd

View File

@ -1,5 +1,3 @@
// +build ignore
package main
import (

Binary file not shown.