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
13 changes: 1 addition & 12 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,13 @@ module github.com/atomix/raft-replica
go 1.12

require (
cloud.google.com/go v0.43.0 // indirect
github.com/atomix/api v0.0.0-20200123231207-4e5fb1cbaf40
github.com/atomix/go-framework v0.0.0-20200124005401-251d56394345
github.com/gogo/protobuf v1.3.1
github.com/golang/mock v1.3.1
github.com/golang/protobuf v1.3.2
github.com/google/pprof v0.0.0-20190723021845-34ac40c74b70 // indirect
github.com/hashicorp/golang-lru v0.5.3 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/kr/pty v1.1.8 // indirect
github.com/sirupsen/logrus v1.4.2
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.4.0
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect
golang.org/x/mobile v0.0.0-20190806162312-597adff16ade // indirect
golang.org/x/net v0.0.0-20190724013045-ca1201d0de80 // indirect
golang.org/x/sys v0.0.0-20190804053845-51ab0e2deafa // indirect
golang.org/x/tools v0.0.0-20190806215303-88ddfcebc769 // indirect
golang.org/x/net v0.1.0 // indirect
google.golang.org/grpc v1.23.1
honnef.co/go/tools v0.0.1-2019.2.2 // indirect
)
Loading