diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,8 +1,10 @@ module git.sr.ht/~shulhan/kamusku -go 1.15 +go 1.21 require ( - github.com/shuLhan/share v0.22.0 - golang.org/x/net v0.0.0-20210119194325-5f4716e94777 + git.sr.ht/~shulhan/pakakeh.go v0.54.0 + golang.org/x/net v0.22.0 ) + +require golang.org/x/sys v0.18.0 // indirect |
