summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2021-10-06 05:14:24 -0500
committerJeff Carr <[email protected]>2021-10-06 05:14:24 -0500
commite93fe915a6747dce10d7314dc968ebb734265ed0 (patch)
treee995b23b03d6c4c49cd7a75af8421bb22072a38e /Makefile
parent403dc4780b2c907f3292f4d6504ad5af2a0df7f1 (diff)
BUILD: suck it up and try to use go.mod
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 31212b9..df5d201 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,5 @@
# should update every go dependancy (?)
update:
- git pull
- GO111MODULE="off" go get -v -t -u ./...
+ # git pull
+ wit go update
+ # go get -v -t -u ./...