mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-22 07:11:01 +00:00
go mod tidy in docs
This commit is contained in:
parent
57ac3c409d
commit
1eec32f1fb
1 changed files with 2 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ c) if you need to bump a dependency e.g. jesseduffield/gocui, use
|
|||
|
||||
```
|
||||
GOFLAGS= go get -u github.com/jesseduffield/gocui@master
|
||||
go mod tidy
|
||||
go mod vendor
|
||||
```
|
||||
|
||||
|
|
@ -48,6 +49,7 @@ c) if you need to bump a dependency e.g. jesseduffield/gocui, use
|
|||
|
||||
```
|
||||
go get -u github.com/jesseduffield/gocui@master
|
||||
go mod tidy
|
||||
go mod vendor
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue