You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
359 B
Modula-2
15 lines
359 B
Modula-2
|
9 months ago
|
module weather
|
||
|
|
|
||
|
|
go 1.16
|
||
|
|
|
||
|
|
require github.com/astaxie/beego v1.12.3
|
||
|
|
|
||
|
|
require (
|
||
|
|
github.com/denisenkom/go-mssqldb v0.12.3 // indirect
|
||
|
|
github.com/go-sql-driver/mysql v1.6.0
|
||
|
|
github.com/prometheus/common v0.10.0
|
||
|
|
github.com/robfig/cron v1.2.0
|
||
|
|
github.com/shiena/ansicolor v0.0.0-20200904210342-c7312218db18 // indirect
|
||
|
|
github.com/smartystreets/goconvey v1.6.4
|
||
|
|
)
|