Add topology-parser tool.
[oam.git] / code / network-topology-parser / go.mod
diff --git a/code/network-topology-parser/go.mod b/code/network-topology-parser/go.mod
new file mode 100644 (file)
index 0000000..2380d6d
--- /dev/null
@@ -0,0 +1,15 @@
+module topology-parser
+
+go 1.17
+
+require (
+       github.com/fatih/color v1.10.0 // indirect
+       github.com/mattn/go-colorable v0.1.8 // indirect
+       github.com/mattn/go-isatty v0.0.12 // indirect
+       golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
+)
+
+require (
+       github.com/goccy/go-yaml v1.9.5
+       golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae // indirect
+)