mirror of
https://gitea.com/jolheiser/sip
synced 2024-11-26 07:33:48 +01:00
2f74fb4ae0
Signed-off-by: jolheiser <john.olheiser@gmail.com>
24 lines
843 B
Modula-2
24 lines
843 B
Modula-2
module gitea.com/jolheiser/tea
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
gitea.com/jolheiser/beaver v1.0.0
|
|
gitea.com/jolheiser/gitea-sdk v0.0.0-20200214045217-39e76ea80552
|
|
github.com/AlecAivazis/survey/v2 v2.0.5
|
|
github.com/BurntSushi/toml v0.3.1
|
|
github.com/antihax/optional v1.0.0
|
|
github.com/charmbracelet/glamour v0.1.0
|
|
github.com/golang/protobuf v1.3.3 // indirect
|
|
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
|
|
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-20200212091648-12a6c2dcc1e4 // indirect
|
|
google.golang.org/appengine v1.6.5 // indirect
|
|
)
|