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 github.com/gogo/protobuf from 1.2.1 to 1.3.2 #24

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
11 changes: 3 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,14 @@ require (
github.com/CyCoreSystems/agi v0.6.1
github.com/CyCoreSystems/ari v5.0.0-pre5+incompatible
github.com/CyCoreSystems/ari-proxy v0.0.0-20190708005332-45b9a6d646d5
github.com/CyCoreSystems/asterisk-k8s-demo/live-demo/apps/voiceTransscriber/service v0.0.0-20191027234536-a7894a9de1d9 // indirect
github.com/CyCoreSystems/audiosocket v0.2.0
github.com/ericchiang/k8s v1.2.0
github.com/fatih/color v1.7.0
github.com/go-stack/stack v1.8.0 // indirect
github.com/gofrs/uuid v3.2.0+incompatible
github.com/gogo/protobuf v1.2.1 // indirect
github.com/google/btree v1.0.0 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/inconshreveable/log15 v0.0.0-20180818164646-67afb5ed74ec // indirect
github.com/nats-io/gnatsd v1.4.1 // indirect
github.com/nats-io/go-nats v0.0.0-20170814154326-b4479c874d87 // indirect
github.com/nats-io/nats v1.5.0 // indirect
github.com/mattn/go-colorable v0.1.4 // indirect
github.com/mattn/go-isatty v0.0.10 // indirect
github.com/pkg/errors v0.8.1
google.golang.org/genproto v0.0.0-20191009194640-548a555dbc03
rsc.io/binaryregexp v0.2.0 // indirect
)
Loading