Skip to content

Commit

Permalink
fix ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
dviejokfs committed Feb 8, 2024
1 parent 375d08f commit 5eeb680
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
6 changes: 1 addition & 5 deletions controllers/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,10 @@ import (

. "github.com/onsi/ginkgo"

Check failure on line 22 in controllers/suite_test.go

View workflow job for this annotation

GitHub Actions / test (1.21.x, ubuntu-latest)

missing go.sum entry for module providing package github.com/onsi/ginkgo (imported by github.com/kfsoftware/hlf-operator/controllers); to add:

Check failure on line 22 in controllers/suite_test.go

View workflow job for this annotation

GitHub Actions / test (1.21.x, ubuntu-latest)

missing go.sum entry for module providing package github.com/onsi/ginkgo (imported by github.com/kfsoftware/hlf-operator/controllers); to add:

Check failure on line 22 in controllers/suite_test.go

View workflow job for this annotation

GitHub Actions / test (1.21.x, ubuntu-latest)

missing go.sum entry for module providing package github.com/onsi/ginkgo (imported by github.com/kfsoftware/hlf-operator/controllers); to add:

Check failure on line 22 in controllers/suite_test.go

View workflow job for this annotation

GitHub Actions / test (1.21.x, ubuntu-latest)

missing go.sum entry for module providing package github.com/onsi/ginkgo (imported by github.com/kfsoftware/hlf-operator/controllers); to add:

Check failure on line 22 in controllers/suite_test.go

View workflow job for this annotation

GitHub Actions / test (1.21.x, ubuntu-latest)

missing go.sum entry for module providing package github.com/onsi/ginkgo (imported by github.com/kfsoftware/hlf-operator/controllers); to add:

Check failure on line 22 in controllers/suite_test.go

View workflow job for this annotation

GitHub Actions / test (1.21.x, ubuntu-latest)

missing go.sum entry for module providing package github.com/onsi/ginkgo (imported by github.com/kfsoftware/hlf-operator/controllers); to add:

Check failure on line 22 in controllers/suite_test.go

View workflow job for this annotation

GitHub Actions / test (1.21.x, ubuntu-latest)

missing go.sum entry for module providing package github.com/onsi/ginkgo (imported by github.com/kfsoftware/hlf-operator/controllers); to add:

Check failure on line 22 in controllers/suite_test.go

View workflow job for this annotation

GitHub Actions / test (1.21.x, ubuntu-latest)

missing go.sum entry for module providing package github.com/onsi/ginkgo (imported by github.com/kfsoftware/hlf-operator/controllers); to add:

Check failure on line 22 in controllers/suite_test.go

View workflow job for this annotation

GitHub Actions / test (1.21.x, ubuntu-latest)

missing go.sum entry for module providing package github.com/onsi/ginkgo (imported by github.com/kfsoftware/hlf-operator/controllers); to add:

Check failure on line 22 in controllers/suite_test.go

View workflow job for this annotation

GitHub Actions / test (1.21.x, ubuntu-latest)

missing go.sum entry for module providing package github.com/onsi/ginkgo (imported by github.com/kfsoftware/hlf-operator/controllers); to add:

Check failure on line 22 in controllers/suite_test.go

View workflow job for this annotation

GitHub Actions / test (1.21.x, ubuntu-latest)

missing go.sum entry for module providing package github.com/onsi/ginkgo (imported by github.com/kfsoftware/hlf-operator/controllers); to add:

Check failure on line 22 in controllers/suite_test.go

View workflow job for this annotation

GitHub Actions / test (1.21.x, ubuntu-latest)

missing go.sum entry for module providing package github.com/onsi/ginkgo (imported by github.com/kfsoftware/hlf-operator/controllers); to add:

Check failure on line 22 in controllers/suite_test.go

View workflow job for this annotation

GitHub Actions / test (1.21.x, ubuntu-latest)

missing go.sum entry for module providing package github.com/onsi/ginkgo (imported by github.com/kfsoftware/hlf-operator/controllers); to add:

Check failure on line 22 in controllers/suite_test.go

View workflow job for this annotation

GitHub Actions / test (1.21.x, ubuntu-latest)

missing go.sum entry for module providing package github.com/onsi/ginkgo (imported by github.com/kfsoftware/hlf-operator/controllers); to add:

Check failure on line 22 in controllers/suite_test.go

View workflow job for this annotation

GitHub Actions / test (1.21.x, ubuntu-latest)

missing go.sum entry for module providing package github.com/onsi/ginkgo (imported by github.com/kfsoftware/hlf-operator/controllers); to add:

Check failure on line 22 in controllers/suite_test.go

View workflow job for this annotation

GitHub Actions / test (1.21.x, ubuntu-latest)

missing go.sum entry for module providing package github.com/onsi/ginkgo (imported by github.com/kfsoftware/hlf-operator/controllers); to add:
. "github.com/onsi/gomega"

Check failure on line 23 in controllers/suite_test.go

View workflow job for this annotation

GitHub Actions / test (1.21.x, ubuntu-latest)

missing go.sum entry for module providing package github.com/onsi/gomega (imported by github.com/kfsoftware/hlf-operator/controllers); to add:

Check failure on line 23 in controllers/suite_test.go

View workflow job for this annotation

GitHub Actions / test (1.21.x, ubuntu-latest)

missing go.sum entry for module providing package github.com/onsi/gomega (imported by github.com/kfsoftware/hlf-operator/controllers); to add:

Check failure on line 23 in controllers/suite_test.go

View workflow job for this annotation

GitHub Actions / test (1.21.x, ubuntu-latest)

missing go.sum entry for module providing package github.com/onsi/gomega (imported by github.com/kfsoftware/hlf-operator/controllers); to add:

Check failure on line 23 in controllers/suite_test.go

View workflow job for this annotation

GitHub Actions / test (1.21.x, ubuntu-latest)

missing go.sum entry for module providing package github.com/onsi/gomega (imported by github.com/kfsoftware/hlf-operator/controllers); to add:
"sigs.k8s.io/controller-runtime/pkg/envtest/printer"
// +kubebuilder:scaffold:imports
)

