Skip to content
This repository was archived by the owner on Mar 30, 2022. It is now read-only.

chore(deps): bump github.com/gogo/protobuf from 1.3.1 to 1.3.2 #144

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
12 changes: 3 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
module github.com/snowdrop/istio-java-api

go 1.13

require (
require (
github.com/ghodss/yaml v1.0.0
github.com/gogo/protobuf v1.3.1
github.com/openshift/api v3.9.1-0.20191008181517-e4fd21196097+incompatible // indirect
gonum.org/v1/netlib v0.0.0-20190331212654-76723241ea4e // indirect
github.com/gogo/protobuf v1.3.2
istio.io/api v0.0.0-20210128181506-0c4b8e54850f
istio.io/istio v0.0.0-20210129021145-dcbb9a567ff4
sigs.k8s.io/structured-merge-diff v0.0.0-20190817042607-6149e4549fca // indirect
sigs.k8s.io/testing_frameworks v0.1.2 // indirect
)
)
Loading