File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,16 @@ module go.flipt.io/flipt/gitops-guide
2
2
3
3
go 1.21.0
4
4
5
- require go.flipt.io/flipt/sdk/go v0.8.0
5
+ require (
6
+ go.flipt.io/flipt/rpc/flipt v1.31.0
7
+ go.flipt.io/flipt/sdk/go v0.8.0
8
+ )
6
9
7
10
require (
8
11
github.com/golang/protobuf v1.5.3 // indirect
9
12
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
10
13
github.com/grpc-ecosystem/grpc-gateway/v2 v2.18.1 // indirect
11
14
go.flipt.io/flipt/errors v1.19.3 // indirect
12
- go.flipt.io/flipt/rpc/flipt v1.31.0 // indirect
13
15
go.uber.org/multierr v1.11.0 // indirect
14
16
go.uber.org/zap v1.26.0 // indirect
15
17
golang.org/x/net v0.18.0 // indirect
Original file line number Diff line number Diff line change 6
6
"net/http"
7
7
8
8
"go.flipt.io/flipt/gitops-guide/pkg/server"
9
+ _ "go.flipt.io/flipt/rpc/flipt"
10
+ _ "go.flipt.io/flipt/rpc/flipt/evaluation"
9
11
sdk "go.flipt.io/flipt/sdk/go"
10
12
flipthttp "go.flipt.io/flipt/sdk/go/http"
11
13
)
You can’t perform that action at this time.
0 commit comments