diff options
| author | Adam S Levy <[email protected]> | 2018-08-27 10:02:41 -0800 |
|---|---|---|
| committer | Adam S Levy <[email protected]> | 2018-08-27 11:55:41 -0800 |
| commit | fe498e5edaaedcd5f4fe9fe9c14ee23c5cf879dc (patch) | |
| tree | 5a644072e69a6f0271510a5f54a99c2cc819515c /go.mod | |
| parent | dcda3199365ca2a5f24aea4c42aa56f6a197d117 (diff) | |
build(go111): Add go module support
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +module github.com/posener/complete + +require github.com/hashicorp/go-multierror v1.0.0 |
