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.
32 lines
1.3 KiB
32 lines
1.3 KiB
module demo
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
git.ouxuan.net/hasaki-service/hasaki-sdk v0.0.0-20210302071131-cb2b8d8c4800
|
|
github.com/360EntSecGroup-Skylar/excelize/v2 v2.3.2 // indirect
|
|
github.com/apache/thrift v0.12.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/fsnotify/fsnotify v1.4.9 // indirect
|
|
github.com/golang/protobuf v1.4.3 // indirect
|
|
github.com/golang/snappy v0.0.3 // indirect
|
|
github.com/jinzhu/gorm v1.9.16 // indirect
|
|
github.com/magiconair/properties v1.8.5 // indirect
|
|
github.com/mitchellh/mapstructure v1.4.1 // indirect
|
|
github.com/openzipkin/zipkin-go v0.1.6 // indirect
|
|
github.com/pelletier/go-toml v1.9.0 // indirect
|
|
github.com/spf13/afero v1.6.0 // indirect
|
|
github.com/spf13/cast v1.3.1 // indirect
|
|
github.com/spf13/cobra v1.1.3 // indirect
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
github.com/spf13/viper v1.7.1 // indirect
|
|
github.com/tal-tech/go-zero v1.1.4
|
|
github.com/xuri/efp v0.0.0-20210128032744-13be4fd5dcb5 // indirect
|
|
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 // indirect
|
|
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect
|
|
golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57 // indirect
|
|
golang.org/x/text v0.3.6 // indirect
|
|
gopkg.in/ini.v1 v1.62.0 // indirect
|
|
xorm.io/builder v0.3.9 // indirect
|
|
xorm.io/xorm v1.0.7 // indirect
|
|
)
|