-
-
Notifications
You must be signed in to change notification settings - Fork 191
Expand file tree
/
Copy pathcompanions.yaml
More file actions
45 lines (44 loc) · 1.25 KB
/
companions.yaml
File metadata and controls
45 lines (44 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Companion modules for github.com/lestrrat-go/jwx/v4
# Used by /jwx-companion-bulk skill to apply bulk operations.
modules:
- name: asmbase64
repo: git@github.com:jwx-go/asmbase64.git
branch: develop/v4
- name: benchmarks
repo: git@github.com:jwx-go/benchmarks.git
branch: main
runtests: false
- name: compsig
repo: git@github.com:jwx-go/compsig.git
branch: develop/v4
- name: ed448
repo: git@github.com:jwx-go/ed448.git
branch: develop/v4
- name: es256k
repo: git@github.com:jwx-go/es256k.git
branch: develop/v4
- name: examples
repo: git@github.com:jwx-go/examples.git
branch: develop/v4
- name: jwkfetch
repo: git@github.com:jwx-go/jwkfetch.git
branch: develop/v4
runtests: false
- name: jwxfilter
repo: git@github.com:jwx-go/jwxfilter.git
branch: develop/v4
- name: jwxmigrate
repo: git@github.com:jwx-go/jwxmigrate.git
branch: develop/v4
- name: mlkem
repo: git@github.com:jwx-go/mlkem.git
branch: develop/v4
- name: mldsa
repo: git@github.com:jwx-go/mldsa.git
branch: develop/v4
- name: reddy-pqchpke
repo: git@github.com:jwx-go/reddy-pqchpke.git
branch: develop/v4
- name: x448
repo: git@github.com:jwx-go/x448.git
branch: develop/v4