Files
Go-http_framework/go.mod
T

14 lines
316 B
Modula-2
Raw Normal View History

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