-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathgo.mod
28 lines (24 loc) · 815 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
module github.com/gpustack/gguf-parser-go
go 1.22.0
toolchain go1.22.9
require (
github.com/davecgh/go-spew v1.1.1
github.com/henvic/httpretty v0.1.4
github.com/json-iterator/go v1.1.12
github.com/rs/dnscache v0.0.0-20230804202142-fc85eb664529
github.com/smallnest/ringbuffer v0.0.0-20241116012123-461381446e3d
github.com/stretchr/testify v1.9.0
golang.org/x/crypto v0.29.0
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f
golang.org/x/sync v0.9.0
golang.org/x/sys v0.27.0
golang.org/x/tools v0.27.0
gonum.org/v1/gonum v0.15.1
)
require (
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/mod v0.22.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)