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.8.0 (#171)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 19, 2023
1 parent c7977ee commit 34afb69
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.2.0
github.com/stretchr/testify v1.8.2
github.com/thomaspoignant/go-feature-flag v1.7.0
github.com/thomaspoignant/go-feature-flag v1.8.0
)

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 @@ -62,6 +62,8 @@ github.com/thomaspoignant/go-feature-flag v1.6.0 h1:nLpRmHcoEj7FXDpvkl7IOOKX5Om5
github.com/thomaspoignant/go-feature-flag v1.6.0/go.mod h1:oRL34wYcJBk7wHhk2rOdFkk6d/CBINiGlQUBLKwtpZ8=
github.com/thomaspoignant/go-feature-flag v1.7.0 h1:d6B4Ul5QX5tDCGB7MLcSjF0qfLnhHCK3dwziICBuQ88=
github.com/thomaspoignant/go-feature-flag v1.7.0/go.mod h1:lhLRWs/C5ikao+jVtTFmP/JEF2JEOS5fJxzlZTN+S0k=
github.com/thomaspoignant/go-feature-flag v1.8.0 h1:RflKiCxmzxjN+ypXzM90qa5gR9NZIEWxpKrJXqdpV5I=
github.com/thomaspoignant/go-feature-flag v1.8.0/go.mod h1:SsUDyNLDbbHv+wz5CQfHBLRqbtxLNGq/oqxc2Zb8dH0=
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 34afb69

Please sign in to comment.