aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2025-06-01 01:05:21 +0700
committerShulhan <ms@kilabit.info>2025-06-01 01:08:03 +0700
commit3ed69f535b6081bfa88b83f6fbf8c94527afe350 (patch)
treed92cc08f2586d9e75c9345f0609522e17bd4fb5c /go.mod
parent0e4126ad99a216a08896156d31aafe3ab5611ba2 (diff)
downloadjarink-3ed69f535b6081bfa88b83f6fbf8c94527afe350.tar.xz
all: rename the program and repository into jarink
Jarink is a program to help web administrator to maintains their website. Currently its provides a command to scan for brokenlinks.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index a57a7c9..2063444 100644
--- a/go.mod
+++ b/go.mod
@@ -1,9 +1,9 @@
// SPDX-FileCopyrightText: 2025 M. Shulhan <ms@kilabit.info>
// SPDX-License-Identifier: GPL-3.0-only
-module git.sr.ht/~shulhan/deadlinks
+module git.sr.ht/~shulhan/jarink
-go 1.25
+go 1.24
require (
git.sr.ht/~shulhan/pakakeh.go v0.60.1