mirror of
https://wget.la/https://github.com/leookun/cursor-byok
synced 2026-08-17 19:47:10 +08:00
refactor: 0.1.0-beta
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
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
|
||||
)
|
||||
Reference in New Issue
Block a user