mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-10 20:05:50 +02:00
bump modules and add bump_modules script
This commit is contained in:
parent
a1b688f070
commit
c14a4eed0e
2 changed files with 6 additions and 1 deletions
5
scripts/bump_modules.sh
Executable file
5
scripts/bump_modules.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
GO111MODULE=on
|
||||
mv go.mod /tmp/
|
||||
go mod init
|
Loading…
Add table
Add a link
Reference in a new issue