File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 3
3
workflow_dispatch :
4
4
push :
5
5
branches :
6
- - ' master'
6
+ - ' main'
7
+ - ' dev'
7
8
pull_request :
8
9
types : opened
9
10
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ require (
12
12
github.com/onsi/ginkgo/v2 v2.6.0
13
13
github.com/onsi/gomega v1.24.1
14
14
github.com/pkg/errors v0.9.1
15
- github.com/projectsveltos/libsveltos v0.4.1-0.20230208005957-4c4f67b2a8f7
15
+ github.com/projectsveltos/libsveltos v0.4.1-0.20230215183926-f3b22a1015a8
16
16
github.com/prometheus/client_golang v1.13.0
17
17
github.com/spf13/pflag v1.0.5
18
18
golang.org/x/text v0.5.0
Original file line number Diff line number Diff line change @@ -790,8 +790,8 @@ github.com/posener/complete v1.1.1/go.mod h1:em0nMJCgc9GFtwrmVmEMR/ZL6WyhyjMBndr
790
790
github.com/posener/complete v1.2.3 /go.mod h1:WZIdtGGp+qx0sLrYKtIRAruyNpv6hFCicSgv7Sy7s/s =
791
791
github.com/poy/onpar v0.0.0-20190519213022-ee068f8ea4d1 h1:oL4IBbcqwhhNWh31bjOX8C/OCy0zs9906d/VUru+bqg =
792
792
github.com/poy/onpar v0.0.0-20190519213022-ee068f8ea4d1 /go.mod h1:nSbFQvMj97ZyhFRSJYtut+msi4sOY6zJDGCdSc+/rZU =
793
- github.com/projectsveltos/libsveltos v0.4.1-0.20230208005957-4c4f67b2a8f7 h1:dxVuNP8lw1TrgDoIMrccTPZhKtYaGQpkYKJadbM+uLM =
794
- github.com/projectsveltos/libsveltos v0.4.1-0.20230208005957-4c4f67b2a8f7 /go.mod h1:smYCt3DQSZpQqsaoM2mJAIP6RAMXcxw5Af0mzkncCs4 =
793
+ github.com/projectsveltos/libsveltos v0.4.1-0.20230215183926-f3b22a1015a8 h1:B487EjyzDELxx7yRaTz7TMjI/X6LAHguLgrKmVRNfKU =
794
+ github.com/projectsveltos/libsveltos v0.4.1-0.20230215183926-f3b22a1015a8 /go.mod h1:smYCt3DQSZpQqsaoM2mJAIP6RAMXcxw5Af0mzkncCs4 =
795
795
github.com/prometheus/client_golang v0.9.1 /go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw =
796
796
github.com/prometheus/client_golang v1.0.0 /go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo =
797
797
github.com/prometheus/client_golang v1.1.0 /go.mod h1:I1FGZT9+L76gKKOs5djB6ezCbFQP1xR9D75/vuwEF3g =
You can’t perform that action at this time.
0 commit comments