15 lines
494 B
Modula-2
15 lines
494 B
Modula-2
module github.com/gidsi/spaceapi.ccc.de
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/PuloV/ics-golang v0.0.0-20190808201353-a3394d3bcade
|
|
github.com/channelmeter/iso8601duration v0.0.0-20150204201828-8da3af7a2a61 // indirect
|
|
github.com/gidsi/ics-golang v0.0.0-20190331185529-e95e328c4a08
|
|
github.com/gofrs/uuid v3.2.0+incompatible
|
|
github.com/gorilla/mux v1.7.3
|
|
github.com/robfig/cron v1.2.0
|
|
github.com/robfig/cron/v3 v3.0.1
|
|
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22
|
|
gopkg.in/yaml.v2 v2.2.8
|
|
)
|