aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2018-09-18 17:54:17 +0700
committerShulhan <ms@kilabit.info>2018-09-18 17:59:38 +0700
commit360affafc45cd267fd4a17e3a1c95133a81f6630 (patch)
tree5ad8a01790b30e7eb02a824512a73945c32d56f8
parentd528f6e1d0277a32e3a2453fe7fc552a857c17ae (diff)
downloadbeku-360affafc45cd267fd4a17e3a1c95133a81f6630.tar.xz
env_test: replace package "tekstus/diff" with new upstream
The original "tekstus" package has been deprecated and merged into "github.com/shuLhan/share/lib/text/diff".
-rw-r--r--env_test.go2
-rw-r--r--go.mod6
-rw-r--r--go.sum12
3 files changed, 7 insertions, 13 deletions
diff --git a/env_test.go b/env_test.go
index d245753..0c8c1b3 100644
--- a/env_test.go
+++ b/env_test.go
@@ -13,7 +13,7 @@ import (
"github.com/shuLhan/share/lib/debug"
"github.com/shuLhan/share/lib/test"
"github.com/shuLhan/share/lib/test/mock"
- "github.com/shuLhan/tekstus/diff"
+ "github.com/shuLhan/share/lib/text/diff"
)
func testEnvAddExclude(t *testing.T) {
diff --git a/go.mod b/go.mod
index 62fb9f7..ce78391 100644
--- a/go.mod
+++ b/go.mod
@@ -1,8 +1,6 @@
module github.com/shuLhan/beku
require (
- github.com/shuLhan/numerus v0.1.0 // indirect
- github.com/shuLhan/share v0.0.0-20180914204133-9388affb8020
- github.com/shuLhan/tekstus v0.1.0
- golang.org/x/tools v0.0.0-20180911133044-677d2ff680c1
+ github.com/shuLhan/share v0.0.0-20180917185021-1cae4ca316af
+ golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e
)
diff --git a/go.sum b/go.sum
index 70b66f5..99d5c72 100644
--- a/go.sum
+++ b/go.sum
@@ -1,9 +1,5 @@
-github.com/shuLhan/numerus v0.1.0 h1:oCywZLE3iTb/9T8qhFCkANg59Qy4cJ3nES5+S8WO6/U=
-github.com/shuLhan/numerus v0.1.0/go.mod h1:zF6WAVSsJebxdZxwyHWhqibDiCXnfitT4oHfcHve7+Y=
-github.com/shuLhan/share v0.0.0-20180914204133-9388affb8020 h1:+uCHPbrG1658tKIYUvED5jgfnDh9vKMJ50lOMp01u3w=
-github.com/shuLhan/share v0.0.0-20180914204133-9388affb8020/go.mod h1:L4OhM+hxrUdsb+Im+o06N/wz4hzfu29/R9lqueL4HJI=
-github.com/shuLhan/tekstus v0.1.0 h1:O08rXaR8yEZhVTKtgpLfZhEvkRe4svhMhm532tPn4Is=
-github.com/shuLhan/tekstus v0.1.0/go.mod h1:Pn7xUNXikqBQ1Fqtx2XFZEL1u8nZZPYxfP/8M4+LxaE=
+github.com/shuLhan/share v0.0.0-20180917185021-1cae4ca316af h1:4anaErm2vW2TPfSP3kE9lgdixWmGOa6zkqP3acnqv6I=
+github.com/shuLhan/share v0.0.0-20180917185021-1cae4ca316af/go.mod h1:L4OhM+hxrUdsb+Im+o06N/wz4hzfu29/R9lqueL4HJI=
golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
-golang.org/x/tools v0.0.0-20180911133044-677d2ff680c1 h1:dzEuQYa6+a3gROnSlgly5ERUm4SZKJt+dh+4iSbO+bI=
-golang.org/x/tools v0.0.0-20180911133044-677d2ff680c1/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
+golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e h1:FDhOuMEY4JVRztM/gsbk+IKUQ8kj74bxZrgw87eMMVc=
+golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=