diff options
| author | Shulhan <ms@kilabit.info> | 2025-12-27 13:56:15 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-12-27 13:56:15 +0700 |
| commit | 2772a45590a32d073fd7d2463e16cc736b2ba5a7 (patch) | |
| tree | a97189d3cc92eadc58efc987a82f52bca7bbaebc /go.mod | |
| parent | 652d9480f91d44e3e9d5d6af9d941086ba3c899d (diff) | |
| download | awwan-2772a45590a32d073fd7d2463e16cc736b2ba5a7.tar.xz | |
all: update all dependencies and fix linter warnings
In the internal/, fix the "reuse lint" warnings due to embedded SPDX
headers string that contains "\n" considered as invalid.
Realign struct Statement based on fieldaligment check.
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 25 |
1 files changed, 13 insertions, 12 deletions
@@ -6,23 +6,24 @@ module git.sr.ht/~shulhan/awwan go 1.24.0 require ( - git.sr.ht/~shulhan/ciigo v0.15.2 - git.sr.ht/~shulhan/pakakeh.go v0.60.1 - github.com/evanw/esbuild v0.25.10 + git.sr.ht/~shulhan/ciigo v0.15.3 + git.sr.ht/~shulhan/pakakeh.go v0.60.2 + github.com/evanw/esbuild v0.27.2 ) require ( - git.sr.ht/~shulhan/asciidoctor-go v0.7.1 // indirect + git.sr.ht/~shulhan/asciidoctor-go v0.7.2 // indirect + github.com/kr/text v0.2.0 // indirect github.com/yuin/goldmark v1.7.13 // indirect github.com/yuin/goldmark-meta v1.1.0 // indirect - golang.org/x/crypto v0.42.0 // indirect - golang.org/x/exp v0.0.0-20250911091902-df9299821621 // indirect - golang.org/x/mod v0.28.0 // indirect - golang.org/x/net v0.44.0 // indirect - golang.org/x/sync v0.17.0 // indirect - golang.org/x/sys v0.36.0 // indirect - golang.org/x/term v0.35.0 // indirect - golang.org/x/tools v0.37.0 // indirect + golang.org/x/crypto v0.46.0 // indirect + golang.org/x/exp v0.0.0-20251219203646-944ab1f22d93 // indirect + golang.org/x/mod v0.31.0 // indirect + golang.org/x/net v0.48.0 // indirect + golang.org/x/sync v0.19.0 // indirect + golang.org/x/sys v0.39.0 // indirect + golang.org/x/term v0.38.0 // indirect + golang.org/x/tools v0.40.0 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect ) |
