github.com/thiagoyeds/go-cloud@v0.26.0/allmodules (about)

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