Add to_directory method to relevant object classes
[oam.git] / code / network-topology-parser / go.mod
1 module topology-parser
2
3 go 1.17
4
5 require (
6         github.com/fatih/color v1.10.0 // indirect
7         github.com/mattn/go-colorable v0.1.8 // indirect
8         github.com/mattn/go-isatty v0.0.12 // indirect
9         golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
10 )
11
12 require (
13         github.com/goccy/go-yaml v1.9.5
14         golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae // indirect
15 )