diff options
| author | Shulhan <ms@kilabit.info> | 2025-12-27 14:27:41 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-12-27 14:27:41 +0700 |
| commit | c7cf21afcfc2229a423229f9e0ce685b46e3a1b9 (patch) | |
| tree | 933c52c511df3348c2b6427157473054394fbb2c /go.mod | |
| parent | 5301c666eec35699bbb9024678bb37adc057404c (diff) | |
| download | jarink-0.2.1.tar.xz | |
Release jarink 0.2.1 (2025-12-27)v0.2.1
**🌼 brokenlinks: fix infinite loop on unknown host**
On link with invalid domain, it should break and return the error
immediately.
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -3,16 +3,16 @@ module git.sr.ht/~shulhan/jarink -go 1.24 +go 1.24.0 require ( - git.sr.ht/~shulhan/pakakeh.go v0.60.1 - golang.org/x/net v0.39.0 + git.sr.ht/~shulhan/pakakeh.go v0.60.2 + golang.org/x/net v0.48.0 ) require ( - golang.org/x/mod v0.24.0 // indirect - golang.org/x/sync v0.13.0 // indirect - golang.org/x/sys v0.32.0 // indirect - golang.org/x/tools v0.32.0 // indirect + golang.org/x/mod v0.31.0 // indirect + golang.org/x/sync v0.19.0 // indirect + golang.org/x/sys v0.39.0 // indirect + golang.org/x/tools v0.40.0 // indirect ) |
