Skip to content

Commit

Permalink
update durabletask-go to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kaibocai committed Dec 18, 2023
1 parent ab1d3f1 commit 88df935
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ require (
github.com/jhump/protoreflect v1.15.2
github.com/kelseyhightower/envconfig v1.4.0
github.com/lestrrat-go/jwx/v2 v2.0.16
github.com/microsoft/durabletask-go v0.3.1
github.com/microsoft/durabletask-go v0.4.0
github.com/mitchellh/mapstructure v1.5.1-0.20220423185008-bf980b35cac4
github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5
github.com/prometheus/client_golang v1.16.0
Expand Down Expand Up @@ -455,5 +455,3 @@ replace github.com/microcosm-cc/bluemonday => github.com/microcosm-cc/bluemonday
//
// Then, run `make modtidy` in this repository.
// This ensures that go.mod and go.sum are up-to-date.

replace github.com/microsoft/durabletask-go v0.3.1 => github.com/microsoft/durabletask-go v0.3.2-0.20231215215359-12222afe377a
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1128,8 +1128,8 @@ github.com/matttproud/golang_protobuf_extensions v1.0.4 h1:mmDVorXM7PCGKw94cs5zk
github.com/matttproud/golang_protobuf_extensions v1.0.4/go.mod h1:BSXmuO+STAnVfrANrmjBb36TMTDstsz7MSK+HVaYKv4=
github.com/microcosm-cc/bluemonday v1.0.24 h1:NGQoPtwGVcbGkKfvyYk1yRqknzBuoMiUrO6R7uFTPlw=
github.com/microcosm-cc/bluemonday v1.0.24/go.mod h1:ArQySAMps0790cHSkdPEJ7bGkF2VePWH773hsJNSHf8=
github.com/microsoft/durabletask-go v0.3.2-0.20231215215359-12222afe377a h1:QN7LXuSgB9vKs4bTUYfDpJULKMkw8Lld8lZJuMQIWao=
github.com/microsoft/durabletask-go v0.3.2-0.20231215215359-12222afe377a/go.mod h1:svScWPnRqjf9YgxeCB3CkYLMAyvuu+qqNf4Hl9dmvcg=
github.com/microsoft/durabletask-go v0.4.0 h1:rGqKRZYyvxBaD/UIfVUnlGqrycqBg30Ngpt0ODcIzqY=
github.com/microsoft/durabletask-go v0.4.0/go.mod h1:svScWPnRqjf9YgxeCB3CkYLMAyvuu+qqNf4Hl9dmvcg=
github.com/microsoft/go-mssqldb v1.6.0 h1:mM3gYdVwEPFrlg/Dvr2DNVEgYFG7L42l+dGc67NNNpc=
github.com/microsoft/go-mssqldb v1.6.0/go.mod h1:00mDtPbeQCRGC1HwOOR5K/gr30P1NcEG0vx6Kbv2aJU=
github.com/miekg/dns v1.0.14/go.mod h1:W1PPwlIAgtquWBMBEV9nkV9Cazfe8ScdGz/Lj7v3Nrg=
Expand Down

0 comments on commit 88df935

Please sign in to comment.