Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

fix(deps): update github.com/doomshrine/testcontext digest to 2951ec5 #12

Merged
merged 1 commit into from
Aug 2, 2023
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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.20

require (
github.com/doomshrine/must v0.0.0-20230802075114-89b41826f12c
github.com/doomshrine/testcontext v0.0.0-20230730193202-d757633b310c
github.com/doomshrine/testcontext v1.0.0
github.com/go-logr/logr v1.2.4
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.0.0-rc.5
github.com/stretchr/testify v1.8.4
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ github.com/doomshrine/must v0.0.0-20230802075114-89b41826f12c h1:cpq6J+tz6HTbP1B
github.com/doomshrine/must v0.0.0-20230802075114-89b41826f12c/go.mod h1:hYjy87phi9Byu0+tNc/ix/HM5WlIGJNqqbCNb2gfNUA=
github.com/doomshrine/testcontext v0.0.0-20230730193202-d757633b310c h1:NExFHeWrHIev7XQ3BSwH2H6I21nteZcWxYvNNW4Voh8=
github.com/doomshrine/testcontext v0.0.0-20230730193202-d757633b310c/go.mod h1:MKUk0UOeq6GOKwqGJYWR6BuLFc0ZiZ4wZ/Pyq9iGNeU=
github.com/doomshrine/testcontext v1.0.0 h1:hLaUqtQV1AubfEZYA8e6ETg1AIorHTHCxUaHBZbqRZY=
github.com/doomshrine/testcontext v1.0.0/go.mod h1:MKUk0UOeq6GOKwqGJYWR6BuLFc0ZiZ4wZ/Pyq9iGNeU=
github.com/go-logr/logr v1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
github.com/go-logr/logr v1.2.4 h1:g01GSCwiDw2xSZfjJ2/T9M+S6pFdcNtFYsp+Y43HYDQ=
github.com/go-logr/logr v1.2.4/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
Expand Down