1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03:00

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