diff options
| author | Shulhan <ms@kilabit.info> | 2025-01-12 02:12:44 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-01-12 02:13:39 +0700 |
| commit | 80a9a2d436bdc2cd47115b178f16dd68a54589f6 (patch) | |
| tree | 6df05983283b939d54e359cdcfb6b56a91c492cb /go.mod | |
| parent | 6df469412b3e08624f41f82d8fb7294f4b1c2bfd (diff) | |
| download | awwan-80a9a2d436bdc2cd47115b178f16dd68a54589f6.tar.xz | |
all: update all dependencies
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 23 |
1 files changed, 10 insertions, 13 deletions
@@ -3,29 +3,26 @@ module git.sr.ht/~shulhan/awwan -go 1.22.0 +go 1.23.4 require ( - git.sr.ht/~shulhan/ciigo v0.14.0 - git.sr.ht/~shulhan/pakakeh.go v0.58.2-0.20241212161141-3361472cc3d4 - github.com/evanw/esbuild v0.24.0 + git.sr.ht/~shulhan/ciigo v0.15.0 + git.sr.ht/~shulhan/pakakeh.go v0.59.0 + github.com/evanw/esbuild v0.24.2 ) require ( - git.sr.ht/~shulhan/asciidoctor-go v0.6.1 // indirect + git.sr.ht/~shulhan/asciidoctor-go v0.6.2-0.20250106025231-ed20fc1c23e8 // indirect github.com/yuin/goldmark v1.7.8 // indirect github.com/yuin/goldmark-meta v1.1.0 // indirect - golang.org/x/crypto v0.31.0 // indirect - golang.org/x/net v0.32.0 // indirect - golang.org/x/sys v0.28.0 // indirect - golang.org/x/term v0.27.0 // indirect + golang.org/x/crypto v0.32.0 // indirect + golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8 // indirect + golang.org/x/net v0.34.0 // indirect + golang.org/x/sys v0.29.0 // indirect + golang.org/x/term v0.28.0 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect ) -//replace github.com/evanw/esbuild => github.com/shuLhan/esbuild v0.19.9-0.20231209212032-2dc984ffc5f1 - -//replace golang.org/x/crypto => git.sr.ht/~shulhan/go-x-crypto v0.31.1-0.20241211185416-2a1055da2107 - //replace git.sr.ht/~shulhan/pakakeh.go => ../pakakeh.go //replace git.sr.ht/~shulhan/ciigo => ../ciigo |
