-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
33 lines (31 loc) · 1.41 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
module github.com/eveld/picasso
go 1.15
require (
cloud.google.com/go/compute v1.1.0 // indirect
cloud.google.com/go/iam v0.1.1 // indirect
cloud.google.com/go/storage v1.18.2 // indirect
github.com/AndreKR/multiface v0.0.0-20211114051930-f51f19dee2dc
github.com/agext/levenshtein v1.2.3 // indirect
github.com/aws/aws-sdk-go v1.42.40 // indirect
github.com/disintegration/imaging v1.6.2
github.com/flopp/go-findfont v0.1.0
github.com/fogleman/gg v1.3.0
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
github.com/google/go-cmp v0.5.7 // indirect
github.com/hashicorp/go-getter v1.5.11
github.com/hashicorp/go-version v1.4.0 // indirect
github.com/hashicorp/hcl2 v0.0.0-20191002203319-fb75b3253c80
github.com/klauspost/compress v1.14.2 // indirect
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
github.com/spf13/cobra v1.3.0
github.com/ulikunitz/xz v0.5.10 // indirect
github.com/zachomedia/go-bdf v0.0.0-20210522061406-1a147053be95 // indirect
github.com/zclconf/go-cty v1.10.0
golang.org/x/image v0.0.0-20211028202545-6944b10bf410
golang.org/x/mod v0.6.0-dev.0.20211013180041-c96bc1413d57
golang.org/x/net v0.0.0-20220121210141-e204ce36a2ba // indirect
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
google.golang.org/genproto v0.0.0-20220118154757-00ab72f36ad5 // indirect
google.golang.org/grpc v1.43.0 // indirect
)