From 4ab4e659ede69431ecf9f673bbf943386423de9b Mon Sep 17 00:00:00 2001 From: Shulhan Date: Mon, 9 Feb 2026 13:31:58 +0700 Subject: go.mod: update all dependencies This update affect the [ciigo.Serve] call in internal/cmd/www-awwan. --- go.mod | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 95dcc9e..0c7d50e 100644 --- a/go.mod +++ b/go.mod @@ -1,18 +1,18 @@ -// SPDX-FileCopyrightText: 2019 M. Shulhan // SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-FileCopyrightText: 2019 M. Shulhan 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 -- cgit v1.3