Last change
on this file since 153 was 147, checked in by Izuru Yakumo, 15 months ago |
コードのリファクタリングが完了しました
Signed-off-by: Izuru Yakumo <yakumo.izuru@…>
|
File size:
218 bytes
|
Rev | Line | |
---|
[142] | 1 | module marisa.chaotic.ninja/yukari
|
---|
[107] | 2 |
|
---|
[147] | 3 | go 1.16
|
---|
[107] | 4 |
|
---|
| 5 | require (
|
---|
[147] | 6 | github.com/stretchr/testify v1.9.0 // indirect
|
---|
[140] | 7 | github.com/valyala/fasthttp v1.34.0
|
---|
| 8 | golang.org/x/net v0.7.0
|
---|
| 9 | golang.org/x/text v0.7.0
|
---|
[147] | 10 | gopkg.in/ini.v1 v1.67.0
|
---|
[107] | 11 | )
|
---|
Note:
See
TracBrowser
for help on using the repository browser.