Skip to content

Commit

Permalink
chore: update engagement core library version (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
Salaton committed Sep 15, 2021
1 parent 5247e0b commit adaf4d9
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ require (
github.com/kevinburke/go-types v0.0.0-20210723172823-2deba1f80ba7 // indirect
github.com/labstack/gommon v0.3.0
github.com/savannahghi/converterandformatter v0.0.11 // indirect
github.com/savannahghi/engagementcore v0.0.20
github.com/savannahghi/engagementcore v0.0.21
github.com/savannahghi/feedlib v0.0.4
github.com/savannahghi/firebasetools v0.0.15
github.com/savannahghi/interserviceclient v0.0.16 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -407,8 +407,8 @@ github.com/savannahghi/converterandformatter v0.0.9/go.mod h1:DNqyfHojHOrll1/l6Y
github.com/savannahghi/converterandformatter v0.0.10/go.mod h1:DNqyfHojHOrll1/l6Y9UUSl97/TBiB08zcRWjaXbXRM=
github.com/savannahghi/converterandformatter v0.0.11 h1:N9UPNhabmrxKAnM4E68qrP6/urijMBr0/1EzSWPX3C4=
github.com/savannahghi/converterandformatter v0.0.11/go.mod h1:PjKS+eAlw+z/3aZFN1brsX+jxpTlLgs7boOY7EbUbhs=
github.com/savannahghi/engagementcore v0.0.20 h1:xYICmSbrT8Mg0ouAtQjr4VS6hgLLKHfJIOISPsH+das=
github.com/savannahghi/engagementcore v0.0.20/go.mod h1:xz2oFh7XkLzPe/wOuDn9K44dlCdSmCHhZ91lKSs16UQ=
github.com/savannahghi/engagementcore v0.0.21 h1:FGUGigAvmH6JCCz4Fqi9WHIR9EikJMLbsz83CNgikyk=
github.com/savannahghi/engagementcore v0.0.21/go.mod h1:xz2oFh7XkLzPe/wOuDn9K44dlCdSmCHhZ91lKSs16UQ=
github.com/savannahghi/enumutils v0.0.0-20210622094023-d347744e1825/go.mod h1:DDdjQBO1qyf5BxLzhTs1uN91drCIHH2Lvr8aLdJwu/o=
github.com/savannahghi/enumutils v0.0.2/go.mod h1:DDdjQBO1qyf5BxLzhTs1uN91drCIHH2Lvr8aLdJwu/o=
github.com/savannahghi/enumutils v0.0.3 h1:0IPGS/Q27B8mZw+0YOb1r7Au1MgJQldfuwYid3byUx0=
Expand Down
43 changes: 43 additions & 0 deletions pkg/engagement/presentation/graph/generated/generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pkg/engagement/presentation/imported/feed.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ type Feed {
nudges: [Nudge!]!
items: [Item!]!
isAnonymous: Boolean!
featureImage: String
}

type Nudge {
Expand Down

0 comments on commit adaf4d9

Please sign in to comment.