Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Reduce dependencies on external libraries #145

Merged
merged 2 commits into from
May 14, 2022

Conversation

fasmat
Copy link
Member

@fasmat fasmat commented May 5, 2022

This removes dependencies to the following externals:

  • github.com/markbates/oncer - functionality is trivial, just used sync.Once instead
  • github.com/markbates/safe - Inlined in one place, removed in another (code doesn't panic so no need to "safe" it)

@fasmat fasmat force-pushed the feature/reduce-dependencies branch from 9c58f17 to 3f4eba5 Compare May 14, 2022 20:56
@fasmat fasmat force-pushed the feature/reduce-dependencies branch from 3f4eba5 to 16540f0 Compare May 14, 2022 21:00
@fasmat fasmat marked this pull request as ready for review May 14, 2022 21:13
@fasmat fasmat requested a review from a team as a code owner May 14, 2022 21:13
@fasmat
Copy link
Member Author

fasmat commented May 14, 2022

@paganotoni: Ready for review :)

@paganotoni
Copy link
Member

This is exciting! Thanks @fasmat

@paganotoni paganotoni merged commit e65f870 into development May 14, 2022
@paganotoni paganotoni deleted the feature/reduce-dependencies branch May 14, 2022 22:45
@@ -12,16 +12,13 @@ require (
github.com/gobuffalo/events v1.4.2
github.com/gobuffalo/flect v0.2.5
github.com/gobuffalo/genny/v2 v2.0.9
github.com/gobuffalo/here v0.6.6 // indirect
Copy link
Member

@sio4 sio4 May 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, it reverted my change merged yesterday.

If go.mod has a line with indirect comment, usually it could mean intentionally added/fixed version.

Will PR again soon. :-)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants