added yamlv3 (#457)
authorHrishikesh Barman <geekodour@users.noreply.github.com>
Wed, 10 Apr 2019 16:17:39 +0000 (21:47 +0530)
committerBrian Brazil <brian.brazil@robustperception.io>
Wed, 10 Apr 2019 16:17:39 +0000 (17:17 +0100)
commite7e450c996598c7fd9bf3472827086dad7e36219
treee3437c0293f1e848d554679e2be976d09e297711
parent721914029acc67f1bd78f9d981814cc02e89b61d
added yamlv3 (#457)

* added yamlv3
* removed unused packages

Signed-off-by: geekodour <hrishikeshbman@gmail.com>
25 files changed:
config/config.go
config/config_test.go
go.mod
go.sum
main.go
vendor/gopkg.in/yaml.v2/encode.go
vendor/gopkg.in/yaml.v3/.travis.yml [new file with mode: 0644]
vendor/gopkg.in/yaml.v3/LICENSE [new file with mode: 0644]
vendor/gopkg.in/yaml.v3/NOTICE [new file with mode: 0644]
vendor/gopkg.in/yaml.v3/README.md [new file with mode: 0644]
vendor/gopkg.in/yaml.v3/apic.go [new file with mode: 0644]
vendor/gopkg.in/yaml.v3/decode.go [new file with mode: 0644]
vendor/gopkg.in/yaml.v3/emitterc.go [new file with mode: 0644]
vendor/gopkg.in/yaml.v3/encode.go [new file with mode: 0644]
vendor/gopkg.in/yaml.v3/go.mod [new file with mode: 0644]
vendor/gopkg.in/yaml.v3/parserc.go [new file with mode: 0644]
vendor/gopkg.in/yaml.v3/readerc.go [new file with mode: 0644]
vendor/gopkg.in/yaml.v3/resolve.go [new file with mode: 0644]
vendor/gopkg.in/yaml.v3/scannerc.go [new file with mode: 0644]
vendor/gopkg.in/yaml.v3/sorter.go [new file with mode: 0644]
vendor/gopkg.in/yaml.v3/writerc.go [new file with mode: 0644]
vendor/gopkg.in/yaml.v3/yaml.go [new file with mode: 0644]
vendor/gopkg.in/yaml.v3/yamlh.go [new file with mode: 0644]
vendor/gopkg.in/yaml.v3/yamlprivateh.go [new file with mode: 0644]
vendor/modules.txt