diff options
| author | Shulhan <ms@kilabit.info> | 2022-03-10 23:07:11 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-03-10 23:07:11 +0700 |
| commit | ee2c0eebbfc639cd8c536d2115c09f89d32b99bd (patch) | |
| tree | 72daa04aa5251baedef927a729fce96d365c7394 /go.mod | |
| parent | 0bc775aff8d36bc11af32f820bfec6520f203cb6 (diff) | |
| download | kilabit.info-ee2c0eebbfc639cd8c536d2115c09f89d32b99bd.tar.xz | |
go.mod: update ciigo and share modules to latest version
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -3,12 +3,12 @@ module git.sr.ht/~shulhan/kilabit.info go 1.16 require ( - git.sr.ht/~shulhan/ciigo v0.7.2-0.20220218181951-fdc557949e89 - github.com/shuLhan/share v0.34.0 - golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect - golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect + git.sr.ht/~shulhan/ciigo v0.8.0 + github.com/shuLhan/share v0.35.0 + golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect + golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5 // indirect ) //replace git.sr.ht/~shulhan/ciigo => ../ciigo -//replace github.com/shuLhan/share => ../../../../../src/share +//replace github.com/shuLhan/share => ../share |
