mirror of
https://gitea.com/jolheiser/sip
synced 2024-11-22 19:51:58 +01:00
0a6162ad05
Add CSV output Refactor requireToken and add release creation Start releases Signed-off-by: jolheiser <john.olheiser@gmail.com> Co-authored-by: jolheiser <john.olheiser@gmail.com> Reviewed-on: https://gitea.com/jolheiser/sip/pulls/16
22 lines
711 B
Modula-2
22 lines
711 B
Modula-2
module gitea.com/jolheiser/sip
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
code.gitea.io/sdk/gitea v0.11.2
|
|
github.com/AlecAivazis/survey/v2 v2.0.5
|
|
github.com/BurntSushi/toml v0.3.1
|
|
github.com/charmbracelet/glamour v0.1.0
|
|
github.com/huandu/xstrings v1.3.0
|
|
github.com/kr/pretty v0.2.0 // indirect
|
|
github.com/kr/pty v1.1.8 // indirect
|
|
github.com/kyokomi/emoji v2.1.0+incompatible
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/sergi/go-diff v1.1.0 // indirect
|
|
github.com/urfave/cli/v2 v2.1.1
|
|
go.jolheiser.com/beaver v1.0.2
|
|
golang.org/x/crypto v0.0.0-20200210222208-86ce3cb69678 // indirect
|
|
golang.org/x/net v0.0.0-20200202094626-16171245cfb2 // indirect
|
|
golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae // indirect
|
|
)
|