From f607d13f7ccf16bf5421f3bda63f783ec5bfdc15 Mon Sep 17 00:00:00 2001 From: Eugene Dementiev Date: Tue, 25 Jun 2019 10:33:09 +1200 Subject: [PATCH] Correct README in terms of dependency manager --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 1107cf0..40ee302 100644 --- a/README.md +++ b/README.md @@ -121,11 +121,10 @@ Just specify all the same parameters, but use `dotenv` command instead with a fi ### How to build -This project uses https://github.com/golang/dep as a dependency manager. Go v.1.10.1 was used. +This project uses `go mod` as a dependency manager. Go v.1.12 was used. ``` $git clone https://github.com/springload/ssm-parent.git - $cd ssm-parent && dep ensure $go build # (after some hacking) $git tag vXXX && git push && git push --tags