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-20210921155107-089bfa567519 to 0.1.0 #124

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
43 changes: 13 additions & 30 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,65 +3,48 @@ module github.com/phoreproject/synapse
go 1.13

require (
github.com/FactomProject/basen v0.0.0-20150613233007-fe3947df716e // indirect
github.com/FactomProject/btcutilecc v0.0.0-20130527213604-d3a63a5752ec // indirect
github.com/Kubuxu/gocovmerge v0.0.0-20161216165753-7ecaa51963cd // indirect
github.com/AndreasBriese/bbloom v0.0.0-20190823232136-616930265c33 // indirect
github.com/beevik/ntp v0.2.0
github.com/btcsuite/btcd v0.0.0-20190629003639-c26ffa870fd8 // indirect
github.com/btcsuite/btcutil v0.0.0-20190425235716-9e5f4b9a998d
github.com/c-bata/go-prompt v0.2.3
github.com/decred/dcrd/dcrec/secp256k1 v1.0.2
github.com/dgraph-io/badger v1.6.0
github.com/fatih/color v1.7.0
github.com/getsentry/sentry-go v0.7.0
github.com/go-interpreter/wagon v0.6.0
github.com/go-test/deep v1.0.4
github.com/gogo/protobuf v1.3.0
github.com/golang/protobuf v1.5.2
github.com/hsanjuan/go-libp2p-http v0.0.2 // indirect
github.com/influxdata/influxdb v1.8.1 // indirect
github.com/ipfs/dir-index-html v1.0.3 // indirect
github.com/ipfs/go-cid v0.0.3
github.com/ipfs/go-ipfs v0.4.22-0.20190911184350-a8fbd066d744 // indirect
github.com/ipfs/hang-fds v0.0.1 // indirect
github.com/ipfs/iptb-plugins v0.0.2 // indirect
github.com/jbenet/go-random-files v0.0.0-20190219210431-31b3f20ebded // indirect
github.com/jinzhu/gorm v1.9.10
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/labstack/echo v3.3.10+incompatible
github.com/labstack/gommon v0.3.0
github.com/libp2p/go-libp2p v0.3.1
github.com/libp2p/go-libp2p-core v0.2.2
github.com/libp2p/go-libp2p-crypto v0.1.0
github.com/libp2p/go-libp2p-discovery v0.1.0
github.com/libp2p/go-libp2p-kad-dht v0.2.1
github.com/libp2p/go-libp2p-peer v0.2.0
github.com/libp2p/go-libp2p-peerstore v0.1.3
github.com/libp2p/go-libp2p-pubsub v0.1.1
github.com/mattn/go-sqlite3 v1.11.0 // indirect
github.com/minio/sha256-simd v0.1.0
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/mattn/go-sqlite3 v1.11.0
github.com/mitchellh/go-homedir v1.1.0
github.com/mjibson/esc v0.2.0 // indirect
github.com/multiformats/go-multiaddr v0.0.4
github.com/multiformats/go-multiaddr-net v0.0.1
github.com/multiformats/go-multicodec v0.1.6 // indirect
github.com/multiformats/go-multihash v0.0.7 // indirect
github.com/opentracing/opentracing-go v1.1.0 // indirect
github.com/phoreproject/bls v0.0.0-20190821133044-da95d4798b09
github.com/phoreproject/go-phore-connmgr v0.2.0
github.com/pkg/errors v0.9.1
github.com/pkg/term v0.0.0-20190109203006-aa71e9d9e942 // indirect
github.com/protolambda/zssz v0.1.3
github.com/prysmaticlabs/go-bitfield v0.0.0-20190825002834-fb724e897364
github.com/protolambda/zssz v0.1.3 // indirect
github.com/prysmaticlabs/go-bitfield v0.0.0-20190825002834-fb724e897364 // indirect
github.com/prysmaticlabs/go-ssz v0.0.0-20190917152816-977e011d625d
github.com/sirupsen/logrus v1.4.2
github.com/tetratelabs/wazero v1.0.0-pre.5
github.com/tevjef/go-runtime-metrics v0.0.0-20170326170900-527a54029307
github.com/tyler-smith/go-bip32 v0.0.0-20170922074101-2c9cfd177564 // indirect
github.com/whyrusleeping/cbor v0.0.0-20171005072247-63513f603b11 // indirect
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
golang.org/x/image v0.0.0-20190802002840-cff245a6509b
golang.org/x/net v0.0.0-20220722155237-a158d28d115b
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013
github.com/whyrusleeping/mdns v0.0.0-20190823211037-23958d6311f0 // indirect
golang.org/x/crypto v0.1.0
golang.org/x/net v0.1.0
golang.org/x/sys v0.1.0
google.golang.org/grpc v1.51.0
google.golang.org/protobuf v1.28.1
gopkg.in/yaml.v2 v2.2.4
gotest.tools/gotestsum v0.3.4 // indirect
)
Loading