123456789101112131415161718192021 |
- module github.com/qor5/web
- go 1.19
- require (
- github.com/NYTimes/gziphandler v1.1.1
- github.com/go-playground/form v3.1.4+incompatible
- github.com/sunfmin/reflectutils v1.0.2
- github.com/theplant/htmlgo v1.0.3
- github.com/theplant/htmltestingutils v0.0.0-20190423050759-0e06de7b6967
- github.com/theplant/testingutils v0.0.0-20190603093022-26d8b4d95c61
- goji.io v2.0.2+incompatible
- )
- require (
- github.com/andybalholm/cascadia v1.2.0 // indirect
- github.com/pmezard/go-difflib v1.0.0 // indirect
- github.com/yosssi/gohtml v0.0.0-20201013000340-ee4748c638f4 // indirect
- golang.org/x/net v0.0.0-20210716203947-853a461950ff // indirect
- gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
- )
|