Git Product home page Git Product logo

Comments (9)

skanehira avatar skanehira commented on August 17, 2024 1

@d-kuro
go install will work properly even after running go mod tidy?
If it works, can you give me a PR?

from docui.

skanehira avatar skanehira commented on August 17, 2024 1

@d-kuro
It's ok!
Thanks!

Close this issue, because it was completed.

from docui.

d-kuro avatar d-kuro commented on August 17, 2024

@skanehira
Which version of Go are you using?
Build succeeded when I ran it locally.

logs:

$ go env
GOARCH="amd64"
GOBIN=""
GOCACHE="/Users/kurosawa.dai/Library/Caches/go-build"
GOEXE=""
GOFLAGS=""
GOHOSTARCH="amd64"
GOHOSTOS="darwin"
GOOS="darwin"
GOPATH="/Users/kurosawa.dai/Desktop" // temp GOPATH
GOPROXY=""
GORACE=""
GOROOT="/Users/kurosawa.dai/.goenv/versions/1.11.1"
GOTMPDIR=""
GOTOOLDIR="/Users/kurosawa.dai/.goenv/versions/1.11.1/pkg/tool/darwin_amd64"
GCCGO="gccgo"
CC="clang"
CXX="clang++"
CGO_ENABLED="1"
GOMOD="/Users/kurosawa.dai/Desktop/docui/go.mod"
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
PKG_CONFIG="pkg-config"
GOGCCFLAGS="-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/var/folders/04/1dlv74p57wn925x43w7v_hcw0000gq/T/go-build059734850=/tmp/go-build -gno-record-gcc-switches -fno-common"

$ git clone https://github.com/skanehira/docui.git
Cloning into 'docui'...
remote: Enumerating objects: 188, done.
remote: Counting objects: 100% (188/188), done.
remote: Compressing objects: 100% (103/103), done.
remote: Total 861 (delta 120), reused 140 (delta 79), pack-reused 673
Receiving objects: 100% (861/861), 37.13 MiB | 3.22 MiB/s, done.
Resolving deltas: 100% (545/545), done.

$ cd docui/

$ GO111MODULE=on go install
go: finding github.com/mattn/go-runewidth v0.0.4
go: finding github.com/fsouza/go-dockerclient v1.3.3
go: finding github.com/nsf/termbox-go v0.0.0-20190104133558-0938b5187e61
go: finding github.com/skanehira/gocui-component v0.0.0-20190103120946-5f5ba7f77c3b
go: finding github.com/jroimartin/gocui v0.4.0
go: finding github.com/gogo/protobuf v1.2.0
go: finding github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78
go: finding github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5
go: finding github.com/Microsoft/go-winio v0.4.11
go: finding github.com/opencontainers/go-digest v1.0.0-rc1
go: finding github.com/vishvananda/netns v0.0.0-20180720170159-13995c7128cc
go: finding github.com/docker/go-connections v0.4.0
go: finding golang.org/x/crypto v0.0.0-20190103213133-ff983b9c42bc
go: finding gotest.tools v2.2.0+incompatible
go: finding github.com/opencontainers/image-spec v1.0.1
go: finding github.com/containerd/continuity v0.0.0-20181203112020-004b46473808
go: finding github.com/google/go-cmp v0.2.0
go: finding github.com/gorilla/mux v1.6.2
go: finding github.com/opencontainers/runc v0.1.1
go: finding github.com/sirupsen/logrus v1.3.0
go: finding github.com/gorilla/context v1.1.1
go: finding golang.org/x/sys v0.0.0-20190102155601-82a175fd1598
go: finding github.com/pkg/errors v0.8.1
go: finding github.com/docker/docker v0.7.3-0.20180827131323-0c5f8d2b9b23
go: finding github.com/docker/go-units v0.3.3
go: finding github.com/vishvananda/netlink v1.0.0
go: finding github.com/docker/libnetwork v0.8.0-dev.2.0.20180608203834-19279f049241
go: finding github.com/stretchr/testify v1.2.2
go: finding github.com/stretchr/objx v0.1.1
go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1
go: finding github.com/davecgh/go-spew v1.1.1
go: finding github.com/pmezard/go-difflib v1.0.0
go: finding golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33
go: finding golang.org/x/crypto v0.0.0-20180904163835-0709b304e793
go: downloading github.com/jroimartin/gocui v0.4.0
go: downloading github.com/fsouza/go-dockerclient v1.3.3
go: downloading github.com/skanehira/gocui-component v0.0.0-20190103120946-5f5ba7f77c3b
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/nsf/termbox-go v0.0.0-20190104133558-0938b5187e61
go: downloading github.com/docker/go-units v0.3.3
go: downloading github.com/docker/docker v0.7.3-0.20180827131323-0c5f8d2b9b23
go: downloading github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5
go: downloading github.com/mattn/go-runewidth v0.0.4
go: downloading github.com/sirupsen/logrus v1.3.0
go: downloading golang.org/x/sys v0.0.0-20190102155601-82a175fd1598
go: downloading golang.org/x/crypto v0.0.0-20190103213133-ff983b9c42bc
go: downloading github.com/opencontainers/image-spec v1.0.1
go: downloading github.com/opencontainers/runc v0.1.1
go: downloading github.com/gogo/protobuf v1.2.0
go: downloading github.com/docker/go-connections v0.4.0
go: downloading github.com/docker/libnetwork v0.8.0-dev.2.0.20180608203834-19279f049241
go: downloading github.com/pkg/errors v0.8.1
go: downloading github.com/containerd/continuity v0.0.0-20181203112020-004b46473808
go: downloading github.com/opencontainers/go-digest v1.0.0-rc1

