Skip to content
This repository has been archived by the owner on Jul 17, 2021. It is now read-only.

Commit

Permalink
Merge pull request #108 from tadoku/dependabot/go_modules/github.com/…
Browse files Browse the repository at this point in the history
…stretchr/testify-1.4.0

Bump github.com/stretchr/testify from 1.3.0 to 1.4.0
  • Loading branch information
antonve committed Aug 16, 2019
2 parents 1655331 + a756a96 commit 94a8b03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion services/tadoku-contest-api/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ require (
github.com/lib/pq v1.2.0
github.com/mattn/go-zglob v0.0.1 // indirect
github.com/srvc/fail v3.1.1+incompatible
github.com/stretchr/testify v1.3.0
github.com/stretchr/testify v1.4.0
golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5
golang.org/x/lint v0.0.0-20190409202823-959b441ac422
google.golang.org/appengine v1.5.0 // indirect
Expand Down
3 changes: 3 additions & 0 deletions services/tadoku-contest-api/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,12 @@ github.com/srvc/fail v3.1.0+incompatible/go.mod h1:O6qL3O5sUrJlIh2oGAZ5J9RKGGae3
github.com/srvc/fail v3.1.1+incompatible h1:K9O07K+hMzMrw3zG/NV82i2a+4QGixg/9VMM5h7smUE=
github.com/srvc/fail v3.1.1+incompatible/go.mod h1:O6qL3O5sUrJlIh2oGAZ5J9RKGGae3D1U6jMGyzM6RK4=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/objx v0.2.0 h1:Hbg2NidpLE8veEBkEZTL3CvlkUIVzuU9jDplZO54c48=
github.com/stretchr/objx v0.2.0/go.mod h1:qt09Ya8vawLte6SNmTgCsAVtYtaKzEcn8ATUoHMkEqE=
github.com/stretchr/testify v1.3.0 h1:TivCn/peBQ7UY8ooIcPgZFpTNSz0Q2U6UrFlUfqbe0Q=
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
github.com/stretchr/testify v1.4.0 h1:2E4SXV/wtOkTonXsotYi4li6zVWxYlZuYNCXe9XRJyk=
github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4=
github.com/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw=
github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc=
github.com/valyala/fasttemplate v0.0.0-20170224212429-dcecefd839c4 h1:gKMu1Bf6QINDnvyZuTaACm9ofY+PRh+5vFz4oxBZeF8=
Expand Down

0 comments on commit 94a8b03

Please sign in to comment.