commit bf7706bfdf184c6234afb9dabf9568573a3795c3 parent 63acee507fcf3b3083772105dc761eb0bef802c6 Author: Jack Mordaunt <jackmordaunt@gmail.com> Date: Sat, 27 Jun 2020 17:12:25 +0800 feat: use modules. Diffstat:
| A | go.mod | | | 5 | +++++ |
| A | go.sum | | | 2 | ++ |
2 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/go.mod b/go.mod @@ -0,0 +1,5 @@ +module github.com/jackmordaunt/activator + +go 1.14 + +require github.com/pkg/errors v0.9.1 diff --git a/go.sum b/go.sum @@ -0,0 +1,2 @@ +github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4= +github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=