diff options
author | Ben Johnson <benbjohnson@yahoo.com> | 2019-03-01 13:44:37 -0700 |
---|---|---|
committer | Ben Johnson <benbjohnson@yahoo.com> | 2019-03-01 14:07:27 -0700 |
commit | 020c5a4c470f65e2968cc0e73c972beccc50b39f (patch) | |
tree | d3e077a39fa30328c90a69fe399165bf15c80294 /go.mod | |
download | pds-020c5a4c470f65e2968cc0e73c972beccc50b39f.tar.gz pds-020c5a4c470f65e2968cc0e73c972beccc50b39f.tar.xz |
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +module github.com/benbjohnson/immutable + +go 1.12 + +require github.com/google/go-cmp v0.2.0 |