Skip to content

Commit

Permalink
Depenencies tidied
Browse files Browse the repository at this point in the history
Change-Id: I25b80908d30cf4cb2e270da537a2320e0945d5a1
  • Loading branch information
Pavan-SAP committed Sep 5, 2023
1 parent d3cc82a commit a79d292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ go 1.21
require (
github.com/pkg/errors v0.9.1
github.com/sap/component-operator-runtime v0.1.9
golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63
k8s.io/api v0.28.1
k8s.io/apiextensions-apiserver v0.28.1
k8s.io/apimachinery v0.28.1
Expand Down Expand Up @@ -64,6 +63,7 @@ require (
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.25.0 // indirect
golang.org/x/crypto v0.12.0 // indirect
golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 // indirect
golang.org/x/net v0.14.0 // indirect
golang.org/x/oauth2 v0.11.0 // indirect
golang.org/x/sys v0.12.0 // indirect
Expand Down

0 comments on commit a79d292

Please sign in to comment.