mirror of
https://github.com/vxcontrol/graphiti-go-client.git
synced 2026-07-01 10:05:34 -04:00
12 lines
235 B
Modula-2
12 lines
235 B
Modula-2
module github.com/pentagi/graphiti-go-client/example
|
|
|
|
go 1.23
|
|
|
|
replace github.com/pentagi/graphiti-go-client => ../
|
|
|
|
require (
|
|
github.com/google/uuid v1.6.0
|
|
github.com/pentagi/graphiti-go-client v0.0.0-00010101000000-000000000000
|
|
)
|
|
|