19 lines
431 B
Modula-2
19 lines
431 B
Modula-2
module github.com/tx7do/kratos-bootstrap/api
|
|
|
|
go 1.22.0
|
|
|
|
toolchain go1.22.1
|
|
|
|
require (
|
|
github.com/google/gnostic v0.7.0
|
|
google.golang.org/protobuf v1.34.0
|
|
)
|
|
|
|
require (
|
|
github.com/google/gnostic-models v0.6.9-0.20230804172637-c7be7c783f49 // indirect
|
|
github.com/google/go-cmp v0.6.0 // indirect
|
|
github.com/kr/pretty v0.3.1 // indirect
|
|
github.com/rogpeppe/go-internal v1.10.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|