diff options
| author | Shulhan <ms@kilabit.info> | 2023-12-10 02:40:37 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-12-10 02:40:37 +0700 |
| commit | 03504cc1789ba694f54a4c3e516a92de08500557 (patch) | |
| tree | b8830ae09a6d40a7681bd678961cd44b15263fc4 /go.mod | |
| parent | cdd1faa6b97de023ef7129399483e841fb4a9b16 (diff) | |
| download | asciidoctor-go-03504cc1789ba694f54a4c3e516a92de08500557.tar.xz | |
go.mod: set minimum Go to version 1.20 and update all dependencies
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.19 +go 1.20 -require github.com/shuLhan/share v0.50.1 +require github.com/shuLhan/share v0.51.0 //replace github.com/shuLhan/share => ../share |
