diff options
| author | Shulhan <ms@kilabit.info> | 2022-07-16 00:15:00 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-07-16 00:15:00 +0700 |
| commit | 2e12fb11e048a3a0b247ec50028bb408f229db6b (patch) | |
| tree | 31941a8a7194e26b7ad6486622ae49f0bb70494f /go.mod | |
| parent | 5710eacd62d53fa0f9088a50df6726b39eba2495 (diff) | |
| download | asciidoctor-go-2e12fb11e048a3a0b247ec50028bb408f229db6b.tar.xz | |
go.mod: set the minimum Go version to 1.18 and update share module
This changes replace any use of io/ioutil with os package.
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/asciidoctor-go -go 1.16 +go 1.18 -require github.com/shuLhan/share v0.35.0 +require github.com/shuLhan/share v0.39.0 //replace github.com/shuLhan/share => ../share |
