aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 4 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 795b264..57d4406 100644
--- a/go.mod
+++ b/go.mod
@@ -1,8 +1,10 @@
module github.com/shuLhan/beku
require (
- github.com/shuLhan/share v0.7.1-0.20190624170642-4f257f0cf1b7
- golang.org/x/tools v0.0.0-20190608022120-eacb66d2a7c3
+ github.com/shuLhan/share v0.33.0
+ golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
+ golang.org/x/sys v0.0.0-20220128215802-99c3d69c2c27 // indirect
+ golang.org/x/tools v0.1.9
)
go 1.11