pot/go.mod
Lunny Xiao f511bddf10
All checks were successful
checks / check and test (push) Successful in 33s
Use actions instead of drone
2023-04-21 11:43:41 +08:00

28 lines
938 B
Modula-2

module gitea.com/lunny/pot
go 1.20
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/shurcooL/vfsgen v0.0.0-20200824052919-0d455de96546
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
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/kr/fs v0.1.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pkg/sftp v1.12.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/crypto v0.0.0-20201117144127-c1f2f97bffc9 // indirect
golang.org/x/sys v0.0.0-20201117170446-d9b008d0a637 // indirect
)