You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
224 B

module git.lowcodeplatform.net/fabric/models
go 1.17
require github.com/golang-jwt/jwt v3.2.2+incompatible
require (
github.com/golang/protobuf v1.3.5 // indirect
github.com/prometheus/client_model v0.3.0 // indirect
)