func TestAPIs(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecsWithDefaultAndCustomReporters(t,
"Controller Suite",
[]Reporter{printer.NewlineReporter{}},
)
RunSpecs(t, "Controller Suite")
}
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ require (
github.com/mattn/go-sqlite3 v1.14.15
github.com/mitchellh/mapstructure v1.4.1
github.com/olekukonko/tablewriter v0.0.5
github.com/onsi/ginkgo v1.16.5
github.com/onsi/gomega v1.30.0
github.com/onsi/ginkgo/v2 v2.15.0
github.com/onsi/gomega v1.31.1
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.18.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -842,6 +842,7 @@ github.com/onsi/ginkgo v1.14.0/go.mod h1:iSB4RoI2tjJc9BBv4NKIKWKya62Rps+oPG/Lv9k
github.com/onsi/ginkgo v1.16.5 h1:8xi0RTUf59SOSfEtZMvwTvXYMzG4gV23XVHOZiXNtnE=
github.com/onsi/ginkgo v1.16.5/go.mod h1:+E8gABHa3K6zRBolWtd+ROzc/U5bkGt0FwiG042wbpU=
github.com/onsi/ginkgo/v2 v2.4.0 h1:+Ig9nvqgS5OBSACXNk15PLdp0U9XPYROt9CFzVdFGIs=
github.com/onsi/ginkgo/v2 v2.15.0/go.mod h1:HlxMHtYF57y6Dpf+mc5529KKmSq9h2FpCF+/ZkwUxKM=
github.com/onsi/gomega v0.0.0-20170829124025-dcabb60a477c/go.mod h1:C1qb7wdrVGGVU+Z6iS04AVkA3Q65CEZX59MT0QO5uiA=
github.com/onsi/gomega v1.4.3/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY=
github.com/onsi/gomega v1.7.1/go.mod h1:XdKZgCCFLUoM/7CFJVPcG8C1xQ1AJ0vpAezJrB7JYyY=
Expand All @@ -851,6 +852,7 @@ github.com/onsi/gomega v1.23.0 h1:/oxKu9c2HVap+F3PfKort2Hw5DEU+HGlW8n+tguWsys=
github.com/onsi/gomega v1.23.0/go.mod h1:Z/NWtiqwBrwUt4/2loMmHL63EDLnYHmVbuBpDr2vQAg=
github.com/onsi/gomega v1.29.0/go.mod h1:9sxs+SwGrKI0+PWe4Fxa9tFQQBG5xSsSbMXOI8PPpoQ=
github.com/onsi/gomega v1.30.0/go.mod h1:9sxs+SwGrKI0+PWe4Fxa9tFQQBG5xSsSbMXOI8PPpoQ=
github.com/onsi/gomega v1.31.1/go.mod h1:y40C95dwAD1Nz36SsEnxvfFe8FFfNxzI5eJ0EYGyAy0=
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7 h1:lDH9UUVJtmYCjyT0CI4q8xvlXPxeZ0gYCVvWbmPlp88=
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7/go.mod h1:HzydrMdWErDVzsI23lYNej1Htcns9BCg93Dk0bBINWk=
github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=
Expand Down

0 comments on commit 5eeb680

Please sign in to comment.