7fde8b908a
* Light client implementation with get-info and list-buckets commands * Fix client package name * Fix go.mod to work with vgo * Use single `fmt.Printf` for `get-info` output * Use unnamed import to client package * Simplify usage of sha256 and sha512 sums * Remove obsolete test code * Use helper structs for unmarshalling bridge info * Remove LGPL license files and adjust copyright headers * Use github.com/zeebo/errs * Use httptest for test http server * Use viper for env var management * Nested struct for swagger * Add github.com/zeebo/errs to go.mod * More bucket tests * word wrap long line * Use zeebo/errs for crypto errors
10 lines
263 B
Modula-2
10 lines
263 B
Modula-2
module "storj.io/storj"
|
|
|
|
require (
|
|
"github.com/spf13/viper" v1.0.2
|
|
"github.com/tyler-smith/go-bip39" v0.0.0-20160629163856-8e7a99b3e716
|
|
"github.com/urfave/cli" v1.20.0
|
|
"github.com/zeebo/errs" v0.1.0
|
|
"golang.org/x/crypto" v0.0.0-20180410182641-f70185d77e82
|
|
)
|