Changeset 55 in code for trunk/go.mod
- Timestamp:
- Jan 19, 2024, 10:49:09 AM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/go.mod
r53 r55 5 5 require ( 6 6 github.com/PuerkitoBio/goquery v1.8.1 7 github.com/gofiber/fiber/v2 v2.49.2 7 github.com/gofiber/fiber/v2 v2.50.0 8 github.com/gofiber/swagger v0.1.14 8 9 github.com/gofiber/template/html/v2 v2.0.5 9 10 gopkg.in/ini.v1 v1.67.0 … … 11 12 12 13 require ( 14 github.com/KyleBanks/depth v1.2.1 // indirect 15 github.com/PuerkitoBio/purell v1.1.1 // indirect 16 github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect 13 17 github.com/andybalholm/brotli v1.0.5 // indirect 14 18 github.com/andybalholm/cascadia v1.3.1 // indirect 19 github.com/go-openapi/jsonpointer v0.19.5 // indirect 20 github.com/go-openapi/jsonreference v0.19.6 // indirect 21 github.com/go-openapi/spec v0.20.4 // indirect 22 github.com/go-openapi/swag v0.19.15 // indirect 15 23 github.com/gofiber/template v1.8.2 // indirect 16 24 github.com/gofiber/utils v1.1.0 // indirect 17 25 github.com/google/uuid v1.3.1 // indirect 26 github.com/josharian/intern v1.0.0 // indirect 18 27 github.com/klauspost/compress v1.16.7 // indirect 28 github.com/mailru/easyjson v0.7.6 // indirect 19 29 github.com/mattn/go-colorable v0.1.13 // indirect 20 30 github.com/mattn/go-isatty v0.0.19 // indirect … … 22 32 github.com/rivo/uniseg v0.2.0 // indirect 23 33 github.com/stretchr/testify v1.8.4 // indirect 34 github.com/swaggo/files/v2 v2.0.0 // indirect 35 github.com/swaggo/swag v1.16.2 // indirect 24 36 github.com/valyala/bytebufferpool v1.0.0 // indirect 25 github.com/valyala/fasthttp v1. 49.0 // indirect37 github.com/valyala/fasthttp v1.50.0 // indirect 26 38 github.com/valyala/tcplisten v1.0.0 // indirect 27 39 golang.org/x/net v0.8.0 // indirect 28 golang.org/x/sys v0.12.0 // indirect 40 golang.org/x/sys v0.13.0 // indirect 41 golang.org/x/text v0.8.0 // indirect 42 golang.org/x/tools v0.7.0 // indirect 43 gopkg.in/yaml.v2 v2.4.0 // indirect 29 44 )
Note:
See TracChangeset
for help on using the changeset viewer.