13 lines
252 B
Modula-2
13 lines
252 B
Modula-2
module ICStoRSS
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/apognu/gocal v0.9.0
|
|
github.com/gorilla/feeds v1.2.0
|
|
)
|
|
|
|
require (
|
|
github.com/ChannelMeter/iso8601duration v0.0.0-20150204201828-8da3af7a2a61 // indirect
|
|
github.com/stretchr/testify v1.8.1 // indirect
|
|
)
|