mirror of https://github.com/open-feature/cli.git
15 lines
288 B
Modula-2
15 lines
288 B
Modula-2
module codegen
|
|
|
|
go 1.22.5
|
|
|
|
require (
|
|
github.com/iancoleman/strcase v0.3.0
|
|
github.com/open-feature/go-sdk v1.13.0
|
|
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
|
|
)
|
|
|
|
require (
|
|
github.com/go-logr/logr v1.4.2 // indirect
|
|
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
|
|
)
|