aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2019-06-25 00:11:44 +0700
committerShulhan <ms@kilabit.info>2019-06-25 00:12:34 +0700
commitc645b6dc47677d3fe4de55fc7d574a76841c3f16 (patch)
tree524749b43f9cbedc3849d361d343b1b4c5f81546 /go.mod
parent2c0156f2a03febd7d05518ef2d155a060b9b03e8 (diff)
downloadbeku-c645b6dc47677d3fe4de55fc7d574a76841c3f16.tar.xz
env: fix missing exclude, deps, required-by, and missing statements
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index c8d4cda..795b264 100644
--- a/go.mod
+++ b/go.mod
@@ -1,7 +1,7 @@
module github.com/shuLhan/beku
require (
- github.com/shuLhan/share v0.7.1-0.20190618074053-d5b0a6ac0630
+ github.com/shuLhan/share v0.7.1-0.20190624170642-4f257f0cf1b7
golang.org/x/tools v0.0.0-20190608022120-eacb66d2a7c3
)