nix-community / gomod2nix

Convert applications using Go modules to Nix expressions [maintainer=@adisbladis]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fetcher does not account for branch names

JonathanLorimer opened this issue · comments

Describe the bug
You can use branch names in go.mod files, but gomod2nix only looks for tags

I have a very simple solution here but I am not sure if this will cause other issues (I don't have that much experience with go and how it manages dependencies).