mirror of https://github.com/open-feature/cli.git
13 lines
347 B
Modula-2
13 lines
347 B
Modula-2
module github.com/open-feature/cli/test/go-integration
|
|
|
|
go 1.22
|
|
|
|
require github.com/open-feature/go-sdk v1.15.0
|
|
|
|
require (
|
|
github.com/go-logr/logr v1.4.1 // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/google/go-cmp v0.6.0 // indirect
|
|
golang.org/x/net v0.21.0 // indirect
|
|
google.golang.org/protobuf v1.32.0 // indirect
|
|
) |