diff options
| author | Shulhan <m.shulhan@gmail.com> | 2026-02-11 12:03:39 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2026-04-09 22:18:08 +0700 |
| commit | 2fe4e6c9deeafa59f146503233d426af2492375d (patch) | |
| tree | 9577766a702ee8977d901bf32c4a074736ffbeba /go.mod | |
| parent | 7da06c8e528ba49ba93770418e5182184688855b (diff) | |
| download | go-x-proposal-2fe4e6c9deeafa59f146503233d426af2492375d.tar.xz | |
go.mod: update all dependencies
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -3,18 +3,18 @@ module git.sr.ht/~shulhan/go-x-proposal go 1.25.0 require ( - git.sr.ht/~shulhan/ciigo v0.15.4-0.20260204204034-aba22ce712d1 - git.sr.ht/~shulhan/pakakeh.go v0.60.3-0.20260202092811-1e3bb9be8444 + git.sr.ht/~shulhan/ciigo v0.16.0 + git.sr.ht/~shulhan/pakakeh.go v0.61.0 ) require ( - git.sr.ht/~shulhan/asciidoctor-go v0.7.3-0.20260124143117-f289b7f13a1d // indirect + git.sr.ht/~shulhan/asciidoctor-go v0.7.3 // indirect github.com/kr/text v0.2.0 // indirect - github.com/yuin/goldmark v1.7.13 // indirect + github.com/yuin/goldmark v1.7.16 // indirect github.com/yuin/goldmark-meta v1.1.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 + golang.org/x/exp v0.0.0-20260209203927-2842357ff358 // indirect + golang.org/x/net v0.50.0 // indirect + golang.org/x/sys v0.41.0 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect ) |
