Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Bump github.com/gogo/protobuf from 1.3.1 to 1.3.2 in /golang #184

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
18 changes: 4 additions & 14 deletions golang/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,13 @@ module github.com/summa-tx/relays/golang
go 1.12

require (
github.com/bombsimon/wsl v1.2.8 // indirect
github.com/cosmos/cosmos-sdk v0.37.11
github.com/go-critic/go-critic v0.4.0 // indirect
github.com/gogo/protobuf v1.3.1
github.com/golangci/gocyclo v0.0.0-20180528144436-0a533e8fa43d // indirect
github.com/golangci/golangci-lint v1.21.0 // indirect
github.com/golangci/revgrep v0.0.0-20180812185044-276a5c0a1039 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/gorilla/mux v1.7.0
github.com/gostaticanalysis/analysisutil v0.0.3 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/mattn/go-isatty v0.0.10 // indirect
github.com/onsi/ginkgo v1.10.3 // indirect
github.com/onsi/gomega v1.7.1 // indirect
github.com/pelletier/go-toml v1.6.0 // indirect
github.com/securego/gosec v0.0.0-20191119104125-df484bfa9e9f // indirect
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cobra v0.0.5
github.com/spf13/viper v1.6.1
Expand All @@ -24,9 +18,5 @@ require (
github.com/tendermint/go-amino v0.15.0
github.com/tendermint/tendermint v0.32.10
github.com/tendermint/tm-db v0.2.0
github.com/uudashr/gocognit v1.0.0 // indirect
golang.org/x/sys v0.0.0-20191128015809-6d18c012aee9 // indirect
golang.org/x/tools v0.0.0-20191130070609-6e064ea0cf2d // indirect
mvdan.cc/unparam v0.0.0-20191111180625-960b1ec0f2c2 // indirect
sourcegraph.com/sqs/pbtypes v1.0.0 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)
Loading