go-bindata is no longer maintained #1938

Closed
opened 2025-11-02 04:18:22 -06:00 by GiteaMirror · 13 comments
Owner

Originally created by @jonasfranz on GitHub (Jun 15, 2018).

go-bindata is no longer maintained as stated here: https://github.com/jteeuwen/go-bindata#warning

We should replace it with a maintained alternative like packr.

Originally created by @jonasfranz on GitHub (Jun 15, 2018). go-bindata is no longer maintained as stated here: https://github.com/jteeuwen/go-bindata#warning We should replace it with a maintained alternative like [packr](https://github.com/gobuffalo/packr).
GiteaMirror added the issue/confirmedtopic/build labels 2025-11-02 04:18:22 -06:00
Author
Owner

@lunny commented on GitHub (Jun 15, 2018):

But maybe continue with https://github.com/go-bindata/go-bindata ?

@lunny commented on GitHub (Jun 15, 2018): But maybe continue with https://github.com/go-bindata/go-bindata ?
Author
Owner

@lunny commented on GitHub (Jun 15, 2018):

I don't like packr build.

@lunny commented on GitHub (Jun 15, 2018): I don't like `packr build`.
Author
Owner

@bkcsoft commented on GitHub (Jun 15, 2018):

@lunny You don't need to run packr build, you could (like we do now with go-bindata) run packr followed by go build :|

@bkcsoft commented on GitHub (Jun 15, 2018): @lunny You don't need to run `packr build`, you could (like we do now with `go-bindata`) run `packr` followed by `go build` :|
Author
Owner

@axifive commented on GitHub (Jun 16, 2018):

And there is another maintained alternative: https://github.com/rakyll/statik

@axifive commented on GitHub (Jun 16, 2018): And there is another maintained alternative: https://github.com/rakyll/statik
Author
Owner

@tboerger commented on GitHub (Jun 20, 2018):

I would suggest fileb0x

@tboerger commented on GitHub (Jun 20, 2018): I would suggest fileb0x
Author
Owner

@stale[bot] commented on GitHub (Jan 22, 2019):

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.

@stale[bot] commented on GitHub (Jan 22, 2019): This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.
Author
Owner

@edacval commented on GitHub (Jan 23, 2019):

Arch Linux uses https://github.com/shuLhan/go-bindata

@edacval commented on GitHub (Jan 23, 2019): Arch Linux uses https://github.com/shuLhan/go-bindata
Author
Owner

@sapk commented on GitHub (Jan 23, 2019):

https://github.com/mjibson/esc is simple to use.

@sapk commented on GitHub (Jan 23, 2019): https://github.com/mjibson/esc is simple to use.
Author
Owner

@tboerger commented on GitHub (Jan 23, 2019):

Esc doesn't support tags, tags are required for gitea.

@tboerger commented on GitHub (Jan 23, 2019): Esc doesn't support tags, tags are required for gitea.
Author
Owner

@stale[bot] commented on GitHub (Mar 24, 2019):

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.

@stale[bot] commented on GitHub (Mar 24, 2019): This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.
Author
Owner

@lunny commented on GitHub (May 29, 2019):

Just found https://github.com/shurcooL/vfsgen, I think it maybe a better solution than others because it's a library and could be put in vendor and will resolve package dependency on building process. We can write a command with a special build flag which will only be run on build process.

@lunny commented on GitHub (May 29, 2019): Just found https://github.com/shurcooL/vfsgen, I think it maybe a better solution than others because it's a library and could be put in vendor and will resolve package dependency on building process. We can write a command with a special build flag which will only be run on build process.
Author
Owner

@lafriks commented on GitHub (May 29, 2019):

@lunny I tested it a bit some time ago and it does looks quite good: https://github.com/lafriks/gitea-rewrite-experiment/tree/master/modules/template

@lafriks commented on GitHub (May 29, 2019): @lunny I tested it a bit some time ago and it does looks quite good: https://github.com/lafriks/gitea-rewrite-experiment/tree/master/modules/template
Author
Owner

@tboerger commented on GitHub (May 29, 2019):

I'm using filb0x so far for other projects which is working really good.

@tboerger commented on GitHub (May 29, 2019): I'm using filb0x so far for other projects which is working really good.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#1938