Skip to content

Commit

Permalink
Update to latest goflow (fixes word_slice)
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed Sep 14, 2021
1 parent 44ae41e commit 061f5fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ require (
github.com/mattn/go-sqlite3 v1.10.0 // indirect
github.com/nyaruka/ezconf v0.2.1
github.com/nyaruka/gocommon v1.13.2
github.com/nyaruka/goflow v0.134.1
github.com/nyaruka/goflow v0.134.2
github.com/nyaruka/librato v1.0.0
github.com/nyaruka/logrus_sentry v0.8.2-0.20190129182604-c2962b80ba7d
github.com/nyaruka/null v1.2.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ github.com/nyaruka/ezconf v0.2.1 h1:TDXWoqjqYya1uhou1mAJZg7rgFYL98EB0Tb3+BWtUh0=
github.com/nyaruka/ezconf v0.2.1/go.mod h1:ey182kYkw2MIi4XiWe1FR/mzI33WCmTWuceDYYxgnQw=
github.com/nyaruka/gocommon v1.13.2 h1:dNe8nGDSeECC7zL6H/0vmx9yp6UG8HJFxjKcIQmiccY=
github.com/nyaruka/gocommon v1.13.2/go.mod h1:2DWgWcjsfdU/+29xEP75G9xnorxvrxxe1pSISzUcSgw=
github.com/nyaruka/goflow v0.134.1 h1:uu+ZoTIeK3DqKTTlb7ai1cClEpqFV3Gm7gIZ3qokTXA=
github.com/nyaruka/goflow v0.134.1/go.mod h1:zD+hVUIhyhT5gH6sayKgA21gxlhdFdYslZgK+LrpuHc=
github.com/nyaruka/goflow v0.134.2 h1:JJotXyONaMQV36eyPb3qA24fQY1z7uWRl7GYGwqtAXA=
github.com/nyaruka/goflow v0.134.2/go.mod h1:zD+hVUIhyhT5gH6sayKgA21gxlhdFdYslZgK+LrpuHc=
github.com/nyaruka/librato v1.0.0 h1:Vznj9WCeC1yZXbBYyYp40KnbmXLbEkjKmHesV/v2SR0=
github.com/nyaruka/librato v1.0.0/go.mod h1:pkRNLFhFurOz0QqBz6/DuTFhHHxAubWxs4Jx+J7yUgg=
github.com/nyaruka/logrus_sentry v0.8.2-0.20190129182604-c2962b80ba7d h1:hyp9u36KIwbTCo2JAJ+TuJcJBc+UZzEig7RI/S5Dvkc=
Expand Down

0 comments on commit 061f5fb

Please sign in to comment.