2020-02-21 04:39:03 +00:00
|
|
|
module go.jolheiser.com/vanity
|
|
|
|
|
2021-02-21 20:23:06 +00:00
|
|
|
go 1.16
|
2020-02-21 04:39:03 +00:00
|
|
|
|
|
|
|
require (
|
2021-02-21 20:23:06 +00:00
|
|
|
code.gitea.io/sdk/gitea v0.13.2
|
2020-09-12 15:23:25 +00:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
|
|
|
github.com/go-chi/chi v4.1.2+incompatible
|
2021-02-21 20:23:06 +00:00
|
|
|
github.com/go-chi/cors v1.1.1 // indirect
|
2020-09-12 15:23:25 +00:00
|
|
|
github.com/google/go-github/v32 v32.1.0
|
2021-02-21 20:23:06 +00:00
|
|
|
github.com/pelletier/go-toml v1.8.1
|
2020-09-12 15:23:25 +00:00
|
|
|
github.com/urfave/cli/v2 v2.2.0
|
|
|
|
github.com/xanzy/go-gitlab v0.37.0
|
|
|
|
go.jolheiser.com/beaver v1.0.2
|
2021-02-21 20:23:06 +00:00
|
|
|
go.jolheiser.com/overlay v0.0.2 // indirect
|
2020-09-12 15:23:25 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect
|
|
|
|
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
|
|
|
|
golang.org/x/sys v0.0.0-20200909081042-eff7692f9009 // indirect
|
2020-02-21 04:39:03 +00:00
|
|
|
)
|