diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 24 |
1 files changed, 12 insertions, 12 deletions
@@ -3,28 +3,28 @@ module git.sr.ht/~shulhan/awwan -go 1.21 +go 1.22.0 require ( - git.sr.ht/~shulhan/ciigo v0.13.2 - git.sr.ht/~shulhan/pakakeh.go v0.57.0 - github.com/evanw/esbuild v0.19.8 + 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 ) require ( - git.sr.ht/~shulhan/asciidoctor-go v0.6.0 // indirect - github.com/yuin/goldmark v1.7.4 // indirect + git.sr.ht/~shulhan/asciidoctor-go v0.6.1 // indirect + github.com/yuin/goldmark v1.7.8 // indirect github.com/yuin/goldmark-meta v1.1.0 // indirect - golang.org/x/crypto v0.27.0 // indirect - golang.org/x/net v0.29.0 // indirect - golang.org/x/sys v0.25.0 // indirect - golang.org/x/term v0.24.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 gopkg.in/yaml.v2 v2.4.0 // indirect ) -replace github.com/evanw/esbuild => github.com/shuLhan/esbuild v0.19.9-0.20231209212032-2dc984ffc5f1 +//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.21.1-0.20240316083930-db093b454c7e +//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 |
