diff options
| author | Shulhan <ms@kilabit.info> | 2025-06-29 19:24:19 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-06-29 20:02:16 +0700 |
| commit | fc72848b593e95b18668b9fbbc7409ae2a69ad47 (patch) | |
| tree | a2b24611b613332d033efac0a6cfdfdc27128a80 /go.mod | |
| parent | 545fb59302bfae2a2f73cb3d9eea3e3b9ebdb214 (diff) | |
| download | awwan-fc72848b593e95b18668b9fbbc7409ae2a69ad47.tar.xz | |
go.mod: update all dependencies
This commit also test WebHook on SourceHut.
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -8,21 +8,21 @@ go 1.23.4 require ( git.sr.ht/~shulhan/ciigo v0.15.2 git.sr.ht/~shulhan/pakakeh.go v0.60.1 - github.com/evanw/esbuild v0.25.2 + github.com/evanw/esbuild v0.25.5 ) require ( git.sr.ht/~shulhan/asciidoctor-go v0.7.1 // indirect - github.com/yuin/goldmark v1.7.10 // indirect + github.com/yuin/goldmark v1.7.12 // indirect github.com/yuin/goldmark-meta v1.1.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 + golang.org/x/crypto v0.39.0 // indirect + golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b // indirect + golang.org/x/mod v0.25.0 // indirect + golang.org/x/net v0.41.0 // indirect + golang.org/x/sync v0.15.0 // indirect + golang.org/x/sys v0.33.0 // indirect + golang.org/x/term v0.32.0 // indirect + golang.org/x/tools v0.34.0 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect ) |
