summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorAdam S Levy <[email protected]>2018-08-27 10:02:41 -0800
committerAdam S Levy <[email protected]>2018-08-27 11:55:41 -0800
commitfe498e5edaaedcd5f4fe9fe9c14ee23c5cf879dc (patch)
tree5a644072e69a6f0271510a5f54a99c2cc819515c /go.mod
parentdcda3199365ca2a5f24aea4c42aa56f6a197d117 (diff)
build(go111): Add go module support
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 3 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..fef0c44
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module github.com/posener/complete
+
+require github.com/hashicorp/go-multierror v1.0.0