Hello,
It appears that the new v0.4.0 tag has introduced a fatal dependency loop which is prevent any modules which reference this repo from updating. The output from go get -u is as follows:
go get: github.com/BurntSushi/[email protected] updating to
github.com/BurntSushi/[email protected] requires
github.com/BurntSushi/[email protected] requires
github.com/BurntSushi/[email protected] requires
github.com/BurntSushi/[email protected] requires
github.com/BurntSushi/[email protected] requires
github.com/BurntSushi/[email protected] requires
github.com/BurntSushi/[email protected]
I should also add the problem does persist in the current master as well, even after the updated version of toml-test:
go: github.com/BurntSushi/[email protected] requires
github.com/BurntSushi/[email protected] requires
github.com/BurntSushi/[email protected] requires
github.com/BurntSushi/[email protected] requires
github.com/BurntSushi/[email protected] requires
github.com/BurntSushi/[email protected] requires
github.com/BurntSushi/[email protected] requires
github.com/BurntSushi/[email protected] requires
github.com/BurntSushi/[email protected]
Yeah, this is being discussed at BurntSushi/toml-test#74 as well.
I'll look this afternoon; it does work most of the time, but not in some cases. Specifically, GOPROXY=direct seems to break it
go: github.com/BurntSushi/[email protected] requires
github.com/BurntSushi/[email protected] requires
github.com/BurntSushi/[email protected] requires
github.com/BurntSushi/[email protected] requires
github.com/BurntSushi/[email protected] requires
github.com/BurntSushi/[email protected] requires
github.com/BurntSushi/[email protected]: invalid version: unknown revision 20a94d6
same problem
Owner Name | BurntSushi |
Repo Name | toml |
Full Name | BurntSushi/toml |
Language | Go |
Created Date | 2013-02-26 |
Updated Date | 2023-03-20 |
Star Count | 4154 |
Watcher Count | 84 |
Fork Count | 518 |
Issue Count | 15 |