diff options
| author | Shulhan <ms@kilabit.info> | 2026-02-09 13:31:58 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2026-02-09 13:31:58 +0700 |
| commit | 4ab4e659ede69431ecf9f673bbf943386423de9b (patch) | |
| tree | cddbd2b969347d38c0948916a457bbd284b1cd62 /go.mod | |
| parent | 92f24cfe94e74c5cd6c58330a8eef1ca0ff5aced (diff) | |
| download | awwan-4ab4e659ede69431ecf9f673bbf943386423de9b.tar.xz | |
go.mod: update all dependencies
This update affect the [ciigo.Serve] call in internal/cmd/www-awwan.
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -1,18 +1,18 @@ -// SPDX-FileCopyrightText: 2019 M. Shulhan <ms@kilabit.info> // SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-FileCopyrightText: 2019 M. Shulhan <ms@kilabit.info> module git.sr.ht/~shulhan/awwan -go 1.24.0 +go 1.25.0 require ( - git.sr.ht/~shulhan/ciigo v0.15.4-0.20260202094016-5c30c1f5d043 - git.sr.ht/~shulhan/pakakeh.go v0.60.3-0.20260203102223-128497e265ba - github.com/evanw/esbuild v0.27.2 + git.sr.ht/~shulhan/ciigo v0.16.0 + git.sr.ht/~shulhan/pakakeh.go v0.61.0 + github.com/evanw/esbuild v0.27.3 ) 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.16 // indirect github.com/yuin/goldmark-meta v1.1.0 // indirect @@ -21,7 +21,7 @@ require ( golang.org/x/mod v0.32.0 // indirect golang.org/x/net v0.49.0 // indirect golang.org/x/sync v0.19.0 // indirect - golang.org/x/sys v0.40.0 // indirect + golang.org/x/sys v0.41.0 // indirect golang.org/x/term v0.39.0 // indirect golang.org/x/tools v0.41.0 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect |
