forked from google/go-cloud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
allmodules
23 lines (22 loc) · 938 Bytes
/
allmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# This file lists all the modules in our repository; it's used by scripts that
# have to perform operations for each module.
#
# Any line that doesn't begin with a '#' character and isn't empty is treated
# as a path relative to the top of the repository that has a module in it.
# The 'released' field specifies whether this is a module we release and tag (a
# module importable by users).
#
# Note: another file that lists all the modules in our repo is
# the VSCode workspace gocloud.code-workspace - for now it has to be updated
# manually whenever this file changes.
# module-directory released
. yes
docstore/mongodocstore yes
internal/contributebot no
internal/website no
pubsub/kafkapubsub yes
pubsub/natspubsub yes
pubsub/rabbitpubsub yes
runtimevar/etcdvar yes
samples no
secrets/hashivault yes