Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improvement: Go mod webdevops/go-common version bump. #101

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ require (
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/prometheus/client_golang v1.20.3
github.com/remeh/sizedwaitgroup v1.0.0
github.com/webdevops/go-common v0.0.0-20240914143308-98dd8416e15d
github.com/webdevops/go-common v0.0.0-20241004201801-87c5aa8dbf70
go.uber.org/zap v1.27.0
go.uber.org/zap/exp v0.2.0
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/webdevops/go-common v0.0.0-20240914143308-98dd8416e15d h1:FPFH3gQwD9nAnxbXWJmN2SgLAIGhdlO2L5B+SzBTqlo=
github.com/webdevops/go-common v0.0.0-20240914143308-98dd8416e15d/go.mod h1:7VI3uQs+oVv1sosA5/BNGInTCBWJ12xG1irqDheqUTQ=
github.com/webdevops/go-common v0.0.0-20241004201801-87c5aa8dbf70 h1:nlbpXmLWrTypLZ7LoTrHrRGtT1eFwAbmQv72+wVEoYE=
github.com/webdevops/go-common v0.0.0-20241004201801-87c5aa8dbf70/go.mod h1:7VI3uQs+oVv1sosA5/BNGInTCBWJ12xG1irqDheqUTQ=
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto=
go.uber.org/goleak v1.3.0/go.mod h1:CoHD4mav9JJNrW/WLlf7HGZPjdw8EucARQHekz1X6bE=
Expand Down