diff options
| author | Shulhan <ms@kilabit.info> | 2024-03-20 00:15:03 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-03-20 00:15:03 +0700 |
| commit | 01fafce14d4c020107cc903d332c9e850653aa10 (patch) | |
| tree | a9f90de83f9b6c6e2008006dc943aa84e2352a41 /go.mod | |
| parent | 366b0bbb425c6cf74a941a7ebaba554a27b9c892 (diff) | |
| download | kilabit.info-01fafce14d4c020107cc903d332c9e850653aa10.tar.xz | |
go.mod: replace share with pakakeh.go and increase Go module to v1.21
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -1,18 +1,18 @@ module git.sr.ht/~shulhan/kilabit.info -go 1.20 +go 1.21 require ( - git.sr.ht/~shulhan/ciigo v0.11.0 - github.com/shuLhan/share v0.51.0 + git.sr.ht/~shulhan/ciigo v0.11.1-0.20240315075820-8a9875b04ea3 + git.sr.ht/~shulhan/pakakeh.go v0.53.2-0.20240316090853-e892d3a24843 ) require ( - git.sr.ht/~shulhan/asciidoctor-go v0.5.1 // indirect - github.com/yuin/goldmark v1.6.0 // indirect + git.sr.ht/~shulhan/asciidoctor-go v0.5.2-0.20240305110034-dc67158aeeb6 // indirect + github.com/yuin/goldmark v1.7.0 // indirect github.com/yuin/goldmark-meta v1.1.0 // indirect - golang.org/x/net v0.19.0 // indirect - golang.org/x/sys v0.15.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 ) @@ -20,4 +20,4 @@ require ( //replace git.sr.ht/~shulhan/asciidoctor-go => ../asciidoctor-go -//replace github.com/shuLhan/share => ../share +//replace git.sr.ht/shulhan/pakakeh.go => ../pakakeh.go |
