Skip to content

Commit

Permalink
depend on separate modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Weber committed Jan 9, 2025
1 parent ed1e850 commit c6d123e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@ module github.com/gregwebs/errors

go 1.23.3

require github.com/gregwebs/stackfmt v0.0.0-20250109232346-61b11c0ff204 // indirect
require (
github.com/gregwebs/errors/errwrap v0.0.0-20250109233418-ed1e850dab1e // indirect
github.com/gregwebs/errors/slogerr v0.0.0-20250109233418-ed1e850dab1e // indirect
github.com/gregwebs/stackfmt v0.0.0-20250109232346-61b11c0ff204 // indirect
)
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
github.com/gregwebs/errors/errwrap v0.0.0-20250109233418-ed1e850dab1e h1:Wafq/gbtaSPmzdNTDnw/gAHnI1h7nTAkG6XtgQm4qfQ=
github.com/gregwebs/errors/errwrap v0.0.0-20250109233418-ed1e850dab1e/go.mod h1:Xqoa1jjxE/0w8gjUTyRQEOXrG8d+sAwQmZEwnUyTtig=
github.com/gregwebs/errors/slogerr v0.0.0-20250109233418-ed1e850dab1e h1:IyuYN/MGfJmwZrD8zwEAXtxDoxOXGHAvXA4SRlsmQZI=
github.com/gregwebs/errors/slogerr v0.0.0-20250109233418-ed1e850dab1e/go.mod h1:emBiGGVdfUO1UnPUCvgkN49Y2eL+EClImkMR+4Iq0rY=
github.com/gregwebs/stackfmt v0.0.0-20250109232346-61b11c0ff204 h1:h4p6a7+y8j1hAQZooo/NUfOPUj1LKCr9oPPkIUtIYbI=
github.com/gregwebs/stackfmt v0.0.0-20250109232346-61b11c0ff204/go.mod h1:MQWvus3s9juULflTEiFIllieKiz7AnX7i4HWyPOs2nQ=

0 comments on commit c6d123e

Please sign in to comment.