mirror of
https://wget.la/https://github.com/leookun/cursor-byok
synced 2026-08-18 03:57:06 +08:00
16 lines
385 B
AMPL
16 lines
385 B
AMPL
module github.com/leookun/cursor-byok/cursor-proto
|
|
|
|
go 1.25.8
|
|
|
|
require (
|
|
github.com/jhump/protoreflect v1.18.0
|
|
google.golang.org/protobuf v1.36.11
|
|
)
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.4 // indirect
|
|
github.com/jhump/protoreflect/v2 v2.0.0-beta.1 // indirect
|
|
github.com/petermattis/goid v0.0.0-20260113132338-7c7de50cc741 // indirect
|
|
golang.org/x/sync v0.8.0 // indirect
|
|
)
|