ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/aya/go.mod
Revision: 1.1
Committed: Mon Sep 30 00:42:05 2024 UTC (6 weeks, 4 days ago) by yakumo_izuru
Branch: MAIN
CVS Tags: HEAD
Log Message:
Mirrored from https://git.chaotic.ninja/git/yakumo_izuru/aya

File Contents

# User Rev Content
1 yakumo_izuru 1.1 module marisa.chaotic.ninja/aya
2    
3     go 1.17
4    
5     require (
6     github.com/eknkc/amber v0.0.0-20171010120322-cdade1c07385
7     github.com/russross/blackfriday/v2 v2.1.0
8     github.com/yosssi/gcss v0.1.0
9     gopkg.in/yaml.v3 v3.0.1
10     )