You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
486 B
18 lines
486 B
module dsWatch
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/360EntSecGroup-Skylar/excelize/v2 v2.1.0 // indirect
|
|
github.com/gin-gonic/gin v1.6.2
|
|
github.com/go-sql-driver/mysql v1.5.0 // indirect
|
|
github.com/ilibs/gosql/v2 v2.0.3 // indirect
|
|
github.com/oklog/ulid v1.3.1
|
|
github.com/pkg/sftp v1.11.0
|
|
github.com/rs/xid v1.2.1
|
|
github.com/satori/go.uuid v1.2.0
|
|
github.com/smartystreets/goconvey v1.6.4 // indirect
|
|
golang.org/x/crypto v0.0.0-20200406173513-056763e48d71
|
|
gopkg.in/ini.v1 v1.55.0
|
|
)
|