Changeset 61 in code for trunk/go.mod
- Timestamp:
- Jan 21, 2024, 2:42:45 AM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/go.mod
r58 r61 6 6 github.com/PuerkitoBio/goquery v1.8.1 7 7 github.com/gofiber/fiber/v2 v2.50.0 8 github.com/gofiber/swagger v0.1.149 8 github.com/gofiber/template/html/v2 v2.0.5 10 9 gopkg.in/ini.v1 v1.67.0 … … 12 11 13 12 require ( 14 github.com/KyleBanks/depth v1.2.1 // indirect15 github.com/PuerkitoBio/purell v1.1.1 // indirect16 github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect17 13 github.com/andybalholm/brotli v1.0.5 // indirect 18 14 github.com/andybalholm/cascadia v1.3.1 // indirect 19 github.com/go-openapi/jsonpointer v0.19.5 // indirect20 github.com/go-openapi/jsonreference v0.19.6 // indirect21 github.com/go-openapi/spec v0.20.4 // indirect22 github.com/go-openapi/swag v0.19.15 // indirect23 15 github.com/gofiber/template v1.8.2 // indirect 24 16 github.com/gofiber/utils v1.1.0 // indirect 25 17 github.com/google/uuid v1.3.1 // indirect 26 github.com/josharian/intern v1.0.0 // indirect27 18 github.com/klauspost/compress v1.16.7 // indirect 28 github.com/mailru/easyjson v0.7.6 // indirect29 19 github.com/mattn/go-colorable v0.1.13 // indirect 30 20 github.com/mattn/go-isatty v0.0.19 // indirect 31 21 github.com/mattn/go-runewidth v0.0.15 // indirect 22 github.com/philhofer/fwd v1.1.2 // indirect 32 23 github.com/rivo/uniseg v0.2.0 // indirect 33 24 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 25 github.com/tinylib/msgp v1.1.8 // indirect 36 26 github.com/valyala/bytebufferpool v1.0.0 // indirect 37 27 github.com/valyala/fasthttp v1.50.0 // indirect … … 39 29 golang.org/x/net v0.8.0 // indirect 40 30 golang.org/x/sys v0.13.0 // indirect 41 golang.org/x/text v0.8.0 // indirect42 golang.org/x/tools v0.7.0 // indirect43 gopkg.in/yaml.v2 v2.4.0 // indirect44 31 )
Note:
See TracChangeset
for help on using the changeset viewer.