forked from dylanaraps/community
-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
Some(well, all of them except dnscrypt-proxy) go packages still use internet connection to fetch dependencies. This is bad because only kiss itself should be allowed(we should really enforce this via unshare) to fetch something from internet. We should use go build -mod=vendor where possible, and if not possible - convince upstream to add support for it.
- syncthing -- @Vouivre switch to this source and set
GOFLAGS='-mod=vendor' - age -- waiting for upstream decision Consider shipping release tarball with vendored dependencies FiloSottile/age#394
- caddy -- waiting for upstream decision Consider shipping release tarball with vendored dependencies caddyserver/caddy#4573
- micro -- waiting for upstream decision Consider shipping release tarball with vendored dependencies micro-editor/micro#2364
- fzf -- waiting for upstream decision Consider shipping release tarball with vendored dependencies junegunn/fzf#2733
- amfora -- waiting for upstream decision Consider shipping release tarball with vendored dependencies makew0rld/amfora#296
- github-cli -- waiting for upstream decision Consider shipping release tarball with vendored dependencies cli/cli#5201
- go-ipfs -- @mmatongo set
GOFLAGS='-mod=vendor' - aerc-git -- TBD
- gron-git -- upstream is kinda dead
- rclone -- @xuxiaodong upstream provides extra tarball with vendored dependencies
- restric -- waiting for upstream decision Consider shipping release tarball with vendored dependencies restic/restic#3647
- slides -- @xuxiaodong upstream provides extra branch with vendored dependencies
- (gi)tea -- @mmatongo set
GOFLAGS='-mod=vendor' - goimports --
FUCK YOU GOOGLE!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels