2020-04-28 11:09:46 +08:00
|
|
|
module Go-Tool
|
|
|
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
2020-04-30 18:08:29 +08:00
|
|
|
require (
|
2020-12-16 14:23:38 +08:00
|
|
|
github.com/ahmetb/go-linq v3.0.0+incompatible
|
2020-07-08 14:35:54 +08:00
|
|
|
github.com/go-ini/ini v1.57.0
|
2020-12-14 15:15:58 +08:00
|
|
|
github.com/json-iterator/go v1.1.10
|
2020-12-16 14:23:38 +08:00
|
|
|
github.com/smartystreets/goconvey v1.6.4 // indirect
|
2020-04-30 18:08:29 +08:00
|
|
|
github.com/stretchr/testify v1.5.1 // indirect
|
2020-11-12 18:10:15 +08:00
|
|
|
gopkg.in/ini.v1 v1.62.0 // indirect
|
2020-12-16 14:23:38 +08:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2020-04-30 18:08:29 +08:00
|
|
|
)
|