2020-12-16 05:20:41 +00:00
|
|
|
module github.com/beego/bee/v2
|
2020-06-19 15:15:22 +00:00
|
|
|
|
2021-02-09 15:33:22 +00:00
|
|
|
go 1.16
|
2020-06-19 15:15:22 +00:00
|
|
|
|
|
|
|
require (
|
2020-12-14 09:06:10 +00:00
|
|
|
github.com/beego/beego/v2 v2.0.1
|
2020-07-04 14:58:03 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.1
|
|
|
|
github.com/flosch/pongo2 v0.0.0-20200529170236-5abacdfa4915
|
2020-06-19 15:15:22 +00:00
|
|
|
github.com/fsnotify/fsnotify v1.4.9
|
2021-06-25 15:15:46 +00:00
|
|
|
github.com/ghodss/yaml v1.0.0
|
2020-11-10 14:37:20 +00:00
|
|
|
github.com/go-delve/delve v1.5.0
|
2020-06-19 15:15:22 +00:00
|
|
|
github.com/go-sql-driver/mysql v1.5.0
|
2021-06-25 15:15:46 +00:00
|
|
|
github.com/go-yaml/yaml v2.1.0+incompatible
|
2020-06-19 15:15:22 +00:00
|
|
|
github.com/gorilla/websocket v1.4.2
|
2020-06-19 18:02:57 +00:00
|
|
|
github.com/lib/pq v1.7.0
|
2020-11-05 15:52:08 +00:00
|
|
|
github.com/pelletier/go-toml v1.8.1
|
2020-07-04 14:58:03 +00:00
|
|
|
github.com/smartwalle/pongo2render v1.0.1
|
|
|
|
github.com/spf13/viper v1.7.0
|
2021-06-27 11:14:50 +00:00
|
|
|
github.com/stretchr/testify v1.7.0
|
|
|
|
github.com/talos-systems/talos/pkg/machinery v0.0.0-20210625144407-2060ceaa0b16
|
2021-05-07 13:10:49 +00:00
|
|
|
golang.org/x/mod v0.4.2 // indirect
|
2021-06-28 17:05:17 +00:00
|
|
|
golang.org/x/text v0.3.6
|
2021-06-27 11:14:50 +00:00
|
|
|
golang.org/x/tools v0.1.3
|
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2021-05-07 13:10:49 +00:00
|
|
|
honnef.co/go/tools v0.1.4 // indirect
|
2020-06-19 15:15:22 +00:00
|
|
|
)
|
2020-11-05 15:52:08 +00:00
|
|
|
|
2020-12-14 05:08:47 +00:00
|
|
|
//replace github.com/beego/beego/v2 => ../beego
|