-
Notifications
You must be signed in to change notification settings - Fork 11
/
go.mod
48 lines (45 loc) · 2.09 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
module github.com/stability-ai/stability-sdk-go
go 1.23
require (
github.com/disintegration/imaging v1.6.2
github.com/dsoprea/go-exif v0.0.0-20230826092837-6579e82b732d
github.com/dsoprea/go-exif/v2 v2.0.0-20230826092837-6579e82b732d
github.com/dsoprea/go-logging v0.0.0-20200710184922-b02d349568dd
github.com/dsoprea/go-png-image-structure v0.0.0-20210512210324-29b889a6093d
github.com/esimov/stackblur-go v1.1.0
github.com/foobaz/lossypng v0.0.0-20200814224715-48fa8819852a
github.com/mazznoer/colorgrad v0.10.0
github.com/mazznoer/csscolorparser v0.1.5
github.com/nofeaturesonlybugs/z85 v1.0.2
github.com/stability-ai/api-interfaces/gooseai v0.0.0-20240723165813-5b475498665c
github.com/wbrown/gpt_bpe v0.0.0-20240927210347-534087680bf6
github.com/yargevad/filepathx v1.0.0
golang.org/x/image v0.21.0
google.golang.org/protobuf v1.35.1
)
require (
github.com/coreweave/tensorizer/tensors v0.0.0-20240826185119-61bab18f7139 // indirect
github.com/deckarep/golang-set v1.8.0 // indirect
github.com/dsoprea/go-utility v0.0.0-20221003172846-a3e1774ef349 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/edsrzf/mmap-go v1.2.0 // indirect
github.com/go-errors/errors v1.5.1 // indirect
github.com/golang/geo v0.0.0-20230421003525-6adc56603217 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/hashicorp/golang-lru v1.0.2 // indirect
github.com/jdkato/prose/v2 v2.0.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mingrammer/commonregex v1.0.1 // indirect
github.com/nofeaturesonlybugs/errors v1.1.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rogpeppe/go-internal v1.13.1 // indirect
github.com/vikesh-raj/go-sentencepiece-encoder v1.1.1 // indirect
golang.org/x/net v0.30.0 // indirect
golang.org/x/sys v0.26.0 // indirect
golang.org/x/text v0.19.0 // indirect
gonum.org/v1/gonum v0.15.1 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20241007155032-5fefd90f89a9 // indirect
google.golang.org/grpc v1.67.1 // indirect
gopkg.in/neurosnap/sentences.v1 v1.0.7 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)