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
1 change: 1 addition & 0 deletions components/api-server/cmd/hypershell/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import (

_ "github.com/openshift-online/hypershell/components/api-server/cmd/hypershell/environments"
_ "github.com/openshift-online/hypershell/components/api-server/plugins/gatewayNetworks"
_ "github.com/openshift-online/hypershell/components/api-server/plugins/gatewayProfiles"
_ "github.com/openshift-online/hypershell/components/api-server/plugins/gatewayReleases"
_ "github.com/openshift-online/hypershell/components/api-server/plugins/gateways"
_ "github.com/openshift-online/hypershell/components/api-server/plugins/managedClusters"
Expand Down
5 changes: 5 additions & 0 deletions components/api-server/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ require (
gopkg.in/resty.v1 v1.12.0
gopkg.in/yaml.v3 v3.0.1
gorm.io/gorm v1.31.1
k8s.io/apimachinery v0.31.0
)

require (
Expand All @@ -56,10 +57,12 @@ require (
github.com/docker/go-healthcheck v0.1.0 // indirect
github.com/docker/go-units v0.5.0 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
github.com/ghodss/yaml v1.0.0 // indirect
github.com/go-logr/logr v1.4.3 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/go-cmp v0.7.0 // indirect
github.com/google/uuid v1.6.0 // indirect
Expand Down Expand Up @@ -103,6 +106,7 @@ require (
github.com/tklauser/go-sysconf v0.3.12 // indirect
github.com/tklauser/numcpus v0.6.1 // indirect
github.com/uptrace/opentelemetry-go-extra/otelsql v0.3.2 // indirect
github.com/x448/float16 v0.8.4 // indirect
github.com/yusufpapurcu/wmi v1.2.4 // indirect
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.44.0 // indirect
Expand All @@ -114,6 +118,7 @@ require (
golang.org/x/text v0.40.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20260720211330-0afa2a65878a // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20260720211330-0afa2a65878a // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gorm.io/driver/postgres v1.6.0 // indirect
)
52 changes: 46 additions & 6 deletions components/api-server/go.sum

Large diffs are not rendered by default.

Loading
Loading