source: Main/trunk/go.mod

Last change on this file was 4a5f10f, checked in by www <www@…>, 8 weeks ago

Mirrored from https://git.chaotic.ninja/git/yakumo_izuru/yukari

git-svn-id: https://svn.chaotic.ninja/svn/yukari-yakumo.izuru@1 ee30ecee-8fc8-4245-a645-e3b2cc3919a6

  • Property mode set to 100644
File size: 218 bytes
Line 
1module marisa.chaotic.ninja/yukari
2
3go 1.16
4
5require (
6 github.com/stretchr/testify v1.9.0 // indirect
7 github.com/valyala/fasthttp v1.34.0
8 golang.org/x/net v0.7.0
9 golang.org/x/text v0.7.0
10 gopkg.in/ini.v1 v1.67.0
11)
Note: See TracBrowser for help on using the repository browser.