Skip to content

Commit

Permalink
go mod tidy to pull dapr/dapr master (circular dependency issue)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkedy committed Mar 25, 2021
1 parent c1905ba commit d0410fb
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 27 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ require (
github.com/coreos/go-oidc v2.1.0+incompatible
github.com/cyphar/filepath-securejoin v0.2.2
github.com/dancannon/gorethink v4.0.0+incompatible
github.com/dapr/dapr v1.0.1-0.20210303190006-b2271c9a8a58
github.com/dapr/dapr v1.0.1-0.20210325161510-849f52560a63
github.com/denisenkom/go-mssqldb v0.0.0-20191128021309-1d7a30a10f73
github.com/dghubble/go-twitter v0.0.0-20190719072343-39e5462e111f
github.com/dghubble/oauth1 v0.6.0
Expand All @@ -55,8 +55,8 @@ require (
github.com/keighl/postmark v0.0.0-20190821160221-28358b1a94e3
github.com/mitchellh/mapstructure v1.3.3
github.com/nats-io/go-nats v1.7.2
github.com/nats-io/nats.go v1.9.1
github.com/nats-io/stan.go v0.6.0
github.com/nats-io/nats.go v1.10.0
github.com/nats-io/stan.go v0.8.3
github.com/open-policy-agent/opa v0.23.2
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pkg/errors v0.9.1
Expand All @@ -65,10 +65,10 @@ require (
github.com/sendgrid/sendgrid-go v3.5.0+incompatible
github.com/streadway/amqp v0.0.0-20190827072141-edfb9018d271
github.com/stretchr/testify v1.6.1
github.com/valyala/fasthttp v1.19.0
github.com/valyala/fasthttp v1.21.0
github.com/vmware/vmware-go-kcl v0.0.0-20191104173950-b6c74c3fe74e
go.mongodb.org/mongo-driver v1.1.2
golang.org/x/crypto v0.0.0-20201117144127-c1f2f97bffc9
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
google.golang.org/api v0.32.0
Expand Down
Loading

0 comments on commit d0410fb

Please sign in to comment.