diff options
| author | Shulhan <m.shulhan@gmail.com> | 2024-03-21 04:39:41 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2024-03-21 04:39:41 +0700 |
| commit | 1a84401abde75de0d975d1fc1d5236c70034cd42 (patch) | |
| tree | f60ec9cd97d04080322ad9eb8f12f3f0cfac5372 /go.mod | |
| parent | a8153d0d40cce5ba03c5bdb4ea4ec4a1fd3ee637 (diff) | |
| download | golang-id-web-1a84401abde75de0d975d1fc1d5236c70034cd42.tar.xz | |
all: ganti modul "share" dengan "pakakeh.go"
Modul "share" telah dipindahkan ke sourcehut dengan nama repositori
yang juga ikut berganti supaya lebih tidak umum, "pakakeh.go".
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 17 |
1 files changed, 10 insertions, 7 deletions
@@ -1,20 +1,23 @@ module github.com/golang-id/web -go 1.18 +go 1.21 require ( - git.sr.ht/~shulhan/ciigo v0.9.2 - github.com/shuLhan/share v0.43.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.4.0 // indirect - golang.org/x/net v0.7.0 // indirect - golang.org/x/sys v0.5.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.22.0 // indirect + golang.org/x/sys v0.18.0 // indirect + gopkg.in/yaml.v2 v2.4.0 // indirect ) //replace git.sr.ht/~shulhan/asciidoctor-go => ../asciidoctor-go //replace git.sr.ht/~shulhan/ciigo => ../ciigo -//replace github.com/shuLhan/share => ../share +//replace git.sr.ht/~shulhan/pakakeh.go => ../pakakeh.go |
