source: code/trunk/go.mod@ 71

Last change on this file since 71 was 71, checked in by yakumo.izuru, 7 weeks ago

今では重荷がなくなったので...

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