Skip to content
Closed
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: 6 additions & 7 deletions Label_Microservice/go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@ go 1.13

require (
cloud.google.com/go v0.60.0
github.com/go-logr/logr v0.1.0
github.com/go-logr/logr v1.2.3
github.com/go-yaml/yaml v2.1.0+incompatible
github.com/golang/protobuf v1.4.2
github.com/golang/protobuf v1.5.2
github.com/google/uuid v1.1.1
github.com/gorilla/mux v1.7.3
github.com/hashicorp/go-uuid v1.0.1
github.com/onrik/logrus v0.6.0
github.com/onsi/ginkgo v1.11.0
github.com/onsi/gomega v1.8.1
github.com/onsi/ginkgo v1.16.4
github.com/onsi/gomega v1.27.0
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.4.2
github.com/spf13/cobra v1.0.0
Expand All @@ -21,11 +20,11 @@ require (
// to some annotations. So we pin to a newer commit.
// Once there is a release newer then 0.14.1 we can probably pin to that.
github.com/tektoncd/pipeline v0.14.1-0.20200715152659-1b28720e32b8

github.com/tidwall/gjson v1.6.0 // indirect
google.golang.org/api v0.28.0
google.golang.org/genproto v0.0.0-20200707001353-8e8330bf89df
google.golang.org/protobuf v1.25.0
google.golang.org/grpc v1.29.1
google.golang.org/protobuf v1.28.0
k8s.io/api v0.17.6
k8s.io/apimachinery v0.17.6
k8s.io/client-go v11.0.1-0.20190805182717-6502b5e7b1b5+incompatible
Expand Down
Loading