diff options
| author | Shulhan <ms@kilabit.info> | 2023-05-28 00:49:17 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-05-28 00:49:17 +0700 |
| commit | c66c685ff3d33028811e972811c85be8534760d0 (patch) | |
| tree | b78956dcdef66f90b6d71de73b4aae699e0446f7 /go.mod | |
| parent | f3bc802f3978192ad25176a0f9e2c24ac855c23a (diff) | |
| download | asciidoctor-go-c66c685ff3d33028811e972811c85be8534760d0.tar.xz | |
go.mod: update all dependencies and Go version to 1.19
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.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 |
