forked from Stability-AI/stability-sdk-go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
46 lines (43 loc) · 2.05 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
module github.com/stability-ai/stability-sdk-go
go 1.18
require (
github.com/disintegration/imaging v1.6.2
github.com/dsoprea/go-exif v0.0.0-20221012082141-d21ac8e2de85
github.com/dsoprea/go-exif/v2 v2.0.0-20221012082141-d21ac8e2de85
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/lucasb-eyer/go-colorful v1.2.0
github.com/mazznoer/colorgrad v0.9.1
github.com/nofeaturesonlybugs/z85 v1.0.2
github.com/stability-ai/api-interfaces/gooseai v0.0.0-20221215202553-ee6fe1f087db
github.com/wbrown/gpt_bpe v0.0.0-20221128171935-82d9c76b4b66
github.com/yargevad/filepathx v1.0.0
golang.org/x/image v0.0.0-20220302094943-723b81ca9867
google.golang.org/protobuf v1.28.1
)
require (
github.com/coreweave/tensorizer/tensors v0.0.0-20221122215441-35381e3812ba // indirect
github.com/deckarep/golang-set v1.8.0 // indirect
github.com/dsoprea/go-utility v0.0.0-20200711062821-fab8125e9bdf // indirect
github.com/dustin/go-humanize v1.0.0 // indirect
github.com/edsrzf/mmap-go v1.1.0 // indirect
github.com/go-errors/errors v1.1.1 // indirect
github.com/golang/geo v0.0.0-20200319012246-673a6f80352d // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/jdkato/prose/v2 v2.0.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mazznoer/csscolorparser v0.1.2 // indirect
github.com/mingrammer/commonregex v1.0.1 // indirect
github.com/nofeaturesonlybugs/errors v1.1.1 // indirect
golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
golang.org/x/sys v0.0.0-20220727055044-e65921a090b8 // indirect
golang.org/x/text v0.4.0 // indirect
gonum.org/v1/gonum v0.11.0 // indirect
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
google.golang.org/grpc v1.51.0 // indirect
gopkg.in/neurosnap/sentences.v1 v1.0.7 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
)