dex/storage
Eric Chiang aa7f304bc1 *: switch to github.com/ghodss/yaml for more consistent YAML parsing
ghodss/yaml converts from YAML to JSON before attempting to unmarshal.
This allows us to:

* Get the correct behavor when decoding base64'd []byte slices.
* Use *json.RawMessage.
* Not have to support extravagant YAML features.
* Let our structs use `json:` tags
2016-11-03 14:39:32 -07:00
..
conformance storage/conformance: expand transaction test suite 2016-10-31 23:01:31 -07:00
kubernetes *: switch to github.com/ghodss/yaml for more consistent YAML parsing 2016-11-03 14:39:32 -07:00
memory storage/memory: add garbage collection method 2016-10-12 18:47:47 -07:00
sql *: switch to github.com/ghodss/yaml for more consistent YAML parsing 2016-11-03 14:39:32 -07:00
doc.go initial commit 2016-07-26 15:51:24 -07:00
static.go *: add the ability to define passwords statically 2016-10-06 10:35:54 -07:00
storage.go *: switch to github.com/ghodss/yaml for more consistent YAML parsing 2016-11-03 14:39:32 -07:00