commit ead765cb05a444c720f1395cc1b413044622a708 parent bf406b99a811729d26745bd4f92b1531c4bfc796 Author: Jack Mordaunt <jackmordaunt@gmail.com> Date: Sun, 12 Apr 2020 17:41:35 +0800 Chore: Include Go version in mod file. Diffstat:
| M | go.mod | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/go.mod b/go.mod @@ -1,5 +1,7 @@ module github.com/jackmordaunt/icns +go 1.14 + require ( github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 github.com/pkg/errors v0.8.0