aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2023-05-28 00:49:17 +0700
committerShulhan <ms@kilabit.info>2023-05-28 00:49:17 +0700
commitc66c685ff3d33028811e972811c85be8534760d0 (patch)
treeb78956dcdef66f90b6d71de73b4aae699e0446f7
parentf3bc802f3978192ad25176a0f9e2c24ac855c23a (diff)
downloadasciidoctor-go-c66c685ff3d33028811e972811c85be8534760d0.tar.xz
go.mod: update all dependencies and Go version to 1.19
-rw-r--r--go.mod4
-rw-r--r--go.sum4
2 files changed, 4 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index 59d3cd2..3a5d573 100644
--- a/go.mod
+++ b/go.mod
@@ -3,8 +3,8 @@
module git.sr.ht/~shulhan/asciidoctor-go
-go 1.18
+go 1.19
-require github.com/shuLhan/share v0.44.0
+require github.com/shuLhan/share v0.46.0
//replace github.com/shuLhan/share => ../share
diff --git a/go.sum b/go.sum
index 0d66727..06b3f97 100644
--- a/go.sum
+++ b/go.sum
@@ -1,2 +1,2 @@
-github.com/shuLhan/share v0.44.0 h1:Afom8pQrzNYtUZM53y+eqlZw5lkFm7bgl3QjZ3ARsgg=
-github.com/shuLhan/share v0.44.0/go.mod h1:BnjohSsgDFMeYQ0/ws7kzb1oABZdVbEwDNGbUhOLee4=
+github.com/shuLhan/share v0.46.0 h1:cF0Ngj7wVA6TIcdSmfrqxOwMB3hZ+4df5cJf4GGCun4=
+github.com/shuLhan/share v0.46.0/go.mod h1:BhnIWJxq84BTOs3Z2gLFAN8ih9mBfhZbRIjqGupGJag=