annotate go.mod @ 89:744541fee713 draft

Ayaya, why did I do that again?
author yakumo.izuru
date Sun, 04 May 2025 02:19:10 +0000
parents 01ae2ad18ed1
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
88
01ae2ad18ed1 風神「嵐の日」
yakumo.izuru
parents: 74
diff changeset
1 module mahou-no-mori.yakumo.dev/aya
43
9c8d908163a9 add go.mod and go.sum
sergii.zaitsev
parents:
diff changeset
2
46
afb3280aaf28 Fix deps
prologic
parents: 44
diff changeset
3 go 1.17
43
9c8d908163a9 add go.mod and go.sum
sergii.zaitsev
parents:
diff changeset
4
9c8d908163a9 add go.mod and go.sum
sergii.zaitsev
parents:
diff changeset
5 require (
59
ed3aa9aaad0a Add functions to build Amber and GCSS (taken from original project)
yakumo.izuru
parents: 58
diff changeset
6 github.com/eknkc/amber v0.0.0-20171010120322-cdade1c07385
46
afb3280aaf28 Fix deps
prologic
parents: 44
diff changeset
7 github.com/russross/blackfriday/v2 v2.1.0
59
ed3aa9aaad0a Add functions to build Amber and GCSS (taken from original project)
yakumo.izuru
parents: 58
diff changeset
8 github.com/yosssi/gcss v0.1.0
74
d8727551f403 The Empress (III)
yakumo.izuru
parents: 70
diff changeset
9 gopkg.in/yaml.v3 v3.0.1
43
9c8d908163a9 add go.mod and go.sum
sergii.zaitsev
parents:
diff changeset
10 )