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

chore: update devfile/library go module version #118

Open
wants to merge 1 commit into
base: infra_main
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: 6 additions & 5 deletions backend/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.18
require (
entgo.io/ent v0.11.7
github.com/andygrunwald/go-jira v1.16.0
github.com/devfile/library v1.3.0
github.com/devfile/library/v2 v2.2.1-0.20230418160146-e75481b7eebd
github.com/etherlabsio/healthcheck/v2 v2.0.0
github.com/google/go-github/v44 v44.1.0
github.com/google/uuid v1.3.0
Expand All @@ -23,7 +23,7 @@ require (
go.uber.org/zap v1.24.0
golang.org/x/oauth2 v0.5.0
google.golang.org/grpc v1.51.0
k8s.io/apimachinery v0.26.0
k8s.io/apimachinery v0.26.1
)

require (
Expand Down Expand Up @@ -57,7 +57,7 @@ require (
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang-jwt/jwt/v4 v4.4.3 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/btree v1.0.0 // indirect
github.com/google/btree v1.0.1 // indirect
github.com/google/flatbuffers v2.0.0+incompatible // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/google/go-querystring v1.1.0 // indirect
Expand Down Expand Up @@ -113,6 +113,7 @@ require (
github.com/xanzy/ssh-agent v0.3.0 // indirect
github.com/zclconf/go-cty v1.12.1 // indirect
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/goleak v1.2.0 // indirect
go.uber.org/multierr v1.9.0 // indirect
golang.org/x/crypto v0.4.0 // indirect
golang.org/x/mod v0.7.0 // indirect
Expand All @@ -129,8 +130,8 @@ require (
gopkg.in/warnings.v0 v0.1.2 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/api v0.21.3 // indirect
k8s.io/client-go v0.21.3 // indirect
k8s.io/api v0.26.1 // indirect
k8s.io/client-go v0.26.1 // indirect
k8s.io/klog v1.0.0 // indirect
k8s.io/klog/v2 v2.80.1 // indirect
k8s.io/utils v0.0.0-20221128185143-99ec85e7a448 // indirect
Expand Down
Loading