Skip to content

Commit

Permalink
fix(deps): update module github.com/thomaspoignant/go-feature-flag to…
Browse files Browse the repository at this point in the history
… v1.2.2 (#105)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 21, 2023
1 parent 0207626 commit aee48a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion providers/go-feature-flag/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.18
require (
github.com/open-feature/go-sdk v1.1.0
github.com/stretchr/testify v1.8.1
github.com/thomaspoignant/go-feature-flag v1.0.0
github.com/thomaspoignant/go-feature-flag v1.2.2
)

require (
Expand Down
2 changes: 2 additions & 0 deletions providers/go-feature-flag/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ github.com/thomaspoignant/go-feature-flag v0.28.2 h1:+NGD3K6w6gnJZgREW+jseLWkawt
github.com/thomaspoignant/go-feature-flag v0.28.2/go.mod h1:gM5Ur7YW6262Sp+ICkB0IlpMjNKmQmC6KvjzmwPv/nE=
github.com/thomaspoignant/go-feature-flag v1.0.0 h1:yy1I+o59iIU81zHO37E9YXOhCL8lx3XIRORbBrEKJ3I=
github.com/thomaspoignant/go-feature-flag v1.0.0/go.mod h1:7EVzKjQf+EdXmHGOUyhxwiVK1AXXWNYYPM/tezXEI6g=
github.com/thomaspoignant/go-feature-flag v1.2.2 h1:fidB8dhaHLmp0KewKjPSmffw96Uy3tL9Jnv+YJLIgxU=
github.com/thomaspoignant/go-feature-flag v1.2.2/go.mod h1:pnjxCLJsloFbMZkN3ZTatT+yET1kLtNpWYPKJ+W7XTE=
go.opencensus.io v0.23.0 h1:gqCw0LfLxScz8irSi8exQc7fyQ0fKQU/qnC/X8+V/1M=
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e h1:+WEEuIdZHnUeJJmEUjyYC2gfUMj69yZXw17EnHg/otA=
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e/go.mod h1:Kr81I6Kryrl9sr8s2FK3vxD90NdsKWRuOIl2O4CvYbA=
Expand Down

0 comments on commit aee48a7

Please sign in to comment.