bump modules and add bump_modules script

This commit is contained in:
Jesse Duffield 2018-12-18 22:54:12 +11:00
parent a1b688f070
commit c14a4eed0e
2 changed files with 6 additions and 1 deletions

5
scripts/bump_modules.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/sh
GO111MODULE=on
mv go.mod /tmp/
go mod init