diff options
| author | Shulhan <ms@kilabit.info> | 2018-09-15 05:05:55 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2018-09-15 05:07:13 +0700 |
| commit | 08bac9a9f4bd6fca5af3a6928a08186e1c27ea42 (patch) | |
| tree | 95293b2858c6f35e5f5af726e3686e22505c5b54 | |
| parent | 1f1b86ecc1512093e8c784e2724ac61a1e5d86fc (diff) | |
| download | beku-08bac9a9f4bd6fca5af3a6928a08186e1c27ea42.tar.xz | |
Update Go module dependencies
lib/git.FetchAll now fetch all remote tags.
| -rw-r--r-- | go.mod | 2 | ||||
| -rw-r--r-- | go.sum | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -2,7 +2,7 @@ module github.com/shuLhan/beku require ( github.com/shuLhan/numerus v0.1.0 // indirect - github.com/shuLhan/share v0.0.0-20180913210900-92fd877512f9 + 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 ) @@ -1,7 +1,7 @@ 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-20180913210900-92fd877512f9 h1:IRzwXGjrgNU3F8ODr5WRVVJwOEtXneVJzaqm18vIw8Q= -github.com/shuLhan/share v0.0.0-20180913210900-92fd877512f9/go.mod h1:L4OhM+hxrUdsb+Im+o06N/wz4hzfu29/R9lqueL4HJI= +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= golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= |
