File tree 14 files changed +9
-204
lines changed
14 files changed +9
-204
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ name: Test
3
3
on :
4
4
push :
5
5
branches :
6
- - main
6
+ - ' main'
7
7
pull_request :
8
8
branches :
9
- - main
9
+ - ' main'
10
10
11
11
concurrency :
12
12
group : ' ${{ github.workflow }}-${{ github.head_ref || github.ref }}'
25
25
runs-on : ' ${{ matrix.platform }}'
26
26
27
27
steps :
28
- - uses : ' actions/checkout@v4 '
28
+ - uses : ' actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 ' # ratchet:actions/checkout@v4
29
29
30
- - uses : ' actions/setup-go@v5 '
30
+ - uses : ' actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 ' # ratchet:actions/setup-go@v5
31
31
with :
32
32
go-version-file : ' go.mod'
33
33
Original file line number Diff line number Diff line change 1
- // Copyright \d{4} .*
2
- //
3
- // Licensed under the Apache License, Version 2.0 (the "License");
4
- // you may not use this file except in compliance with the License.
5
- // You may obtain a copy of the License at
6
- //
7
- // [\t\f]+|[ ]{2,}http://www.apache.org/licenses/LICENSE-2.0
8
- //
9
- // Unless required by applicable law or agreed to in writing, software
10
- // distributed under the License is distributed on an "AS IS" BASIS,
11
- // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
- // See the License for the specific language governing permissions and
13
- // limitations under the License.
14
1
package main
15
2
16
3
import (
Original file line number Diff line number Diff line change 1
- // Copyright \d{4} .*
2
- //
3
- // Licensed under the Apache License, Version 2.0 (the "License");
4
- // you may not use this file except in compliance with the License.
5
- // You may obtain a copy of the License at
6
- //
7
- // [\t\f]+|[ ]{2,}http://www.apache.org/licenses/LICENSE-2.0
8
- //
9
- // Unless required by applicable law or agreed to in writing, software
10
- // distributed under the License is distributed on an "AS IS" BASIS,
11
- // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
- // See the License for the specific language governing permissions and
13
- // limitations under the License.
14
1
package diceware_test
15
2
16
3
import (
Original file line number Diff line number Diff line change 1
- // Copyright \d{4} .*
2
- //
3
- // Licensed under the Apache License, Version 2.0 (the "License");
4
- // you may not use this file except in compliance with the License.
5
- // You may obtain a copy of the License at
6
- //
7
- // [\t\f]+|[ ]{2,}http://www.apache.org/licenses/LICENSE-2.0
8
- //
9
- // Unless required by applicable law or agreed to in writing, software
10
- // distributed under the License is distributed on an "AS IS" BASIS,
11
- // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
- // See the License for the specific language governing permissions and
13
- // limitations under the License.
14
1
package diceware
15
2
16
3
import (
Original file line number Diff line number Diff line change 1
- // Copyright \d{4} .*
2
- //
3
- // Licensed under the Apache License, Version 2.0 (the "License");
4
- // you may not use this file except in compliance with the License.
5
- // You may obtain a copy of the License at
6
- //
7
- // [\t\f]+|[ ]{2,}http://www.apache.org/licenses/LICENSE-2.0
8
- //
9
- // Unless required by applicable law or agreed to in writing, software
10
- // distributed under the License is distributed on an "AS IS" BASIS,
11
- // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
- // See the License for the specific language governing permissions and
13
- // limitations under the License.
14
1
package diceware
15
2
16
3
import (
Original file line number Diff line number Diff line change 1
- // Copyright \d{4} .*
2
- //
3
- // Licensed under the Apache License, Version 2.0 (the "License");
4
- // you may not use this file except in compliance with the License.
5
- // You may obtain a copy of the License at
6
- //
7
- // [\t\f]+|[ ]{2,}http://www.apache.org/licenses/LICENSE-2.0
8
- //
9
- // Unless required by applicable law or agreed to in writing, software
10
- // distributed under the License is distributed on an "AS IS" BASIS,
11
- // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
- // See the License for the specific language governing permissions and
13
- // limitations under the License.
14
1
package diceware
15
2
16
3
type DicewareGenerator interface {
Original file line number Diff line number Diff line change 1
- // Copyright \d{4} .*
2
- //
3
- // Licensed under the Apache License, Version 2.0 (the "License");
4
- // you may not use this file except in compliance with the License.
5
- // You may obtain a copy of the License at
6
- //
7
- // [\t\f]+|[ ]{2,}http://www.apache.org/licenses/LICENSE-2.0
8
- //
9
- // Unless required by applicable law or agreed to in writing, software
10
- // distributed under the License is distributed on an "AS IS" BASIS,
11
- // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
- // See the License for the specific language governing permissions and
13
- // limitations under the License.
14
1
package diceware
15
2
16
3
var _ DicewareGenerator = (* mockGenerator )(nil )
Original file line number Diff line number Diff line change 1
- // Copyright \d{4} .*
2
- //
3
- // Licensed under the Apache License, Version 2.0 (the "License");
4
- // you may not use this file except in compliance with the License.
5
- // You may obtain a copy of the License at
6
- //
7
- // [\t\f]+|[ ]{2,}http://www.apache.org/licenses/LICENSE-2.0
8
- //
9
- // Unless required by applicable law or agreed to in writing, software
10
- // distributed under the License is distributed on an "AS IS" BASIS,
11
- // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
- // See the License for the specific language governing permissions and
13
- // limitations under the License.
14
1
package diceware
15
2
16
3
// WordList is an interface that must be implemented to be considered a word
Original file line number Diff line number Diff line change 1
- // Copyright \d{4} .*
2
- //
3
- // Licensed under the Apache License, Version 2.0 (the "License");
4
- // you may not use this file except in compliance with the License.
5
- // You may obtain a copy of the License at
6
- //
7
- // [\t\f]+|[ ]{2,}http://www.apache.org/licenses/LICENSE-2.0
8
- //
9
- // Unless required by applicable law or agreed to in writing, software
10
- // distributed under the License is distributed on an "AS IS" BASIS,
11
- // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
- // See the License for the specific language governing permissions and
13
- // limitations under the License.
14
1
package diceware
15
2
16
3
import "sync"
@@ -2034,7 +2021,7 @@ var WordListEffLarge = sync.OnceValue(func() WordList {
2034
2021
24252 : "drone" ,
2035
2022
24253 : "drool" ,
2036
2023
24254 : "droop" ,
2037
- 24255 : "dropdown " ,
2024
+ 24255 : "drop-down " ,
2038
2025
24256 : "dropbox" ,
2039
2026
24261 : "dropkick" ,
2040
2027
24262 : "droplet" ,
@@ -2553,7 +2540,7 @@ var WordListEffLarge = sync.OnceValue(func() WordList {
2553
2540
26515 : "feel" ,
2554
2541
26516 : "feisty" ,
2555
2542
26521 : "feline" ,
2556
- 26522 : "felttip " ,
2543
+ 26522 : "felt-tip " ,
2557
2544
26523 : "feminine" ,
2558
2545
26524 : "feminism" ,
2559
2546
26525 : "feminist" ,
@@ -6665,7 +6652,7 @@ var WordListEffLarge = sync.OnceValue(func() WordList {
6665
6652
61531 : "synthetic" ,
6666
6653
61532 : "syrup" ,
6667
6654
61533 : "system" ,
6668
- 61534 : "tshirt " ,
6655
+ 61534 : "t-shirt " ,
6669
6656
61535 : "tabasco" ,
6670
6657
61536 : "tabby" ,
6671
6658
61541 : "tableful" ,
@@ -7773,7 +7760,7 @@ var WordListEffLarge = sync.OnceValue(func() WordList {
7773
7760
66615 : "yield" ,
7774
7761
66616 : "yin" ,
7775
7762
66621 : "yippee" ,
7776
- 66622 : "yoyo " ,
7763
+ 66622 : "yo-yo " ,
7777
7764
66623 : "yodel" ,
7778
7765
66624 : "yoga" ,
7779
7766
66625 : "yogurt" ,
Original file line number Diff line number Diff line change 1
- // Copyright \d{4} .*
2
- //
3
- // Licensed under the Apache License, Version 2.0 (the "License");
4
- // you may not use this file except in compliance with the License.
5
- // You may obtain a copy of the License at
6
- //
7
- // [\t\f]+|[ ]{2,}http://www.apache.org/licenses/LICENSE-2.0
8
- //
9
- // Unless required by applicable law or agreed to in writing, software
10
- // distributed under the License is distributed on an "AS IS" BASIS,
11
- // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
- // See the License for the specific language governing permissions and
13
- // limitations under the License.
14
1
package diceware
15
2
16
3
import "sync"
Original file line number Diff line number Diff line change 1
- // Copyright \d{4} .*
2
- //
3
- // Licensed under the Apache License, Version 2.0 (the "License");
4
- // you may not use this file except in compliance with the License.
5
- // You may obtain a copy of the License at
6
- //
7
- // [\t\f]+|[ ]{2,}http://www.apache.org/licenses/LICENSE-2.0
8
- //
9
- // Unless required by applicable law or agreed to in writing, software
10
- // distributed under the License is distributed on an "AS IS" BASIS,
11
- // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
- // See the License for the specific language governing permissions and
13
- // limitations under the License.
14
1
package diceware
15
2
16
3
import "sync"
@@ -1758,7 +1745,7 @@ var WordListOriginal = sync.OnceValue(func() WordList {
1758
1745
23121 : "diem" ,
1759
1746
23122 : "diesel" ,
1760
1747
23123 : "diet" ,
1761
- 23124 : "deity " ,
1748
+ 23124 : "diety " ,
1762
1749
23125 : "dietz" ,
1763
1750
23126 : "dig" ,
1764
1751
23131 : "digit" ,
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments