diff options
| author | Shulhan <ms@kilabit.info> | 2022-07-10 23:33:19 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-07-14 00:55:07 +0700 |
| commit | eaae2fa84f0ae3f28b9a78cee05c32a44aab386a (patch) | |
| tree | 5f5e3e84cb58c7aec5c91610ae71fa0babc5f4ab /go.mod | |
| parent | 370d0d2f1d404d20de6c0ce28c16786ee7758bdb (diff) | |
| download | kilabit.info-eaae2fa84f0ae3f28b9a78cee05c32a44aab386a.tar.xz | |
go.mod: set minimum Go version to v1.18 and update all modules
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 14 |
1 files changed, 9 insertions, 5 deletions
@@ -1,12 +1,16 @@ module git.sr.ht/~shulhan/kilabit.info -go 1.16 +go 1.18 require ( - 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 + git.sr.ht/~shulhan/ciigo v0.8.1 + github.com/shuLhan/share v0.39.0 +) + +require ( + git.sr.ht/~shulhan/asciidoctor-go v0.2.0 // indirect + golang.org/x/net v0.0.0-20220520000938-2e3eb7b945c2 // indirect + golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect ) //replace git.sr.ht/~shulhan/ciigo => ../ciigo |
