Skip to content

Commit

Permalink
Go Modules updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tknie committed Dec 9, 2024
1 parent 9f4b65a commit fbc2159
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ require (
github.com/google/uuid v1.6.0
github.com/mitchellh/go-ps v1.0.0
github.com/stretchr/testify v1.10.0
github.com/tknie/errorrepo v0.0.0-20240912184714-682ebdc389d9
github.com/tknie/log v0.0.0-20241117202403-65556e62b83d
github.com/tknie/errorrepo v0.1.0
github.com/tknie/log v0.1.0
github.com/tknie/pam v0.0.0-20221009204632-bfcf495c828d
go.uber.org/zap v1.27.0
golang.org/x/oauth2 v0.24.0
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/tknie/errorrepo v0.0.0-20240912184714-682ebdc389d9 h1:shVv/rwnRD0bVOVX4z1OdnrqTvhDD9MdOBmJ244V13o=
github.com/tknie/errorrepo v0.0.0-20240912184714-682ebdc389d9/go.mod h1:lI2i/ZvgnOsoeJnzKbme2Cpa8lIs5ORgKILrtBwZyqk=
github.com/tknie/log v0.0.0-20241117202403-65556e62b83d h1:B2kRbca8940u2AVM9yyU1fMScDqFz04B56rz4WnMNgk=
github.com/tknie/log v0.0.0-20241117202403-65556e62b83d/go.mod h1:W67unT0xxqTLc9tyxpdV1lED/JuD0veFgxT/astdxt4=
github.com/tknie/errorrepo v0.1.0 h1:pOt79EWL4P4UjPzXknNcdAr01fjgF38XY1u1ZzHttqo=
github.com/tknie/errorrepo v0.1.0/go.mod h1:K4bEhPce5B7ybIptX2D2mpRfjWehStjeUG1fiegwoq0=
github.com/tknie/log v0.1.0 h1:MrYiDgntQvXm1H0kjJZnz+AI7dB9KbhVYpcohRnAfvU=
github.com/tknie/log v0.1.0/go.mod h1:W67unT0xxqTLc9tyxpdV1lED/JuD0veFgxT/astdxt4=
github.com/tknie/pam v0.0.0-20221009204632-bfcf495c828d h1:3zGPtYkv/JaryvdSS5B1de4myatWo6LmJpYdl3Es4Bg=
github.com/tknie/pam v0.0.0-20221009204632-bfcf495c828d/go.mod h1:Cm4sO5ULVw8B931M31W6fsvK2Z9a5GdcAPNYaCqvOcM=
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
Expand Down

0 comments on commit fbc2159

Please sign in to comment.