2019-04-26 01:06:53 +08:00
|
|
|
module code.gitea.io/tea
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
|
|
|
code.gitea.io/sdk v0.0.0-20190424055801-13a7bf625b83
|
2019-04-29 04:36:59 +08:00
|
|
|
github.com/BurntSushi/toml v0.3.1 // indirect
|
2019-04-26 01:06:53 +08:00
|
|
|
github.com/go-gitea/yaml v0.0.0-20170812160011-eb3733d160e7
|
2019-04-29 04:36:59 +08:00
|
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
|
|
github.com/mitchellh/go-homedir v1.0.0
|
|
|
|
github.com/spf13/cobra v0.0.3
|
|
|
|
github.com/spf13/viper v1.3.2
|
2019-04-26 01:06:53 +08:00
|
|
|
github.com/urfave/cli v1.20.0
|
|
|
|
gopkg.in/src-d/go-git.v4 v4.11.0
|
|
|
|
)
|