File tree Expand file tree Collapse file tree 1 file changed +22
-37
lines changed Expand file tree Collapse file tree 1 file changed +22
-37
lines changed Original file line number Diff line number Diff line change 1- area/config :
2- - charts/registry/config/**/*
3-
4- area/docs :
5- - README.md
6- - docs/**/*.md
7-
1+ area/api :
2+ - registry/api
3+ - registry/handlers
4+ area/auth :
5+ - registry/auth
86area/build :
97 - Makefile
108 - Dockerfile
119 - docker-bake.hcl
1210 - dockerfiles/**/*
13-
11+ area/cache :
12+ - registry/storage/cache
1413area/ci :
1514 - .github/**/*
1615 - tests
1716 - testutil
18-
19- dependencies :
20- - vendor/**/*
21- - go.mod
22- - go.sum
23-
17+ area/config :
18+ - configuration
19+ area/docs :
20+ - README.md
21+ - docs/**/*.md
22+ area/proxy :
23+ - registry/proxy
2424area/storage :
2525 - registry/storage
26-
27- area/storage/s3 :
28- - registry/storage/s3-aws
29-
30- area/storage/gcs :
31- - registry/storage/gcs
32-
3326area/storage/azure :
3427 - registry/storage/azure
35-
36- area/cache :
37- - registry/storage/cache
38-
39- area/auth :
40- - registry/auth
41-
42- area/proxy :
43- - registry/proxy
44-
45- area/config :
46- - configuration
47-
48- area/api :
49- - registry/api
50- - registry/handlers
28+ area/storage/gcs :
29+ - registry/storage/gcs
30+ area/storage/s3 :
31+ - registry/storage/s3-aws
32+ dependencies :
33+ - vendor/**/*
34+ - go.mod
35+ - go.sum
You can’t perform that action at this time.
0 commit comments