eduncan911 / podcast

iTunes and RSS 2.0 Podcast Generator in Golang
MIT License
132 stars 35 forks source link

Slim go modules #32

Closed eduncan911 closed 4 years ago

eduncan911 commented 4 years ago

Noticed the go.mod was pretty phat with requirements, that were not required to consume this page.

Instead, those extras are needed for the CICD pipelines and fuzzing - which is not what i want consumers to pull into all of their repos.