aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/go-toolsmith/astfmt/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/go-toolsmith/astfmt/go.mod')
-rw-r--r--vendor/github.com/go-toolsmith/astfmt/go.mod6
1 files changed, 6 insertions, 0 deletions
diff --git a/vendor/github.com/go-toolsmith/astfmt/go.mod b/vendor/github.com/go-toolsmith/astfmt/go.mod
new file mode 100644
index 000000000..d23db1566
--- /dev/null
+++ b/vendor/github.com/go-toolsmith/astfmt/go.mod
@@ -0,0 +1,6 @@
+module github.com/go-toolsmith/astfmt
+
+require (
+ github.com/go-toolsmith/astequal v1.0.0 // indirect
+ github.com/go-toolsmith/strparse v1.0.0
+)