diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2020-11-21 00:21:32 -0700 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2020-11-21 00:21:32 -0700 |
commit | 9f24b0d0bfca2938f2471c123074cc5e65eebf8e (patch) | |
tree | 8a8f8a2b6830d4952219a91950d9d2239c5bba38 /go.mod | |
parent | 269c4ee8ddb9f9f93d31342ec5306174d2ba4ffd (diff) |
Add go.mod file
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +module git.lukeshu.com/go/libfastimport + +go 1.15 + +require github.com/pkg/errors v0.9.1 |