$ ls $GOPATH/bin/
.     ..    docui

from docui.

d-kuro avatar d-kuro commented on August 17, 2024

Use go get:

$ go env
GOARCH="amd64"
GOBIN=""
GOCACHE="/Users/kurosawa.dai/Library/Caches/go-build"
GOEXE=""
GOFLAGS=""
GOHOSTARCH="amd64"
GOHOSTOS="darwin"
GOOS="darwin"
GOPATH="/Users/kurosawa.dai/Desktop"
GOPROXY=""
GORACE=""
GOROOT="/Users/kurosawa.dai/.goenv/versions/1.11.1"
GOTMPDIR=""
GOTOOLDIR="/Users/kurosawa.dai/.goenv/versions/1.11.1/pkg/tool/darwin_amd64"
GCCGO="gccgo"
CC="clang"
CXX="clang++"
CGO_ENABLED="1"
GOMOD=""
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
PKG_CONFIG="pkg-config"
GOGCCFLAGS="-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/var/folders/04/1dlv74p57wn925x43w7v_hcw0000gq/T/go-build652068519=/tmp/go-build -gno-record-gcc-switches -fno-common"

$ go get -d github.com/skanehira/docui

$ cd $GOPATH/src/github.com/skanehira/docui

$ GO111MODULE=on go install
go: finding github.com/fsouza/go-dockerclient v1.3.3
go: finding github.com/jroimartin/gocui v0.4.0
go: finding github.com/skanehira/gocui-component v0.0.0-20190103120946-5f5ba7f77c3b
go: finding github.com/mattn/go-runewidth v0.0.4
go: finding github.com/nsf/termbox-go v0.0.0-20190104133558-0938b5187e61
go: finding github.com/gorilla/mux v1.6.2
go: finding github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5
go: finding github.com/docker/docker v0.7.3-0.20180827131323-0c5f8d2b9b23
go: finding github.com/docker/go-units v0.3.3
go: finding github.com/sirupsen/logrus v1.3.0
go: finding github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78
go: finding github.com/Microsoft/go-winio v0.4.11
go: finding github.com/gorilla/context v1.1.1
go: finding github.com/containerd/continuity v0.0.0-20181203112020-004b46473808
go: finding github.com/vishvananda/netlink v1.0.0
go: finding github.com/opencontainers/runc v0.1.1
go: finding github.com/docker/libnetwork v0.8.0-dev.2.0.20180608203834-19279f049241
go: finding github.com/pkg/errors v0.8.1
go: finding github.com/vishvananda/netns v0.0.0-20180720170159-13995c7128cc
go: finding github.com/docker/go-connections v0.4.0
go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1
go: finding golang.org/x/sys v0.0.0-20190102155601-82a175fd1598
go: finding github.com/stretchr/testify v1.2.2
go: finding github.com/stretchr/objx v0.1.1
go: finding golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33
go: finding github.com/opencontainers/image-spec v1.0.1
go: finding golang.org/x/crypto v0.0.0-20180904163835-0709b304e793
go: finding github.com/opencontainers/go-digest v1.0.0-rc1
go: finding golang.org/x/crypto v0.0.0-20190103213133-ff983b9c42bc
go: finding github.com/google/go-cmp v0.2.0
go: finding github.com/pmezard/go-difflib v1.0.0
go: finding github.com/gogo/protobuf v1.2.0
go: finding github.com/davecgh/go-spew v1.1.1
go: finding gotest.tools v2.2.0+incompatible
go: downloading github.com/jroimartin/gocui v0.4.0
go: downloading github.com/skanehira/gocui-component v0.0.0-20190103120946-5f5ba7f77c3b
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/fsouza/go-dockerclient v1.3.3
go: downloading github.com/nsf/termbox-go v0.0.0-20190104133558-0938b5187e61
go: downloading github.com/docker/docker v0.7.3-0.20180827131323-0c5f8d2b9b23
go: downloading github.com/docker/go-units v0.3.3
go: downloading github.com/mattn/go-runewidth v0.0.4
go: downloading github.com/sirupsen/logrus v1.3.0
go: downloading github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5
go: downloading golang.org/x/crypto v0.0.0-20190103213133-ff983b9c42bc
go: downloading golang.org/x/sys v0.0.0-20190102155601-82a175fd1598
go: downloading github.com/opencontainers/runc v0.1.1
go: downloading github.com/opencontainers/image-spec v1.0.1
go: downloading github.com/gogo/protobuf v1.2.0
go: downloading github.com/docker/go-connections v0.4.0
go: downloading github.com/docker/libnetwork v0.8.0-dev.2.0.20180608203834-19279f049241
go: downloading github.com/pkg/errors v0.8.1
go: downloading github.com/containerd/continuity v0.0.0-20181203112020-004b46473808
go: downloading github.com/opencontainers/go-digest v1.0.0-rc1

 $ ls $GOPATH/bin/
