1234567891011121314151617181920212223242526272829303132333435363738 |
- module boiler-go
- go 1.19
- require (
- github.com/dabory/abango-rest v0.0.0-20230314114831-dfa6bf479081
- github.com/go-xorm/xorm v0.7.9
- github.com/google/uuid v1.3.0
- github.com/labstack/echo v3.3.10+incompatible
- github.com/microcosm-cc/bluemonday v1.0.23
- github.com/tidwall/buntdb v1.2.10
- gopkg.in/robfig/cron.v2 v2.0.0-20150107220207-be2e0b0deed5
- )
- require (
- github.com/aymerick/douceur v0.2.0 // indirect
- github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
- github.com/go-sql-driver/mysql v1.4.1 // indirect
- github.com/gorilla/css v1.0.0 // indirect
- github.com/labstack/gommon v0.4.0 // indirect
- github.com/mattn/go-colorable v0.1.11 // indirect
- github.com/mattn/go-isatty v0.0.14 // indirect
- github.com/tidwall/btree v1.4.2 // indirect
- github.com/tidwall/gjson v1.14.3 // indirect
- github.com/tidwall/grect v0.1.4 // indirect
- github.com/tidwall/match v1.1.1 // indirect
- github.com/tidwall/pretty v1.2.0 // indirect
- github.com/tidwall/rtred v0.1.2 // indirect
- github.com/tidwall/tinyqueue v0.1.1 // indirect
- github.com/valyala/bytebufferpool v1.0.0 // indirect
- github.com/valyala/fasttemplate v1.2.2 // indirect
- golang.org/x/crypto v0.0.0-20190325154230-a5d413f7728c // indirect
- golang.org/x/net v0.8.0 // indirect
- golang.org/x/sys v0.6.0 // indirect
- google.golang.org/appengine v1.6.0 // indirect
- xorm.io/builder v0.3.6 // indirect
- xorm.io/core v0.7.2-0.20190928055935-90aeac8d08eb // indirect
- )
|