diff options
| author | Shulhan <m.shulhan@gmail.com> | 2020-11-26 00:55:22 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2020-11-26 01:30:50 +0700 |
| commit | ad5923ca07b1d37ab88b8c4515afa7fc39f99831 (patch) | |
| tree | af97099bcd20d5f40a1b61b76504057678893124 /go.mod | |
| parent | 63eacb03a79c44378a26ca0693dd239160e546b7 (diff) | |
| download | kilabit.info-ad5923ca07b1d37ab88b8c4515afa7fc39f99831.tar.xz | |
go.mod: update with latest ciigo module
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,8 +3,8 @@ module git.sr.ht/~shulhan/kilabit.info go 1.13 require ( - git.sr.ht/~shulhan/ciigo v0.2.1-0.20201111155426-9d7fb5db0adf - github.com/shuLhan/share v0.20.1 + git.sr.ht/~shulhan/ciigo v0.2.1-0.20201125182647-7520991ff810 + github.com/shuLhan/share v0.20.2-0.20201122173411-e8b3bf5ee6e9 golang.org/x/net v0.0.0-20201110031124-69a78807bb2b // indirect ) |