.     ..    docui

from docui.

d-kuro avatar d-kuro commented on August 17, 2024

Error occurred when use to Go 1.11.4...

$ go env                                                                                                                                                                                              1 ↵
GOARCH="amd64"
GOBIN=""
GOCACHE="/Users/kurosawa.dai/Library/Caches/go-build"
GOEXE=""
GOFLAGS=""
GOHOSTARCH="amd64"
GOHOSTOS="darwin"
GOOS="darwin"
GOPATH="/Users/kurosawa.dai/Desktop"
GOPROXY=""
GORACE=""
GOROOT="/Users/kurosawa.dai/.goenv/versions/1.11.4"
GOTMPDIR=""
GOTOOLDIR="/Users/kurosawa.dai/.goenv/versions/1.11.4/pkg/tool/darwin_amd64"
GCCGO="gccgo"
CC="clang"
CXX="clang++"
CGO_ENABLED="1"
GOMOD="/Users/kurosawa.dai/Desktop/docui/go.mod"
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
PKG_CONFIG="pkg-config"
GOGCCFLAGS="-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/var/folders/04/1dlv74p57wn925x43w7v_hcw0000gq/T/go-build461387630=/tmp/go-build -gno-record-gcc-switches -fno-common"

$ GO111MODULE=on go install
go: finding github.com/mattn/go-runewidth v0.0.4
go: finding github.com/jroimartin/gocui v0.4.0
go: finding github.com/fsouza/go-dockerclient v1.3.3
go: finding github.com/nsf/termbox-go v0.0.0-20190104133558-0938b5187e61
go: finding github.com/skanehira/gocui-component v0.0.0-20190103120946-5f5ba7f77c3b
go: finding github.com/gogo/protobuf v1.2.0
go: finding github.com/Microsoft/go-winio v0.4.11
go: finding github.com/docker/docker v0.7.3-0.20180827131323-0c5f8d2b9b23
go: finding github.com/google/go-cmp v0.2.0
go: finding github.com/gorilla/context v1.1.1
go: finding github.com/opencontainers/go-digest v1.0.0-rc1
go: finding github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78
go: finding github.com/sirupsen/logrus v1.3.0
go: finding github.com/containerd/continuity v0.0.0-20181203112020-004b46473808
go: finding github.com/vishvananda/netlink v1.0.0
go: finding github.com/opencontainers/image-spec v1.0.1
go: finding github.com/docker/go-connections v0.4.0
go: finding github.com/pkg/errors v0.8.1
go: finding github.com/vishvananda/netns v0.0.0-20180720170159-13995c7128cc
go: finding github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5
go: finding github.com/pmezard/go-difflib v1.0.0
go: finding gotest.tools v2.2.0+incompatible
go: finding golang.org/x/sys v0.0.0-20190102155601-82a175fd1598
go: finding github.com/stretchr/testify v1.2.2
go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1
go: finding github.com/stretchr/objx v0.1.1
go: finding github.com/gorilla/mux v1.6.2
go: finding github.com/opencontainers/runc v0.1.1
go: finding golang.org/x/crypto v0.0.0-20190103213133-ff983b9c42bc
go: finding github.com/docker/libnetwork v0.8.0-dev.2.0.20180608203834-19279f049241
go: finding github.com/davecgh/go-spew v1.1.1
go: finding golang.org/x/crypto v0.0.0-20180904163835-0709b304e793
go: finding github.com/docker/go-units v0.3.3
go: finding golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33
go: downloading github.com/jroimartin/gocui v0.4.0
go: downloading github.com/fsouza/go-dockerclient v1.3.3
go: downloading github.com/skanehira/gocui-component v0.0.0-20190103120946-5f5ba7f77c3b
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/nsf/termbox-go v0.0.0-20190104133558-0938b5187e61
go: downloading github.com/docker/docker v0.7.3-0.20180827131323-0c5f8d2b9b23
go: downloading github.com/sirupsen/logrus v1.3.0
go: downloading github.com/mattn/go-runewidth v0.0.4
go: downloading golang.org/x/sys v0.0.0-20190102155601-82a175fd1598
go: downloading github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5
go: downloading github.com/docker/go-units v0.3.3
go: downloading golang.org/x/crypto v0.0.0-20190103213133-ff983b9c42bc
go: verifying github.com/docker/[email protected]: checksum mismatch
	downloaded: h1:mJtkfC9RUrUWHMk0cFDNhVoc9U3k2FRAzEZ+5pqSIHo=
	go.sum:     h1:Zl/9mUfPbYbnv895OXx9WfxPjwqSZHohuZzVcjJ5QPQ=

