pot/go.mod
Lunny Xiao c0c5c59eb4
All checks were successful
continuous-integration/drone/push Build is passing
Task command support double quote mark on flag values
2020-11-27 16:40:17 +08:00

14 lines
337 B
Modula-2

module gitea.com/lunny/pot
go 1.15
require (
github.com/google/uuid v1.1.2
github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351
github.com/melbahja/goph v1.1.0
github.com/sirupsen/logrus v1.7.0
github.com/spf13/cobra v1.1.1
github.com/stretchr/testify v1.6.1
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
)