Changeset 70 in code for trunk/go.mod
- Timestamp:
- Feb 12, 2024, 2:42:11 AM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/go.mod
r61 r70 5 5 require ( 6 6 github.com/PuerkitoBio/goquery v1.8.1 7 github.com/gofiber/fiber/v2 v2.5 0.07 github.com/gofiber/fiber/v2 v2.52.0 8 8 github.com/gofiber/template/html/v2 v2.0.5 9 9 gopkg.in/ini.v1 v1.67.0 … … 15 15 github.com/gofiber/template v1.8.2 // indirect 16 16 github.com/gofiber/utils v1.1.0 // indirect 17 github.com/google/uuid v1. 3.1// indirect18 github.com/klauspost/compress v1.1 6.7// indirect17 github.com/google/uuid v1.5.0 // indirect 18 github.com/klauspost/compress v1.17.0 // indirect 19 19 github.com/mattn/go-colorable v0.1.13 // indirect 20 github.com/mattn/go-isatty v0.0. 19// indirect20 github.com/mattn/go-isatty v0.0.20 // indirect 21 21 github.com/mattn/go-runewidth v0.0.15 // indirect 22 22 github.com/philhofer/fwd v1.1.2 // indirect … … 25 25 github.com/tinylib/msgp v1.1.8 // indirect 26 26 github.com/valyala/bytebufferpool v1.0.0 // indirect 27 github.com/valyala/fasthttp v1.5 0.0 // indirect27 github.com/valyala/fasthttp v1.51.0 // indirect 28 28 github.com/valyala/tcplisten v1.0.0 // indirect 29 golang.org/x/net v0. 8.0 // indirect30 golang.org/x/sys v0.1 3.0 // indirect29 golang.org/x/net v0.17.0 // indirect 30 golang.org/x/sys v0.15.0 // indirect 31 31 )
Note:
See TracChangeset
for help on using the changeset viewer.