File tree 13 files changed +61
-12
lines changed
13 files changed +61
-12
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ import (
33
33
34
34
var (
35
35
VERSION = "0.0.0-dev.0"
36
- CUE_VERSION = "0.7.0 "
36
+ CUE_VERSION = "0.7.1 "
37
37
)
38
38
39
39
var rootCmd = & cobra.Command {
Original file line number Diff line number Diff line change 1
1
/*
2
- Copyright 2023 Stefan Prodan
2
+ Copyright 2024 Stefan Prodan
3
3
4
4
Licensed under the Apache License, Version 2.0 (the "License");
5
5
you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
/*
2
- Copyright 2023 Stefan Prodan
2
+ Copyright 2024 Stefan Prodan
3
3
4
4
Licensed under the Apache License, Version 2.0 (the "License");
5
5
you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
/*
2
- Copyright 2023 Stefan Prodan
2
+ Copyright 2024 Stefan Prodan
3
3
4
4
Licensed under the Apache License, Version 2.0 (the "License");
5
5
you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
/*
2
- Copyright 2023 Stefan Prodan
2
+ Copyright 2024 Stefan Prodan
3
3
4
4
Licensed under the Apache License, Version 2.0 (the "License");
5
5
you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
/*
2
- Copyright 2023 Stefan Prodan
2
+ Copyright 2024 Stefan Prodan
3
3
4
4
Licensed under the Apache License, Version 2.0 (the "License");
5
5
you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
/*
2
- Copyright 2023 Stefan Prodan
2
+ Copyright 2024 Stefan Prodan
3
3
4
4
Licensed under the Apache License, Version 2.0 (the "License");
5
5
you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
/*
2
- Copyright 2023 Stefan Prodan
2
+ Copyright 2024 Stefan Prodan
3
3
4
4
Licensed under the Apache License, Version 2.0 (the "License");
5
5
you may not use this file except in compliance with the License.
@@ -17,8 +17,9 @@ limitations under the License.
17
17
package testutils
18
18
19
19
import (
20
- "github.com/onsi/gomega"
21
20
"testing"
21
+
22
+ "github.com/onsi/gomega"
22
23
)
23
24
24
25
type WithT struct {
Original file line number Diff line number Diff line change
1
+ /*
2
+ Copyright 2024 Stefan Prodan
3
+
4
+ Licensed under the Apache License, Version 2.0 (the "License");
5
+ you may not use this file except in compliance with the License.
6
+ You may obtain a copy of the License at
7
+
8
+ http://www.apache.org/licenses/LICENSE-2.0
9
+
10
+ Unless required by applicable law or agreed to in writing, software
11
+ distributed under the License is distributed on an "AS IS" BASIS,
12
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ See the License for the specific language governing permissions and
14
+ limitations under the License.
15
+ */
16
+
1
17
package testutils
2
18
3
19
import (
@@ -8,7 +24,7 @@ import (
8
24
"github.com/onsi/gomega/types"
9
25
)
10
26
11
- // Implements checks if the object implements the interface
27
+ // Implement checks if the object implements the interface
12
28
func Implement (expected interface {}) types.GomegaMatcher {
13
29
return & implementsMatcher {
14
30
expected : expected ,
Original file line number Diff line number Diff line change
1
+ /*
2
+ Copyright 2024 Stefan Prodan
3
+
4
+ Licensed under the Apache License, Version 2.0 (the "License");
5
+ you may not use this file except in compliance with the License.
6
+ You may obtain a copy of the License at
7
+
8
+ http://www.apache.org/licenses/LICENSE-2.0
9
+
10
+ Unless required by applicable law or agreed to in writing, software
11
+ distributed under the License is distributed on an "AS IS" BASIS,
12
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ See the License for the specific language governing permissions and
14
+ limitations under the License.
15
+ */
16
+
1
17
package testutils
2
18
3
19
import (
Original file line number Diff line number Diff line change
1
+ /*
2
+ Copyright 2024 Stefan Prodan
3
+
4
+ Licensed under the Apache License, Version 2.0 (the "License");
5
+ you may not use this file except in compliance with the License.
6
+ You may obtain a copy of the License at
7
+
8
+ http://www.apache.org/licenses/LICENSE-2.0
9
+
10
+ Unless required by applicable law or agreed to in writing, software
11
+ distributed under the License is distributed on an "AS IS" BASIS,
12
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ See the License for the specific language governing permissions and
14
+ limitations under the License.
15
+ */
16
+
1
17
package testutils
2
18
3
19
import (
Original file line number Diff line number Diff line change 1
1
/*
2
- Copyright 2023 Stefan Prodan
2
+ Copyright 2024 Stefan Prodan
3
3
4
4
Licensed under the Apache License, Version 2.0 (the "License");
5
5
you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ site_url: https://timoni.sh
6
6
repo_name : stefanprodan/timoni
7
7
repo_url : https://github.com/stefanprodan/timoni
8
8
edit_uri : " "
9
- copyright : Copyright © 2023 Stefan Prodan
9
+ copyright : Copyright © 2024 Stefan Prodan
10
10
11
11
home :
12
12
image : images/logo_icons.svg
You can’t perform that action at this time.
0 commit comments