from docui.

skanehira avatar skanehira commented on August 17, 2024

@d-kuro
I using this version.

root@32c5fd616fcf:/go# go version
go version go1.11.4 linux/amd64

I fix this commit.
4085859

logs:

root@32c5fd616fcf:/go# go version
go version go1.11.4 linux/amd64
root@32c5fd616fcf:/go# git clone https://github.com/skanehira/docui.git
Cloning into 'docui'...
remote: Enumerating objects: 192, done.
remote: Counting objects: 100% (192/192), done.
remote: Compressing objects: 100% (105/105), done.
remote: Total 865 (delta 122), reused 145 (delta 81), pack-reused 673
Receiving objects: 100% (865/865), 37.13 MiB | 2.91 MiB/s, done.
Resolving deltas: 100% (547/547), done.
root@32c5fd616fcf:/go# cd docui/
root@32c5fd616fcf:/go/docui# git checkout develop
Branch develop set up to track remote branch develop from origin.
Switched to a new branch 'develop'
root@32c5fd616fcf:/go/docui# GO111MODULE=on go install
go: finding github.com/davecgh/go-spew v1.1.1
go: finding github.com/jroimartin/gocui v0.4.0
go: finding github.com/mattn/go-runewidth v0.0.4
go: finding github.com/fsouza/go-dockerclient v1.3.3
go: finding github.com/nsf/termbox-go v0.0.0-20190104133558-0938b5187e61
go: finding github.com/skanehira/gocui-component v0.0.0-20190103120946-5f5ba7f77c3b
go: finding github.com/docker/go-units v0.3.3
go: finding github.com/docker/libnetwork v0.8.0-dev.2.0.20180608203834-19279f049241
go: finding github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78
go: finding github.com/docker/docker v0.7.3-0.20180827131323-0c5f8d2b9b23
go: finding github.com/opencontainers/image-spec v1.0.1
go: finding github.com/gogo/protobuf v1.2.0
go: finding github.com/pkg/errors v0.8.1
go: finding github.com/Microsoft/go-winio v0.4.11
go: finding golang.org/x/sys v0.0.0-20190102155601-82a175fd1598
go: finding github.com/vishvananda/netlink v1.0.0
go: finding github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5
go: finding github.com/sirupsen/logrus v1.3.0
go: finding gotest.tools v2.2.0+incompatible
go: finding golang.org/x/crypto v0.0.0-20190103213133-ff983b9c42bc
go: finding github.com/containerd/continuity v0.0.0-20181203112020-004b46473808
go: finding github.com/vishvananda/netns v0.0.0-20180720170159-13995c7128cc
go: finding github.com/opencontainers/runc v0.1.1
go: finding github.com/gorilla/context v1.1.1
go: finding github.com/opencontainers/go-digest v1.0.0-rc1
go: finding github.com/pmezard/go-difflib v1.0.0
go: finding github.com/docker/go-connections v0.4.0
go: finding github.com/stretchr/testify v1.2.2
go: finding github.com/stretchr/objx v0.1.1
go: finding golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33
go: finding golang.org/x/crypto v0.0.0-20180904163835-0709b304e793
go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1
go: finding github.com/google/go-cmp v0.2.0
go: finding github.com/gorilla/mux v1.6.2
go: downloading github.com/jroimartin/gocui v0.4.0
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/skanehira/gocui-component v0.0.0-20190103120946-5f5ba7f77c3b
go: downloading github.com/fsouza/go-dockerclient v1.3.3
go: downloading github.com/nsf/termbox-go v0.0.0-20190104133558-0938b5187e61
go: downloading github.com/mattn/go-runewidth v0.0.4
go: downloading github.com/docker/docker v0.7.3-0.20180827131323-0c5f8d2b9b23
go: downloading github.com/docker/go-units v0.3.3
go: downloading golang.org/x/sys v0.0.0-20190102155601-82a175fd1598
go: downloading github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5
go: downloading github.com/sirupsen/logrus v1.3.0
go: downloading golang.org/x/crypto v0.0.0-20190103213133-ff983b9c42bc
go: downloading github.com/gogo/protobuf v1.2.0
go: downloading github.com/opencontainers/image-spec v1.0.1
go: downloading github.com/docker/go-connections v0.4.0
go: downloading github.com/docker/libnetwork v0.8.0-dev.2.0.20180608203834-19279f049241
go: downloading github.com/pkg/errors v0.8.1
go: downloading github.com/opencontainers/runc v0.1.1
go: downloading github.com/containerd/continuity v0.0.0-20181203112020-004b46473808
go: downloading github.com/opencontainers/go-digest v1.0.0-rc1
root@32c5fd616fcf:/go/docui#

