From ffdf1778acd4d5f1f0c469516ef51c77f293078b Mon Sep 17 00:00:00 2001 From: vahidlazio Date: Fri, 8 Sep 2023 13:38:57 -0400 Subject: [PATCH] chore: bring back demo now that we have 0.1.3 released (#26) bring back demo now that we have 0.1.3 released --- README.md | 2 +- go.mod | 1 + go.sum | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e03832..44a1c9f 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ and get familiar with the concepts. ## Adding the dependency ``` require ( - github.com/spotify/confidence-openfeature-provider-go/pkg/provider v0.0.1 + github.com/spotify/confidence-openfeature-provider-go v0.1.3 github.com/open-feature/go-sdk v1.7.0 ) ``` diff --git a/go.mod b/go.mod index 72cdaae..ce12bd5 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,7 @@ module github.com/spotify/confidence-openfeature-provider-go go 1.19 require ( + github.com/google/uuid v1.3.1 github.com/open-feature/go-sdk v1.7.0 github.com/stretchr/testify v1.8.4 ) diff --git a/go.sum b/go.sum index 05894a1..7cc252e 100644 --- a/go.sum +++ b/go.sum @@ -3,6 +3,8 @@ github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs github.com/go-logr/logr v1.2.4 h1:g01GSCwiDw2xSZfjJ2/T9M+S6pFdcNtFYsp+Y43HYDQ= github.com/go-logr/logr v1.2.4/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A= github.com/golang/mock v1.6.0 h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc= +github.com/google/uuid v1.3.1 h1:KjJaJ9iWZ3jOFZIf1Lqf4laDRCasjl0BCmnEGxkdLb4= +github.com/google/uuid v1.3.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/open-feature/go-sdk v1.7.0 h1:g6o/sf5xaED7xawXwZ0LqE7RS9co7HZJMClXCXmIbgw= github.com/open-feature/go-sdk v1.7.0/go.mod h1:5aV26tEoQuompRa8A6BAGukhi88pRMZsslJJwucGNzs= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=