Line | |
---|
1 | module mahou-no-mori.yakumo.dev/mai
|
---|
2 |
|
---|
3 | go 1.20
|
---|
4 |
|
---|
5 | require (
|
---|
6 | github.com/PuerkitoBio/goquery v1.8.1
|
---|
7 | github.com/gofiber/fiber/v2 v2.52.0
|
---|
8 | github.com/gofiber/template/html/v2 v2.0.5
|
---|
9 | gopkg.in/ini.v1 v1.67.0
|
---|
10 | )
|
---|
11 |
|
---|
12 | require (
|
---|
13 | github.com/andybalholm/brotli v1.0.5 // indirect
|
---|
14 | github.com/andybalholm/cascadia v1.3.1 // indirect
|
---|
15 | github.com/gofiber/template v1.8.2 // indirect
|
---|
16 | github.com/gofiber/utils v1.1.0 // indirect
|
---|
17 | github.com/google/uuid v1.5.0 // indirect
|
---|
18 | github.com/klauspost/compress v1.17.0 // indirect
|
---|
19 | github.com/mattn/go-colorable v0.1.13 // indirect
|
---|
20 | github.com/mattn/go-isatty v0.0.20 // indirect
|
---|
21 | github.com/mattn/go-runewidth v0.0.15 // indirect
|
---|
22 | github.com/philhofer/fwd v1.1.2 // indirect
|
---|
23 | github.com/rivo/uniseg v0.2.0 // indirect
|
---|
24 | github.com/stretchr/testify v1.8.4 // indirect
|
---|
25 | github.com/tinylib/msgp v1.1.8 // indirect
|
---|
26 | github.com/valyala/bytebufferpool v1.0.0 // indirect
|
---|
27 | github.com/valyala/fasthttp v1.51.0 // indirect
|
---|
28 | github.com/valyala/tcplisten v1.0.0 // indirect
|
---|
29 | golang.org/x/net v0.17.0 // indirect
|
---|
30 | golang.org/x/sys v0.15.0 // indirect
|
---|
31 | )
|
---|
Note:
See
TracBrowser
for help on using the repository browser.