from docui.

skanehira avatar skanehira commented on August 17, 2024

@d-kuro
I tried installing it again in the container of golang and it worked fine,
so the problem was solved, but I do not know the cause....

from docui.

d-kuro avatar d-kuro commented on August 17, 2024

@skanehira
Thank you Pull Request.
I confirmed the success of the build.

This Issue may be related:
golang/go#29278 (comment)

addition:
When you run go mod tidy, the difference came out.
I can make a Pull Request.

https://godoc.org/cmd/go#hdr-Add_missing_and_remove_unused_modules

go mod tidy [-v]
Tidy makes sure go.mod matches the source code in the module. It adds any missing modules necessary to build the current module's packages and dependencies, and it removes unused modules that don't provide any relevant packages. It also adds any missing entries to go.sum and removes any unnecessary ones.

The -v flag causes tidy to print information about removed modules to standard error.

$ go mod tidy -v
go: downloading github.com/Microsoft/go-winio v0.4.11
go: downloading gotest.tools v2.2.0+incompatible
Fetching https://gotest.tools?go-get=1
go: downloading github.com/google/go-cmp v0.2.0
go: downloading github.com/stretchr/testify v1.2.2
go: downloading github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78
go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
go: downloading github.com/vishvananda/netlink v1.0.0
go: downloading github.com/vishvananda/netns v0.0.0-20180720170159-13995c7128cc
Parsing meta tags from https://gotest.tools?go-get=1 (status code 200)
get "gotest.tools": found meta tag get.metaImport{Prefix:"gotest.tools", VCS:"git", RepoRoot:"https://github.com/gotestyourself/gotest.tools"} at https://gotest.tools?go-get=1
go: downloading github.com/pmezard/go-difflib v1.0.0
diff --git a/go.sum b/go.sum
index f3f9591..8e92e44 100644
--- a/go.sum
+++ b/go.sum
@@ -1,4 +1,6 @@
+github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 h1:w+iIsaOQNcT7OZ575w+acHgRric5iCyQh+xv+KJ4HB8=
 github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78/go.mod h1:LmzpDX56iTiv29bbRTIsUNlaFfuhWRQBWjQdVyAevI8=
