Skip to content

Commit

Permalink
chore(deps): update module github.com/pact-foundation/pact-go to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 25, 2023
1 parent d56a090 commit bd1dfd0
Show file tree
Hide file tree
Showing 2 changed files with 139 additions and 3 deletions.
8 changes: 5 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ require (
github.com/leekchan/accounting v0.3.1
github.com/nicksnyder/go-i18n v0.0.0-20180814031359-04f547cc50da
github.com/openzipkin/zipkin-go v0.4.2
github.com/pact-foundation/pact-go v0.0.13
github.com/pact-foundation/pact-go v1.7.0
github.com/pact-foundation/pact-go/v2 v2.0.1
github.com/rbcervilla/redisstore/v9 v9.0.0
github.com/redis/go-redis/v9 v9.0.5
github.com/spf13/cobra v1.7.0
Expand All @@ -45,6 +46,7 @@ require (
github.com/go-logfmt/logfmt v0.5.1 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/hashicorp/go-version v1.6.0 // indirect
github.com/hashicorp/logutils v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/kardianos/osext v0.0.0-20170510131534-ae77be60afb1 // indirect
Expand All @@ -66,8 +68,8 @@ require (
golang.org/x/net v0.14.0 // indirect
golang.org/x/sys v0.11.0 // indirect
golang.org/x/text v0.12.0 // indirect
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
google.golang.org/api v0.84.0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
google.golang.org/api v0.130.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
Expand Down
Loading

0 comments on commit bd1dfd0

Please sign in to comment.