diff options
| author | Shulhan <ms@kilabit.info> | 2019-03-28 06:08:03 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2019-03-30 03:33:31 +0700 |
| commit | 1fa2f800c62ba5cd54827773a9e86ea104e6ddad (patch) | |
| tree | 5586217091dc99cadf55938f34da66d61971cdc1 /go.mod | |
| parent | 2ae4f88570a21ade28dd4c6c72240173c25d2a85 (diff) | |
| download | beku-1fa2f800c62ba5cd54827773a9e86ea104e6ddad.tar.xz | |
all: use copy of "golang.org/x/tools/go/vcs"
The indirect dependencies of package "golang.org/x/tools/go/vcs" is
overwhelming. Using "go get" on this package alone will pull up all
dependency of "golang.org/x/tools".
To minimize unneeded download of unneeded packages we copy the package
vcs to our own repository including their license file.
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,6 +1,3 @@ module github.com/shuLhan/beku -require ( - github.com/shuLhan/share v0.2.0 - golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e -) +require github.com/shuLhan/share v0.4.0 |
