source:
Main/branches/origin-master/go.mod@
4a5f10f
Last change on this file since 4a5f10f was 4a5f10f, checked in by , 8 weeks ago | |
---|---|
|
|
File size: 218 bytes |
Line | |
---|---|
1 | module marisa.chaotic.ninja/yukari |
2 | |
3 | go 1.16 |
4 | |
5 | require ( |
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.