diff options
| author | Shulhan <ms@kilabit.info> | 2024-03-15 13:49:49 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-03-15 13:49:49 +0700 |
| commit | 0a20cfd1fe3e5e359edb75b0f4d44e4ce5a12554 (patch) | |
| tree | 39c7c66ebacd3947136f88a31b2ed5e2be190b9c /go.mod | |
| parent | b947c36942369177bb6f6afc02e1d76b333c2d70 (diff) | |
| download | ciigo-0a20cfd1fe3e5e359edb75b0f4d44e4ce5a12554.tar.xz | |
go.mod: update module "pakakeh.go" to tip
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -7,14 +7,14 @@ go 1.20 require ( git.sr.ht/~shulhan/asciidoctor-go v0.5.2-0.20240305110034-dc67158aeeb6 - git.sr.ht/~shulhan/pakakeh.go v0.53.2-0.20240305092154-76510776395b + git.sr.ht/~shulhan/pakakeh.go v0.53.2-0.20240314175935-b9e12300d905 github.com/yuin/goldmark v1.7.0 github.com/yuin/goldmark-meta v1.1.0 ) require ( - golang.org/x/net v0.21.0 // indirect - golang.org/x/sys v0.17.0 // indirect + golang.org/x/net v0.22.0 // indirect + golang.org/x/sys v0.18.0 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect ) |
