Skip to content

Commit

Permalink
Replace gomega with assert (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
hebime committed Sep 1, 2020
1 parent b7c9ec1 commit fbcafb3
Show file tree
Hide file tree
Showing 4 changed files with 109 additions and 37 deletions.
5 changes: 3 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ module github.com/wingocard/serum
go 1.14

require (
cloud.google.com/go v0.57.0
cloud.google.com/go v0.65.0
github.com/googleapis/gax-go/v2 v2.0.5
github.com/onsi/gomega v1.10.1
google.golang.org/genproto v0.0.0-20200519141106-08726f379972
google.golang.org/genproto v0.0.0-20200831141814-d751682dd103
gotest.tools/v3 v3.0.2
)
Loading

0 comments on commit fbcafb3

Please sign in to comment.