diff options
| author | Shulhan <m.shulhan@gmail.com> | 2026-02-04 06:17:55 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2026-04-09 22:18:08 +0700 |
| commit | da9dcca05cea2ab6349e4d2451213fa676fcd3ab (patch) | |
| tree | fe3e44dca0fa4a3e2087f0e8461948af9f6aa18b /go.mod | |
| parent | d0c5be4444ee2c1b8371456adb2f65bf6ef62234 (diff) | |
| download | go-x-proposal-da9dcca05cea2ab6349e4d2451213fa676fcd3ab.tar.xz | |
all: update the command and style to follow latest ciigo
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 18 |
1 files changed, 10 insertions, 8 deletions
@@ -1,21 +1,23 @@ module git.sr.ht/~shulhan/go-x-proposal -go 1.19 +go 1.25.0 require ( - git.sr.ht/~shulhan/ciigo v0.10.0 - github.com/shuLhan/share v0.46.0 + git.sr.ht/~shulhan/ciigo v0.15.4-0.20260203211706-b447e8991270 + git.sr.ht/~shulhan/pakakeh.go v0.60.3-0.20260202092811-1e3bb9be8444 ) require ( - git.sr.ht/~shulhan/asciidoctor-go v0.4.1 // indirect - github.com/yuin/goldmark v1.5.4 // indirect + git.sr.ht/~shulhan/asciidoctor-go v0.7.3-0.20260124143117-f289b7f13a1d // indirect + github.com/kr/text v0.2.0 // indirect + github.com/yuin/goldmark v1.7.13 // indirect github.com/yuin/goldmark-meta v1.1.0 // indirect - golang.org/x/net v0.7.0 // indirect - golang.org/x/sys v0.5.0 // indirect + golang.org/x/exp v0.0.0-20251219203646-944ab1f22d93 // indirect + golang.org/x/net v0.48.0 // indirect + golang.org/x/sys v0.39.0 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect ) -//replace github.com/shuLhan/share => ../share +//replace git.sr.ht/~shulhan/pakakeh.go => ../pakakeh.go //replace git.sr.ht/~shulhan/ciigo => ../ciigo |
