Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump golang.org/x/crypto from 0.0.0-20190701094942-4def268fd1a4 to 0.1.0 #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 9 additions & 17 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,23 @@ go 1.12
require (
github.com/BurntSushi/toml v0.3.1
github.com/bluele/gcache v0.0.0-20190518031135-bc40bd653833
github.com/bluele/slack v0.0.0-20180528010058-b4b4d354a079
github.com/boltdb/bolt v1.3.1
github.com/cupcake/rdb v0.0.0-20161107195141-43ba34106c76 // indirect
github.com/davecgh/go-spew v1.1.1
github.com/dgraph-io/badger v1.6.0
github.com/fletaio/fleta v0.0.0-20191121090809-7fe7dc70cc49
github.com/fletaio/testnet_explorer v0.0.0-20191120111006-953e3ceef715
github.com/edsrzf/mmap-go v1.0.0 // indirect
github.com/fletaio/webserver v0.0.0-20190926090427-5a62061ed9ca
github.com/gorilla/sessions v1.2.0
github.com/golang/protobuf v1.3.2 // indirect
github.com/gorilla/websocket v1.4.0
github.com/labstack/echo v3.3.10+incompatible
github.com/labstack/echo-contrib v0.7.0
github.com/labstack/echo/v4 v4.1.11
github.com/mr-tron/base58 v1.1.2
github.com/petar/GoLLRB v0.0.0-20190514000832-33fb24c13b99
github.com/philhofer/fwd v1.0.0 // indirect
github.com/pkg/errors v0.8.1
github.com/pkg/profile v1.4.0
github.com/satori/go.uuid v1.2.0
github.com/siddontang/go v0.0.0-20180604090527-bdc77568d726 // indirect
github.com/siddontang/ledisdb v0.0.0-20190202134119-8ceb77e66a92
github.com/siddontang/rdb v0.0.0-20150307021120-fc89ed2e418d // indirect
github.com/spf13/cobra v0.0.5
github.com/syndtr/goleveldb v1.0.0
github.com/tidwall/btree v0.0.0-20170113224114-9876f1454cf0
Expand All @@ -32,16 +30,10 @@ require (
github.com/tidwall/grect v0.0.0-20161006141115-ba9a043346eb
github.com/tidwall/match v1.0.1
github.com/tidwall/rtree v0.0.0-20180113144539-6cd427091e0e
github.com/tinylib/msgp v1.1.1
github.com/ttacon/chalk v0.0.0-20160626202418-22c06c80ed31 // indirect
github.com/urfave/cli v1.20.0
github.com/tidwall/tinyqueue v0.0.0-20180302190814-1e39f5511563 // indirect
github.com/valyala/fasttemplate v1.1.0 // indirect
github.com/vmihailenco/msgpack v4.0.4+incompatible
github.com/xujiajun/nutsdb v0.4.0
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
golang.org/x/net v0.0.0-20190620200207-3b0461eec859
golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a
golang.org/x/text v0.3.2 // indirect
golang.org/x/tools v0.0.0-20190608022120-eacb66d2a7c3 // indirect
gopkg.in/tucnak/telebot.v2 v2.0.0-20190915201756-d408d5d2680d
golang.org/x/crypto v0.1.0
google.golang.org/appengine v1.6.7 // indirect
gopkg.in/yaml.v2 v2.2.2
)
Loading