You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In go.mod, there are two toml related libraries: github.com/BurntSushi/toml and github.com/pelletier/go-toml
I believe we can use only one.
Agreed, I just verified that the one location we use BurntSushi/toml can be replaced with using pelletier/go-toml to un-marshal the contents of the TOML file. I run a full execution test to verify.
In go.mod, there are two toml related libraries: github.com/BurntSushi/toml and github.com/pelletier/go-toml
I believe we can use only one.
In https://github.com/BurntSushi/toml, it states THIS PROJECT IS UNMAINTAINED
The text was updated successfully, but these errors were encountered: