diff options
| author | Shulhan <ms@kilabit.info> | 2022-07-24 21:45:56 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-07-24 21:45:56 +0700 |
| commit | 73584411dcb3563e373e5b4d6c6a40cc0656bfc6 (patch) | |
| tree | d7de9f6b1629c43a799a352cc6a5683eb2ca3623 /go.mod | |
| parent | 9f0bdd0164fc871ae9517d6fdd1d7548f88bc092 (diff) | |
| download | ciigo-73584411dcb3563e373e5b4d6c6a40cc0656bfc6.tar.xz | |
go.mod: set minimum Go version to 1.18 and update the asciidoctor-go
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -3,11 +3,16 @@ module git.sr.ht/~shulhan/ciigo -go 1.16 +go 1.18 require ( - git.sr.ht/~shulhan/asciidoctor-go v0.2.0 - github.com/shuLhan/share v0.39.1-0.20220709072157-a39d5d2246f8 + git.sr.ht/~shulhan/asciidoctor-go v0.3.0 + github.com/shuLhan/share v0.39.1-0.20220723102219-eb932c941bd3 +) + +require ( + golang.org/x/net v0.0.0-20220708220712-1185a9018129 // indirect + golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect ) //replace git.sr.ht/~shulhan/asciidoctor-go => ../asciidoctor-go |
