Small HTTP server that redirects to artifacts from the latest github release for a project
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

go.mod 176B

12345678
  1. module github.com/csmith/github-release-redirector
  2. go 1.12
  3. require (
  4. github.com/google/go-github v17.0.0+incompatible
  5. github.com/google/go-querystring v1.0.0 // indirect
  6. )