5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-20 11:22:31 +00:00
matterbridge/vendor/github.com/pelletier/go-toml/go.mod

10 lines
153 B
Modula-2
Raw Normal View History

2020-08-09 22:29:54 +00:00
module github.com/pelletier/go-toml
go 1.12
require (
github.com/BurntSushi/toml v0.3.1
github.com/davecgh/go-spew v1.1.1
2020-10-19 21:40:00 +00:00
gopkg.in/yaml.v2 v2.3.0
2020-08-09 22:29:54 +00:00
)