mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-21 23:01:03 +00:00
go mod tidy in docs
This commit is contained in:
parent
35bd0db5f8
commit
6af9e54491
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