Skip to content
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
15 changes: 7 additions & 8 deletions Label_Microservice/go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ module github.com/kubeflow/code-intelligence/Label_Microservice/go
go 1.13

require (
cloud.google.com/go v0.60.0
cloud.google.com/go/automl v1.8.0
github.com/go-logr/logr v0.1.0
github.com/go-yaml/yaml v2.1.0+incompatible
github.com/golang/protobuf v1.4.2
github.com/google/uuid v1.1.1
github.com/golang/protobuf v1.5.2
github.com/google/uuid v1.3.0
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
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/api v0.111.0
google.golang.org/genproto v0.0.0-20230223222841-637eb2293923
google.golang.org/grpc v1.53.0
google.golang.org/protobuf v1.28.1
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