forked from cshum/imagor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
26 lines (23 loc) · 803 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
module github.com/cshum/imagor
go 1.17
require (
github.com/aws/aws-sdk-go v1.42.15
github.com/cshum/govips/v2 v2.7.16
github.com/joho/godotenv v1.4.0
github.com/peterbourgon/ff/v3 v3.1.2
github.com/rs/cors v1.8.0
github.com/stretchr/testify v1.7.0
go.uber.org/zap v1.19.1
golang.org/x/image v0.0.0-20211028202545-6944b10bf410
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.7.0 // indirect
golang.org/x/net v0.0.0-20211123203042-d83791d6bcd9 // indirect
golang.org/x/text v0.3.7 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)