summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <m.shulhan@gmail.com>2026-02-04 04:27:49 +0700
committerShulhan <m.shulhan@gmail.com>2026-02-04 04:28:47 +0700
commitde6bdcea1aa288b5fb3f67d2bc50520455304b75 (patch)
treeebc158e0ed666ba7406df7f14877ea42c091b969 /go.mod
parente7f3aca07d1bd4060a02bb8c5ff91b77f798ba75 (diff)
downloadgolang-id-web-de6bdcea1aa288b5fb3f67d2bc50520455304b75.tar.xz
all: pembaruan template dan style
Perubahan, * Update module ciigo, untuk pembaruan style yang baru * Ganti logo dengan warna putih * Gunakan warna yang mirip dengan situs resmi untuk tema terang dan gelap * Hapus link pada header tingkat 2
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index f8e0fb9..c268e0c 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,7 @@ module github.com/golang-id/web
go 1.24.0
require (
- git.sr.ht/~shulhan/ciigo v0.15.4-0.20260202094016-5c30c1f5d043
+ git.sr.ht/~shulhan/ciigo v0.15.4-0.20260203211706-b447e8991270
git.sr.ht/~shulhan/pakakeh.go v0.60.3-0.20260202092811-1e3bb9be8444
)