mirror of
https://github.com/Damillora/Yuriko.git
synced 2024-11-22 01:37:31 +00:00
10 lines
180 B
Modula-2
10 lines
180 B
Modula-2
|
module github.com/Damillora/Yuriko
|
||
|
|
||
|
go 1.16
|
||
|
|
||
|
require (
|
||
|
github.com/gin-contrib/cors v1.3.1 // indirect
|
||
|
github.com/gin-gonic/gin v1.7.1
|
||
|
github.com/typesense/typesense-go v0.2.0
|
||
|
)
|