aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2019-03-28 06:08:03 +0700
committerShulhan <ms@kilabit.info>2019-03-30 03:33:31 +0700
commit1fa2f800c62ba5cd54827773a9e86ea104e6ddad (patch)
tree5586217091dc99cadf55938f34da66d61971cdc1 /go.mod
parent2ae4f88570a21ade28dd4c6c72240173c25d2a85 (diff)
downloadbeku-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.mod5
1 files changed, 1 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index d8e95ae..6c9d079 100644
--- a/go.mod
+++ b/go.mod
@@ -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