Update the module list.

This commit is contained in:
Thomas Van Lenten 2018-08-24 14:34:41 -04:00
parent c0b0c4400e
commit ca5f717eba
1 changed files with 5 additions and 1 deletions

View File

@ -44,10 +44,14 @@ s = shell.quote(p)
* [collections](lib/collections.bzl)
* [dicts](lib/dicts.bzl)
* [partial](lib/partial.bzl)
* [paths](lib/paths.bzl)
* [selects](lib/selects.bzl)
* [sets](lib/sets.bzl)
* [sets](lib/sets.bzl) - _deprecated_, use `new_sets`
* [new_sets](lib/new_sets.bzl)
* [shell](lib/shell.bzl)
* [structs](lib/structs.bzl)
* [types](lib/types.bzl)
* [unittest](lib/unittest.bzl)
* [versions](lib/versions.bzl)