You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
404 B
13 lines
404 B
module gitea.com/jonasfranz/staletea |
|
|
|
go 1.12 |
|
|
|
require ( |
|
code.gitea.io/sdk v0.0.0-20190602153954-7e711e06b588 // indirect |
|
code.gitea.io/sdk/gitea v0.0.0-20190602153954-7e711e06b588 |
|
github.com/gin-contrib/sessions v0.0.0-20190512062852-3cb4c4f2d615 |
|
github.com/gin-gonic/gin v1.4.0 |
|
github.com/spf13/viper v1.4.0 |
|
github.com/urfave/cli v1.20.0 |
|
golang.org/x/oauth2 v0.0.0-20190523182746-aaccbc9213b0 |
|
)
|
|
|