mirror of https://github.com/restic/restic.git
Move scripts/ to helpers/
This commit is contained in:
parent
0cb241b7d3
commit
29aaec383c
2
go.mod
2
go.mod
|
@ -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
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
// +build ignore
|
||||
|
||||
package main
|
||||
|
||||
import (
|
Binary file not shown.
Loading…
Reference in New Issue