+github.com/Microsoft/go-winio v0.4.11 h1:zoIOcVf0xPN1tnMVbTtEdI+P8OofVk3NObnwOQ6nK2Q=
 github.com/Microsoft/go-winio v0.4.11/go.mod h1:VhR8bwka0BXejwEJY73c50VrPtXAaKcyvVC4A4RozmA=
 github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 h1:TngWCqHvy9oXAN6lEVMRuU21PR1EtLVZJmdB18Gu3Rw=
 github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5/go.mod h1:lmUJ/7eu/Q8D7ML55dXQrVaamCz2vxCfdQBasLZfHKk=
@@ -18,11 +20,13 @@ github.com/fsouza/go-dockerclient v1.3.3 h1:HaGPJlgBFwCy3W7K/FD5IobA7uuy0RPcAcfa
 github.com/fsouza/go-dockerclient v1.3.3/go.mod h1:wqOJeWHV3Mep81Dx04uGm0ovCSZxtubD4at6XGfEPh0=
 github.com/gogo/protobuf v1.2.0 h1:xU6/SpYbvkNYiptHJYEDRseDLvYE7wSqhYYNy0QSUzI=
 github.com/gogo/protobuf v1.2.0/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ=
+github.com/google/go-cmp v0.2.0 h1:+dTQ8DZQJz0Mb/HjFlkptS1FeQ4cWSnN941F8aEG4SQ=
 github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M=
 github.com/gorilla/context v1.1.1/go.mod h1:kBGZzfjB9CEq2AlWe17Uuf7NDRt0dE0s8S51q0aT7Yg=
 github.com/gorilla/mux v1.6.2/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs=
 github.com/jroimartin/gocui v0.4.0 h1:52jnalstgmc25FmtGcWqa0tcbMEWS6RpFLsOIO+I+E8=
 github.com/jroimartin/gocui v0.4.0/go.mod h1:7i7bbj99OgFHzo7kB2zPb8pXLqMBSQegY7azfqXMkyY=
