-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (18 loc) · 501 Bytes
/
Copy pathgo.mod
File metadata and controls
24 lines (18 loc) · 501 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/dianlight/gollama.cpp
go 1.21.0
toolchain go1.25.4
require github.com/ebitengine/purego v0.9.1
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/go-cmp v0.7.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
require (
github.com/google/go-github/v68 v68.0.0
github.com/jupiterrider/ffi v0.5.1
)
require (
github.com/google/go-querystring v1.1.0 // indirect
github.com/stretchr/testify v1.11.1
)