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

fix(deps): update module github.com/donewscode/core to v0.12.3 #13

Open
wants to merge 1 commit into
base: master
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 @@ -3,7 +3,7 @@ module github.com/DoNewsCode/core-pool
go 1.17

require (
github.com/DoNewsCode/core v0.12.2
github.com/DoNewsCode/core v0.12.3
github.com/gorilla/mux v1.8.0
github.com/oklog/run v1.1.0
)
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ github.com/DoNewsCode/core v0.12.0 h1:ETZrGcyvViQlhYLGQTDXlK4j2CfJu8gN9ATApd0vIB
github.com/DoNewsCode/core v0.12.0/go.mod h1:XsqwenXsqmdoBkE2lx4Yo7UeqQ6V7M+g8831kse/SQk=
github.com/DoNewsCode/core v0.12.2 h1:ZZxKUMjHOCq4jddp8EFCa3ktsUc0gGXm14CgXdtoXfA=
github.com/DoNewsCode/core v0.12.2/go.mod h1:XsqwenXsqmdoBkE2lx4Yo7UeqQ6V7M+g8831kse/SQk=
github.com/DoNewsCode/core v0.12.3 h1:HImd85yFc8FsPo7KQPMOQQ14VbolFtsbinrR1PUKwFI=
github.com/DoNewsCode/core v0.12.3/go.mod h1:XsqwenXsqmdoBkE2lx4Yo7UeqQ6V7M+g8831kse/SQk=
github.com/HdrHistogram/hdrhistogram-go v1.1.0/go.mod h1:yDgFjdqOqDEKOvasDdhWNXYg9BVp4O+o5f6V/ehm6Oo=
github.com/HdrHistogram/hdrhistogram-go v1.1.2/go.mod h1:yDgFjdqOqDEKOvasDdhWNXYg9BVp4O+o5f6V/ehm6Oo=
github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible/go.mod h1:r7JcOSlj0wfOMncg0iLm8Leh48TZaKVeNIfJntJ2wa0=
Expand Down