123456789101112131415161718 |
- module github.com/qor5/ui
- go 1.19
- require (
- github.com/qor5/web v1.2.3
- github.com/rs/xid v1.4.0
- github.com/sunfmin/reflectutils v1.0.3
- github.com/theplant/htmlgo v1.0.3
- github.com/theplant/testingutils v0.0.0-20220314083015-b74d1aa8ac8a
- github.com/thoas/go-funk v0.9.2
- )
- require (
- github.com/NYTimes/gziphandler v1.1.1 // indirect
- github.com/go-playground/form v3.1.4+incompatible // indirect
- github.com/pmezard/go-difflib v1.0.0 // indirect
- )
|