diff options
| author | Shulhan <ms@kilabit.info> | 2025-04-19 12:35:45 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-04-19 12:35:45 +0700 |
| commit | 545fb59302bfae2a2f73cb3d9eea3e3b9ebdb214 (patch) | |
| tree | 23464430f71042c0546b5939aa85198c60379a5d /go.mod | |
| parent | bf856af10bb91997aff0553a310922251c16cb17 (diff) | |
| download | awwan-545fb59302bfae2a2f73cb3d9eea3e3b9ebdb214.tar.xz | |
go.mod: update all dependencies
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 26 |
1 files changed, 13 insertions, 13 deletions
@@ -6,23 +6,23 @@ module git.sr.ht/~shulhan/awwan go 1.23.4 require ( - git.sr.ht/~shulhan/ciigo v0.15.1 - git.sr.ht/~shulhan/pakakeh.go v0.60.0 - github.com/evanw/esbuild v0.24.2 + git.sr.ht/~shulhan/ciigo v0.15.2 + git.sr.ht/~shulhan/pakakeh.go v0.60.1 + github.com/evanw/esbuild v0.25.2 ) require ( - git.sr.ht/~shulhan/asciidoctor-go v0.6.2 // indirect - github.com/yuin/goldmark v1.7.8 // indirect + git.sr.ht/~shulhan/asciidoctor-go v0.7.1 // indirect + github.com/yuin/goldmark v1.7.10 // indirect github.com/yuin/goldmark-meta v1.1.0 // indirect - golang.org/x/crypto v0.32.0 // indirect - golang.org/x/exp v0.0.0-20250207012021-f9890c6ad9f3 // indirect - golang.org/x/mod v0.22.0 // indirect - golang.org/x/net v0.34.0 // indirect - golang.org/x/sync v0.10.0 // indirect - golang.org/x/sys v0.30.0 // indirect - golang.org/x/term v0.28.0 // indirect - golang.org/x/tools v0.29.0 // indirect + golang.org/x/crypto v0.37.0 // indirect + golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 // indirect + golang.org/x/mod v0.24.0 // indirect + golang.org/x/net v0.39.0 // indirect + golang.org/x/sync v0.13.0 // indirect + golang.org/x/sys v0.32.0 // indirect + golang.org/x/term v0.31.0 // indirect + golang.org/x/tools v0.32.0 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect ) |
