diff options
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 |
