U-pod/go.mod

10 lines
160 B
Modula-2

module u-pod
go 1.21.0
require (
github.com/dhowden/tag v0.0.0-20240417053706-3d75831295e8
github.com/google/uuid v1.6.0
github.com/gorilla/feeds v1.2.0
)