diff options
| author | Shulhan <ms@kilabit.info> | 2022-02-17 18:43:30 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-02-17 18:43:30 +0700 |
| commit | efd7c51dddac86c4880830401b9eb635bb497ff3 (patch) | |
| tree | 43703348c00c55a99fdb1246b26e05280eb4f29e /go.mod | |
| parent | a985ef3ec4bec025d751ddcdfae2e269a2f4c507 (diff) | |
| download | kilabit.info-efd7c51dddac86c4880830401b9eb635bb497ff3.tar.xz | |
go.mod: update all dependencies
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -3,8 +3,10 @@ module git.sr.ht/~shulhan/kilabit.info go 1.16 require ( - git.sr.ht/~shulhan/ciigo v0.6.1-0.20211027150143-0bfe10781a53 - github.com/shuLhan/share v0.31.0 + git.sr.ht/~shulhan/ciigo v0.7.2-0.20220216170803-42e9c244d3c9 + 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 ) //replace git.sr.ht/~shulhan/ciigo => ../ciigo |
