33 lines
1.2 KiB
Modula-2
33 lines
1.2 KiB
Modula-2
module github.com/appleboy/drone-telegram
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
git.belvedersky.ru/common/tgbotapi v0.6.0
|
|
github.com/appleboy/drone-template-lib v1.0.1-0.20210703043441-92442f23f605
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/stretchr/testify v1.8.3
|
|
github.com/urfave/cli v1.22.13
|
|
)
|
|
|
|
require (
|
|
github.com/Masterminds/goutils v1.1.0 // indirect
|
|
github.com/Masterminds/semver/v3 v3.1.0 // indirect
|
|
github.com/Masterminds/sprig/v3 v3.1.0 // indirect
|
|
github.com/aymerick/raymond v2.0.2+incompatible // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/google/uuid v1.1.1 // indirect
|
|
github.com/huandu/xstrings v1.3.1 // indirect
|
|
github.com/imdario/mergo v0.3.8 // indirect
|
|
github.com/mitchellh/copystructure v1.0.0 // indirect
|
|
github.com/mitchellh/reflectwalk v1.0.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/spf13/cast v1.3.1 // indirect
|
|
github.com/stretchr/objx v0.5.0 // indirect
|
|
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
|
|
golang.org/x/crypto v0.0.0-20200414173820-0848c9571904 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|