+github.com/konsorten/go-windows-terminal-sequences v1.0.1 h1:mweAR1A6xJ3oS2pRaGiHgQ4OO8tzTaLawm8vnODuwDk=
 github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
 github.com/mattn/go-runewidth v0.0.4 h1:2BvfKmzob6Bmd4YsL0zygOqfdFnK7GR4QL06Do4/p7Y=
 github.com/mattn/go-runewidth v0.0.4/go.mod h1:LwmH8dsx7+W8Uxz3IHJYH5QSwggIsqBzpuz5H//U1FU=
@@ -36,14 +40,18 @@ github.com/opencontainers/runc v0.1.1 h1:GlxAyO6x8rfZYN9Tt0Kti5a/cP41iuiO2yYT0IJ
 github.com/opencontainers/runc v0.1.1/go.mod h1:qT5XzbpPznkRYVz/mWwUaVBUv2rmF59PVA73FjuZG0U=
 github.com/pkg/errors v0.8.1 h1:iURUrRGxPUNPdy5/HRSm+Yj6okJ6UtLINN0Q9M4+h3I=
 github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
+github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
 github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
 github.com/sirupsen/logrus v1.3.0 h1:hI/7Q+DtNZ2kINb6qt/lS+IyXnHQe9e90POfeewL/ME=
 github.com/sirupsen/logrus v1.3.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo=
 github.com/skanehira/gocui-component v0.0.0-20190103120946-5f5ba7f77c3b h1:LckZgW3ipYgsShTpDc4Q/TkITvPiZzDvHbRdm8lCh1A=
 github.com/skanehira/gocui-component v0.0.0-20190103120946-5f5ba7f77c3b/go.mod h1:uhDvc/srGKwvK9bGt4zlfTiywMLL7ngz44Yp2nQwTjE=
 github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
+github.com/stretchr/testify v1.2.2 h1:bSDNvY7ZPG5RlJ8otE/7V6gMiyenm9RtJ7IUVIAoJ1w=
 github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=
+github.com/vishvananda/netlink v1.0.0 h1:bqNY2lgheFIu1meHUFSH3d7vG93AFyqg3oGbJCOJgSM=
 github.com/vishvananda/netlink v1.0.0/go.mod h1:+SR5DhBJrl6ZM7CoCKvpw5BKroDKQ+PJqOg65H/2ktk=
+github.com/vishvananda/netns v0.0.0-20180720170159-13995c7128cc h1:R83G5ikgLMxrBvLh22JhdfI8K6YXEPHx5P03Uu3DRs4=
 github.com/vishvananda/netns v0.0.0-20180720170159-13995c7128cc/go.mod h1:ZjcWmFBXmLKZu9Nxj3WKYEafiSqer2rnvPr0en9UNpI=
 golang.org/x/crypto v0.0.0-20180904163835-0709b304e793/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4=
 golang.org/x/crypto v0.0.0-20190103213133-ff983b9c42bc h1:F5tKCVGp+MUAHhKp5MZtGqAlGX3+oCsiL1Q629FL90M=
@@ -51,4 +59,5 @@ golang.org/x/crypto v0.0.0-20190103213133-ff983b9c42bc/go.mod h1:6SG95UA2DQfeDnf
 golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
 golang.org/x/sys v0.0.0-20190102155601-82a175fd1598 h1:S8GOgffXV1X3fpVG442QRfWOt0iFl79eHJ7OPt725bo=
 golang.org/x/sys v0.0.0-20190102155601-82a175fd1598/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
+gotest.tools v2.2.0+incompatible h1:VsBPFP1AI068pPrMxtb/S8Zkgf9xEmTLJjfM+P5UIEo=
 gotest.tools v2.2.0+incompatible/go.mod h1:DsYFclhRJ6vuDpmuTbkuFWG+y2sxOXAzmJt81HFBacw=

from docui.

d-kuro avatar d-kuro commented on August 17, 2024

@skanehira
Please check it Pull Request.
#45

from docui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.