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.
|
module go-sample
|
|
|
|
go 1.18
|
|
|
|
require github.com/typesense/typesense-go v0.6.1
|
|
|
|
require (
|
|
github.com/deepmap/oapi-codegen v1.9.0 // indirect
|
|
github.com/sony/gobreaker v0.5.0 // indirect
|
|
)
|