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
4 changes: 1 addition & 3 deletions actions/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ replace (
go.opentelemetry.io/otel/sdk => go.opentelemetry.io/otel/sdk v1.28.0
go.opentelemetry.io/otel/trace => go.opentelemetry.io/otel/trace v1.28.0
go.opentelemetry.io/proto/otlp => go.opentelemetry.io/proto/otlp v1.3.1
go.qase.io/client => github.com/rancher/qase-go/client v0.0.0-20250627195016-142ff3dfec16
go.qase.io/qase-api-client => github.com/qase-tms/qase-go/qase-api-client v1.2.0

helm.sh/helm/v3 => github.com/rancher/helm/v3 v3.16.1-rancher1
k8s.io/api => k8s.io/api v0.34.1
Expand Down Expand Up @@ -58,6 +56,7 @@ replace (
)

require (
github.com/qase-tms/qase-go/qase-api-client v1.2.0
github.com/rancher/rancher/pkg/apis v0.0.0
github.com/rancher/shepherd v0.0.0-20251203195144-c9f6483abe67
github.com/rancher/tfp-automation v0.0.0-20251219210947-f4a1a9882c29
Expand Down Expand Up @@ -196,7 +195,6 @@ require (
go.opencensus.io v0.24.0 // indirect
go.opentelemetry.io/otel v1.38.0 // indirect
go.opentelemetry.io/otel/trace v1.38.0 // indirect
go.qase.io/qase-api-client v0.0.0-00010101000000-000000000000
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.0 // indirect
go.yaml.in/yaml/v2 v2.4.2 // indirect
Expand Down
2 changes: 1 addition & 1 deletion actions/provisioning/qase.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package provisioning
import (
"strings"

upstream "github.com/qase-tms/qase-go/qase-api-client"
rancherEc2 "github.com/rancher/shepherd/clients/ec2"
"github.com/rancher/shepherd/clients/rancher"
"github.com/rancher/shepherd/extensions/cloudcredentials"
Expand All @@ -12,7 +13,6 @@ import (
"github.com/rancher/tests/actions/machinepools"
"github.com/rancher/tfp-automation/config"
"github.com/sirupsen/logrus"
upstream "go.qase.io/qase-api-client"
)

// GetProvisioningSchemaParams gets a set of params from the cattle config and returns a qase params object
Expand Down
2 changes: 1 addition & 1 deletion actions/qase/qase.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
"os"
"strings"

upstream "github.com/qase-tms/qase-go/qase-api-client"
"github.com/sirupsen/logrus"
upstream "go.qase.io/qase-api-client"
)

type TestSuiteSchema struct {
Expand Down
2 changes: 1 addition & 1 deletion actions/qase/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import (
"strconv"
"strings"

upstream "github.com/qase-tms/qase-go/qase-api-client"
"github.com/sirupsen/logrus"
upstream "go.qase.io/qase-api-client"
"gopkg.in/yaml.v2"
)

Expand Down
12 changes: 4 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ replace (
go.opentelemetry.io/otel/sdk => go.opentelemetry.io/otel/sdk v1.28.0
go.opentelemetry.io/otel/trace => go.opentelemetry.io/otel/trace v1.28.0
go.opentelemetry.io/proto/otlp => go.opentelemetry.io/proto/otlp v1.3.1
go.qase.io/client => github.com/rancher/qase-go/client v0.0.0-20250627195016-142ff3dfec16
go.qase.io/qase-api-client => github.com/qase-tms/qase-go/qase-api-client v1.2.0

helm.sh/helm/v3 => github.com/rancher/helm/v3 v3.16.1-rancher1
k8s.io/api => k8s.io/api v0.34.1
Expand Down Expand Up @@ -62,21 +60,18 @@ replace (
sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.8.3
)

require (
github.com/antihax/optional v1.0.0
github.com/rancher/rancher/pkg/apis v0.0.0
go.qase.io/client v0.0.0-20231114201952-65195ec001fa
)
require github.com/rancher/rancher/pkg/apis v0.0.0

require (
github.com/gruntwork-io/terratest v0.49.0
github.com/mattn/go-sqlite3 v1.14.28
github.com/qase-tms/qase-go/pkg/qase-go v1.0.7
github.com/qase-tms/qase-go/qase-api-client v1.2.1
github.com/rancher/rancher v0.0.0-20251203234820-b95b2fb0d738
github.com/rancher/shepherd v0.0.0-20251203195144-c9f6483abe67
github.com/rancher/tests/actions v0.0.0-20251111162746-32a475483166
github.com/rancher/tests/interoperability v0.0.0-00010101000000-000000000000
github.com/rancher/tfp-automation v0.0.0-20251219210947-f4a1a9882c29
go.qase.io/qase-api-client v0.0.0-00010101000000-000000000000
)

require (
Expand Down Expand Up @@ -183,6 +178,7 @@ require (
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
github.com/moby/sys/user v0.3.0 // indirect
github.com/openshift/custom-resource-status v1.1.2 // indirect
github.com/qase-tms/qase-go/qase-api-v2-client v1.1.4 // indirect
github.com/rancher/ali-operator v1.13.0-rc.2 // indirect
github.com/tmccombs/hcl2json v0.6.4 // indirect
github.com/ulikunitz/xz v0.5.10 // indirect
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1379,7 +1379,6 @@ github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d/go.mod h1:rBZYJk5
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137/go.mod h1:OMCwj8VM1Kc9e19TLln2VL61YJF0x1XFtfdL4JdbSyE=
github.com/andybalholm/brotli v1.0.4/go.mod h1:fO7iG3H7G2nSZ7m0zPUDn85XEX2GTukHGRSepvi9Eig=
github.com/andybalholm/brotli v1.0.5/go.mod h1:fO7iG3H7G2nSZ7m0zPUDn85XEX2GTukHGRSepvi9Eig=
github.com/antihax/optional v1.0.0 h1:xK2lYat7ZLaVVcIuj82J8kIro4V6kDe0AUDFboUCwcg=
github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY=
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df/go.mod h1:pSwJ0fSY5KhvocuWSx4fz3BA8OrA1bQn+K1Eli3BRwM=
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230512164433-5d1fd1a340c9/go.mod h1:pSwJ0fSY5KhvocuWSx4fz3BA8OrA1bQn+K1Eli3BRwM=
Expand Down Expand Up @@ -2156,8 +2155,12 @@ github.com/prometheus/procfs v0.12.0/go.mod h1:pcuDEFsWDnvcgNzo4EEweacyhjeA9Zk3c
github.com/prometheus/procfs v0.15.1/go.mod h1:fB45yRUv8NstnjriLhBQLuOUt+WW4BsoGhij/e3PBqk=
github.com/prometheus/procfs v0.17.0 h1:FuLQ+05u4ZI+SS/w9+BWEM2TXiHKsUQ9TADiRH7DuK0=
github.com/prometheus/procfs v0.17.0/go.mod h1:oPQLaDAMRbA+u8H5Pbfq+dl3VDAvHxMUOVhe0wYB2zw=
github.com/qase-tms/qase-go/qase-api-client v1.2.0 h1:wAOA90XpkbvW3ewPU2jQK/n717HUw84uDQN+GlxhSZ0=
github.com/qase-tms/qase-go/qase-api-client v1.2.0/go.mod h1:Za2AZQxuqkyc09vqHSlnceLjc40zFAAXMwhPPAMptMo=
github.com/qase-tms/qase-go/pkg/qase-go v1.0.7 h1:WBWnLTn6XSxD5JcPiIAw6nmcjLM7kS5EwgJuoPQ7qnk=
github.com/qase-tms/qase-go/pkg/qase-go v1.0.7/go.mod h1:I9AU24ez6V5DWMTrQQLuemW7FTK0Mrqlj98ewG6TINY=
github.com/qase-tms/qase-go/qase-api-client v1.2.1 h1:UHXJx8iwvsQKISOpkkMCvjpiEVQfnj6f+zPLthfLyLA=
github.com/qase-tms/qase-go/qase-api-client v1.2.1/go.mod h1:Za2AZQxuqkyc09vqHSlnceLjc40zFAAXMwhPPAMptMo=
github.com/qase-tms/qase-go/qase-api-v2-client v1.1.4 h1:Hrs9oGO/YaQGxea8GUnuXHNru0nsf8w9MKB6ruW8x00=
github.com/qase-tms/qase-go/qase-api-v2-client v1.1.4/go.mod h1:qyIUXyT9ein6Ii2+IUW3R0eXWAJzVj44II05RRMR+wg=
github.com/rancher/aks-operator v1.13.0-rc.4 h1:tc7p2gZmRg4c6VBwWTQJYwmh1hlN68kftjoBIdGCnqw=
github.com/rancher/aks-operator v1.13.0-rc.4/go.mod h1:1ZjZB6zGHK+NGchN9KLplq+xPxRRi+q6Uzet5bjFwxo=
github.com/rancher/ali-operator v1.13.0-rc.2 h1:a0biHGez+Np9XybJVh3yKN4RGPdaCzfM6D6cAXJac6o=
Expand All @@ -2179,8 +2182,6 @@ github.com/rancher/lasso v0.2.5 h1:K++lWDDdfeN98Ixc1kCfUq0/q6tLjoHN++Np6QntXw0=
github.com/rancher/lasso v0.2.5/go.mod h1:71rWfv+KkdSmSxZ9Ly5QYhxAu0nEUcaq9N2ByjcHqAM=
github.com/rancher/norman v0.8.0 h1://ZSe+B53cMgPNAbR7QBhzvIfWBxR4KaPWTKqG+g+O4=
github.com/rancher/norman v0.8.0/go.mod h1:vZ5qL+eKodJ7zOMQYdl6jwMrSFrqTKpA+KYSFEKew2M=
github.com/rancher/qase-go/client v0.0.0-20250627195016-142ff3dfec16 h1:FGbrfQuYsF94Ov+BDTGrIKOB73f93DDLlfI0nKjuPOk=
github.com/rancher/qase-go/client v0.0.0-20250627195016-142ff3dfec16/go.mod h1:NP3xboG+t2p+XMnrcrJ/L384Ki0Cp3Pww/X+vm5Jcy0=
github.com/rancher/rancher v0.0.0-20251203234820-b95b2fb0d738 h1:qalvtaJ4WQzPu0lkJFSTh3L0TgIEU4h7Kni/lBdfAQw=
github.com/rancher/rancher v0.0.0-20251203234820-b95b2fb0d738/go.mod h1:NnexTOmNU92x0L5QfbeyUH6RPw87y7WHuLbAeDre9W8=
github.com/rancher/rancher/pkg/apis v0.0.0-20251111120454-f829d8f1dc83 h1:5wbUhQaEesGsigLFNbXRJyACuGy2UNWMXVmBfDynk7M=
Expand Down Expand Up @@ -2595,7 +2596,6 @@ golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c/go.mod h1:KelEdhl1UZF7XfJ
golang.org/x/oauth2 v0.0.0-20210628180205-a41e5a781914/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A=
golang.org/x/oauth2 v0.0.0-20210805134026-6f1e6394065a/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A=
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A=
golang.org/x/oauth2 v0.0.0-20211005180243-6b3c2da341f1/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A=
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A=
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b/go.mod h1:DAh4E804XQdzx2j+YRIaUnCqCV2RuMz24cGBJ5QYIrc=
golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a/go.mod h1:DAh4E804XQdzx2j+YRIaUnCqCV2RuMz24cGBJ5QYIrc=
Expand Down
1 change: 0 additions & 1 deletion interoperability/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ replace (
go.opentelemetry.io/otel/sdk => go.opentelemetry.io/otel/sdk v1.28.0
go.opentelemetry.io/otel/trace => go.opentelemetry.io/otel/trace v1.28.0
go.opentelemetry.io/proto/otlp => go.opentelemetry.io/proto/otlp v1.3.1
go.qase.io/client => github.com/rancher/qase-go/client v0.0.0-20231114201952-65195ec001fa
helm.sh/helm/v3 => github.com/rancher/helm/v3 v3.16.1-rancher1
k8s.io/api => k8s.io/api v0.34.1
k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.34.1
Expand Down
2 changes: 1 addition & 1 deletion validation/pipeline/qase/reporter-v2/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ import (
"strconv"
"strings"

upstream "github.com/qase-tms/qase-go/qase-api-client"
"github.com/rancher/tests/actions/qase"
qaseactions "github.com/rancher/tests/actions/qase"
"github.com/rancher/tests/actions/qase/testresult"
"github.com/sirupsen/logrus"
upstream "go.qase.io/qase-api-client"
"gopkg.in/yaml.v2"
)

Expand Down
Loading