Results 3 comments of Yun Hyeok Nam

I've found out I can adjust `.tree-item-children` class's `border-left` property for making vertical guidelines more visible.

OH I think it's all good now I don't know why I had this issue still open oops sorry

Apparently I have to add the following lines to the `go.mod` file. ``` replace github.com/docker/docker => github.com/moby/moby latest ``` And then run `go mod tidy` I am not familiar with...