diff options
| author | Shulhan <ms@kilabit.info> | 2018-12-13 17:01:34 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2018-12-13 17:01:34 +0700 |
| commit | ee48fc2e2f1a45c1c8d78e8df9f0cee784764106 (patch) | |
| tree | 54e3cd93a78a88ef5eba4c54e9ca93a8bcce8f2f /go.mod | |
| parent | 2afc5a78fe69e1e6f34507a962e8e619631b4944 (diff) | |
| download | beku-ee48fc2e2f1a45c1c8d78e8df9f0cee784764106.tar.xz | |
Update dependencies and fix tests
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ module github.com/shuLhan/beku require ( - github.com/shuLhan/share v0.0.0-20181031165753-0073103e650b + github.com/shuLhan/share v0.1.0 golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e ) |
