summaryrefslogtreecommitdiffstats
path: root/vendor
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-10-03 14:54:55 +1000
committerJesse Duffield <jessedduffield@gmail.com>2020-10-10 00:23:01 +1100
commit4912205adb5e8e245b33b8e0d5581bcf0ec37e8a (patch)
tree90e28657c0af72cd0a880842f88750c01a32834d /vendor
parent9440dcf9de3214927125693e512cdc941ca4e123 (diff)
remove viper
WIP
Diffstat (limited to 'vendor')
-rw-r--r--vendor/github.com/OpenPeeDeeP/xdg/.gitignore3
-rw-r--r--vendor/github.com/OpenPeeDeeP/xdg/LICENSE29
-rw-r--r--vendor/github.com/OpenPeeDeeP/xdg/README.md25
-rw-r--r--vendor/github.com/OpenPeeDeeP/xdg/appveyor.yml16
-rw-r--r--vendor/github.com/OpenPeeDeeP/xdg/go.mod (renamed from vendor/github.com/spf13/jwalterweatherman/go.mod)3
-rw-r--r--vendor/github.com/OpenPeeDeeP/xdg/go.sum (renamed from vendor/github.com/spf13/cast/go.sum)2
-rw-r--r--vendor/github.com/OpenPeeDeeP/xdg/xdg.go163
-rw-r--r--vendor/github.com/OpenPeeDeeP/xdg/xdg_bsd.go32
-rw-r--r--vendor/github.com/OpenPeeDeeP/xdg/xdg_darwin.go30
-rw-r--r--vendor/github.com/OpenPeeDeeP/xdg/xdg_linux.go30
-rw-r--r--vendor/github.com/OpenPeeDeeP/xdg/xdg_windows.go27
-rw-r--r--vendor/github.com/hashicorp/hcl/.gitignore9
-rw-r--r--vendor/github.com/hashicorp/hcl/LICENSE354
-rw-r--r--vendor/github.com/hashicorp/hcl/Makefile18
-rw-r--r--vendor/github.com/hashicorp/hcl/README.md125
-rw-r--r--vendor/github.com/hashicorp/hcl/appveyor.yml19
-rw-r--r--vendor/github.com/hashicorp/hcl/decoder.go729
-rw-r--r--vendor/github.com/hashicorp/hcl/go.mod3
-rw-r--r--vendor/github.com/hashicorp/hcl/go.sum2
-rw-r--r--vendor/github.com/hashicorp/hcl/hcl.go11
-rw-r--r--vendor/github.com/hashicorp/hcl/hcl/ast/ast.go219
-rw-r--r--vendor/github.com/hashicorp/hcl/hcl/ast/walk.go52
-rw-r--r--vendor/github.com/hashicorp/hcl/hcl/parser/error.go17
-rw-r--r--vendor/github.com/hashicorp/hcl/hcl/parser/parser.go532
-rw-r--r--vendor/github.com/hashicorp/hcl/hcl/printer/nodes.go789
-rw-r--r--vendor/github.com/hashicorp/hcl/hcl/printer/printer.go66
-rw-r--r--vendor/github.com/hashicorp/hcl/hcl/scanner/scanner.go652
-rw-r--r--vendor/github.com/hashicorp/hcl/hcl/strconv/quote.go241
-rw-r--r--vendor/github.com/hashicorp/hcl/hcl/token/position.go46
-rw-r--r--vendor/github.com/hashicorp/hcl/hcl/token/token.go219
-rw-r--r--vendor/github.com/hashicorp/hcl/json/parser/flatten.go117
-rw-r--r--vendor/github.com/hashicorp/hcl/json/parser/parser.go313
-rw-r--r--vendor/github.com/hashicorp/hcl/json/scanner/scanner.go451
-rw-r--r--vendor/github.com/hashicorp/hcl/json/token/position.go46
-rw-r--r--vendor/github.com/hashicorp/hcl/json/token/token.go118
-rw-r--r--vendor/github.com/hashicorp/hcl/lex.go38
-rw-r--r--vendor/github.com/hashicorp/hcl/parse.go39
-rw-r--r--vendor/github.com/jesseduffield/yaml/LICENSE (renamed from vendor/github.com/spf13/afero/LICENSE.txt)29
-rw-r--r--vendor/github.com/jesseduffield/yaml/LICENSE.libyaml31
-rw-r--r--vendor/github.com/jesseduffield/yaml/NOTICE13
-rw-r--r--vendor/github.com/jesseduffield/yaml/README.md135
-rw-r--r--vendor/github.com/jesseduffield/yaml/apic.go739
-rw-r--r--vendor/github.com/jesseduffield/yaml/decode.go764
-rw-r--r--vendor/github.com/jesseduffield/yaml/emitterc.go1685
-rw-r--r--vendor/github.com/jesseduffield/yaml/encode.go358
-rw-r--r--vendor/github.com/jesseduffield/yaml/parserc.go1095
-rw-r--r--vendor/github.com/jesseduffield/yaml/readerc.go394
-rw-r--r--vendor/github.com/jesseduffield/yaml/resolve.go245
-rw-r--r--vendor/github.com/jesseduffield/yaml/scannerc.go2702
-rw-r--r--vendor/github.com/jesseduffield/yaml/sorter.go104
-rw-r--r--vendor/github.com/jesseduffield/yaml/writerc.go26
-rw-r--r--vendor/github.com/jesseduffield/yaml/yaml.go466
-rw-r--r--vendor/github.com/jesseduffield/yaml/yamlh.go738
-rw-r--r--vendor/github.com/jesseduffield/yaml/yamlprivateh.go173
-rw-r--r--vendor/github.com/magiconair/properties/.gitignore6
-rw-r--r--vendor/github.com/magiconair/properties/CHANGELOG.md139
-rw-r--r--vendor/github.com/magiconair/properties/LICENSE25
-rw-r--r--vendor/github.com/magiconair/properties/README.md129
-rw-r--r--vendor/github.com/magiconair/properties/decode.go289
-rw-r--r--vendor/github.com/magiconair/properties/doc.go156
-rw-r--r--vendor/github.com/magiconair/properties/go.mod1
-rw-r--r--vendor/github.com/magiconair/properties/integrate.go34
-rw-r--r--vendor/github.com/magiconair/properties/lex.go407
-rw-r--r--vendor/github.com/magiconair/properties/load.go292
-rw-r--r--vendor/github.com/magiconair/properties/parser.go95
-rw-r--r--vendor/github.com/magiconair/properties/properties.go833
-rw-r--r--vendor/github.com/magiconair/properties/rangecheck.go31
-rw-r--r--vendor/github.com/mitchellh/mapstructure/CHANGELOG.md21
-rw-r--r--vendor/github.com/mitchellh/mapstructure/LICENSE21
-rw-r--r--vendor/github.com/mitchellh/mapstructure/README.md46
-rw-r--r--vendor/github.com/mitchellh/mapstructure/decode_hooks.go217
-rw-r--r--vendor/github.com/mitchellh/mapstructure/error.go50
-rw-r--r--vendor/github.com/mitchellh/mapstructure/go.mod1
-rw-r--r--vendor/github.com/mitchellh/mapstructure/mapstructure.go1149
-rw-r--r--vendor/github.com/pelletier/go-toml/.gitignore5
-rw-r--r--vendor/github.com/pelletier/go-toml/CONTRIBUTING.md132
-rw-r--r--vendor/github.com/pelletier/go-toml/Dockerfile11
-rw-r--r--vendor/github.com/pelletier/go-toml/LICENSE21
-rw-r--r--vendor/github.com/pelletier/go-toml/PULL_REQUEST_TEMPLATE.md5
-rw-r--r--vendor/github.com/pelletier/go-toml/README.md151
-rw-r--r--vendor/github.com/pelletier/go-toml/azure-pipelines.yml167
-rw-r--r--vendor/github.com/pelletier/go-toml/benchmark.json164
-rw-r--r--vendor/github.com/pelletier/go-toml/benchmark.sh31
-rw-r--r--vendor/github.com/pelletier/go-toml/benchmark.toml244
-rw-r--r--vendor/github.com/pelletier/go-toml/benchmark.yml121
-rw-r--r--vendor/github.com/pelletier/go-toml/doc.go23
-rw-r--r--vendor/github.com/pelletier/go-toml/example-crlf.toml29
-rw-r--r--vendor/github.com/pelletier/go-toml/example.toml29
-rw-r--r--vendor/github.com/pelletier/go-toml/fuzz.go31
-rw-r--r--vendor/github.com/pelletier/go-toml/fuzz.sh15
-rw-r--r--vendor/github.com/pelletier/go-toml/fuzzit.sh26
-rw-r--r--vendor/github.com/pelletier/go-toml/go.mod9
-rw-r--r--vendor/github.com/pelletier/go-toml/go.sum11
-rw-r--r--vendor/github.com/pelletier/go-toml/keysparsing.go113
-rw-r--r--vendor/github.com/pelletier/go-toml/lexer.go780
-rw-r--r--vendor/github.com/pelletier/go-toml/localtime.go281
-rw-r--r--vendor/github.com/pelletier/go-toml/marshal.go868
-rw-r--r--vendor/github.com/pelletier/go-toml/marshal_OrderPreserve_test.toml39
-rw-r--r--vendor/github.com/pelletier/go-toml/marshal_test.toml39
-rw-r--r--vendor/github.com/pelletier/go-toml/parser.go479
-rw-r--r--vendor/github.com/pelletier/go-toml/position.go29
-rw-r--r--vendor/github.com/pelletier/go-toml/token.go137
-rw-r--r--vendor/github.com/pelletier/go-toml/toml.go393
-rw-r--r--vendor/github.com/pelletier/go-toml/tomltree_create.go142
-rw-r--r--vendor/github.com/pelletier/go-toml/tomltree_write.go475
-rw-r--r--vendor/github.com/shibukawa/configdir/LICENSE21
-rw-r--r--vendor/github.com/shibukawa/configdir/README.rst111
-rw-r--r--vendor/github.com/shibukawa/configdir/config.go160
-rw-r--r--vendor/github.com/shibukawa/configdir/config_darwin.go8
-rw-r--r--vendor/github.com/shibukawa/configdir/config_windows.go8
-rw-r--r--vendor/github.com/shibukawa/configdir/config_xdg.go