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

Bump github.com/stretchr/testify from 1.8.2 to 1.9.0 #29

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
8 changes: 2 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,19 @@ require (
github.com/fatih/color v1.16.0 // indirect
github.com/goccy/go-yaml v1.11.3
github.com/golang/mock v1.6.0
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/go-github/v29 v29.0.3
github.com/google/go-querystring v1.1.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/kyoh86/appenv v0.1.0
github.com/kyoh86/ask v0.0.7
github.com/kyoh86/gogh v1.8.0
github.com/kyoh86/xdg v1.2.0
github.com/morikuni/aec v1.0.0
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/saracen/walker v0.1.4
github.com/stoewer/go-strcase v1.3.0
github.com/stretchr/testify v1.8.2
github.com/stretchr/testify v1.9.0
github.com/ulikunitz/xz v0.5.12
golang.org/x/net v0.24.0 // indirect
golang.org/x/crypto v0.22.0 // indirect
golang.org/x/oauth2 v0.19.0
golang.org/x/sync v0.7.0 // indirect
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
google.golang.org/appengine v1.6.8 // indirect
)
Loading