aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-07-16 00:15:00 +0700
committerShulhan <ms@kilabit.info>2022-07-16 00:15:00 +0700
commit2e12fb11e048a3a0b247ec50028bb408f229db6b (patch)
tree31941a8a7194e26b7ad6486622ae49f0bb70494f /go.mod
parent5710eacd62d53fa0f9088a50df6726b39eba2495 (diff)
downloadasciidoctor-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.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 6480abd..e4bae23 100644
--- a/go.mod
+++ b/go.mod
@@ -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