mirror of
https://github.com/MickMake/GoSungrow.git
synced 2025-03-21 15:21:52 +01:00
12 lines
241 B
YAML
12 lines
241 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.3
|
|
install:
|
|
- go get github.com/bndr/gotabulate
|
|
- go get github.com/agrison/mxj
|
|
- go get github.com/tealeg/xlsx
|
|
- go get gopkg.in/yaml.v2
|
|
- go get gopkg.in/check.v1
|
|
- go get -u github.com/agrison/go-tablib
|