Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ module github.com/cplieger/github-scout
go 1.27.1

require (
github.com/cplieger/envx/v2 v2.0.1
github.com/cplieger/health v1.7.0
github.com/cplieger/httpx/v5 v5.0.2
github.com/cplieger/runesafe/v2 v2.0.0
github.com/cplieger/scheduler/v4 v4.0.2
github.com/cplieger/slogx v1.6.3
github.com/cplieger/envx/v2 v2.0.2
github.com/cplieger/health v1.7.1
github.com/cplieger/httpx/v5 v5.0.3
github.com/cplieger/runesafe/v2 v2.0.1
github.com/cplieger/scheduler/v4 v4.0.3
github.com/cplieger/slogx v1.6.4
)

require github.com/cplieger/pathinside/v2 v2.0.0 // indirect
require github.com/cplieger/pathinside/v2 v2.0.1 // indirect
28 changes: 14 additions & 14 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading