diff options
| author | Shulhan <m.shulhan@gmail.com> | 2024-11-17 15:08:38 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2024-11-17 15:08:38 +0700 |
| commit | bb0e5d8da7d11428cb5a56803fd8f6802758c910 (patch) | |
| tree | 547bd395eb7958e3afc415646b45bf23b0971ce3 /go.mod | |
| parent | db86c67077575d01b1e28c20110d612f91df3393 (diff) | |
| download | golang-id-web-bb0e5d8da7d11428cb5a56803fd8f6802758c910.tar.xz | |
go.mod: perbarui dependensi
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1,18 +1,18 @@ module github.com/golang-id/web -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 + git.sr.ht/~shulhan/ciigo v0.14.0 + git.sr.ht/~shulhan/pakakeh.go v0.58.0 ) require ( git.sr.ht/~shulhan/asciidoctor-go v0.6.0 // indirect - github.com/yuin/goldmark v1.7.4 // indirect + github.com/yuin/goldmark v1.7.8 // indirect github.com/yuin/goldmark-meta v1.1.0 // indirect - golang.org/x/net v0.29.0 // indirect - golang.org/x/sys v0.25.0 // indirect + golang.org/x/net v0.31.0 // indirect + golang.org/x/sys v0.27.0 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect ) |
