diff options
| author | Shulhan <m.shulhan@gmail.com> | 2020-03-28 00:27:40 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2020-03-28 00:27:40 +0700 |
| commit | 7290117822d772616ed09e9f347b79adb890b914 (patch) | |
| tree | 69cdc668c46baad656e34968f528e44c6e475f6f /go.mod | |
| parent | c60b14348b7c72fd283be6a49fc9b039c55f79b5 (diff) | |
| download | kilabit.info-7290117822d772616ed09e9f347b79adb890b914.tar.xz | |
go.mod: update with latest Go version
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -4,4 +4,7 @@ go 1.13 //replace github.com/shuLhan/ciigo => ../ciigo -require github.com/shuLhan/ciigo v0.1.1 +require ( + github.com/shuLhan/ciigo v0.1.1 + github.com/shuLhan/share v0.13.0 +) |
