Add Ability to run against local test-network

This commit is contained in:
stefanbenten
2019-10-06 17:06:26 +02:00
parent 6eabb248da
commit 060dbdf152
4 changed files with 333 additions and 7 deletions

9
go.mod
View File

@@ -15,8 +15,6 @@ require (
github.com/golang/gddo v0.0.0-20190815223733-287de01127ef
github.com/gorilla/mux v1.7.3
github.com/gorilla/securecookie v1.1.1 // indirect
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/mattn/go-isatty v0.0.9 // indirect
github.com/microcosm-cc/bluemonday v1.0.2
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
@@ -24,13 +22,14 @@ require (
github.com/stretchr/testify v1.4.0 // indirect
github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce
github.com/urfave/cli v1.21.0
golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586
golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7
github.com/zeebo/errs v1.2.2
golang.org/x/crypto v0.0.0-20190911031432-227b76d455e7
golang.org/x/net v0.0.0-20190916140828-c8589233b77d
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
google.golang.org/api v0.9.0
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
gopkg.in/russross/blackfriday.v2 v2.0.1
storj.io/storj v0.19.0
storj.io/storj v0.22.0
)
replace gopkg.in/russross/blackfriday.v2 v2.0.1 => github.com/russross/blackfriday/v2 v2.0.1