diff options
Diffstat (limited to 'vendor/github.com/go-toolsmith/astcopy/go.mod')
| -rw-r--r-- | vendor/github.com/go-toolsmith/astcopy/go.mod | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vendor/github.com/go-toolsmith/astcopy/go.mod b/vendor/github.com/go-toolsmith/astcopy/go.mod new file mode 100644 index 000000000..6f3b3027a --- /dev/null +++ b/vendor/github.com/go-toolsmith/astcopy/go.mod @@ -0,0 +1,6 @@ +module github.com/go-toolsmith/astcopy + +require ( + github.com/go-toolsmith/astequal v1.0.0 + github.com/go-toolsmith/strparse v1.0.0 +) |
