-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
48 lines (44 loc) · 1.7 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/go-imsto/imsto
go 1.22
toolchain go1.22.5
require (
github.com/bmizerany/pat v0.0.0-20210406213842-e4b6760bdd6f
github.com/getsentry/raven-go v0.2.0
github.com/go-imsto/aws4 v0.1.1
github.com/go-imsto/imagi v0.0.0-20241103035841-fe1a965d30f5
github.com/go-imsto/imid v0.1.0
github.com/go-imsto/imsto-client v0.3.11
github.com/go-playground/form v3.1.4+incompatible
github.com/kelseyhightower/envconfig v1.4.0
github.com/lib/pq v1.10.9
github.com/liut/baseconv v0.0.1
github.com/liut/staffio-client v0.2.3
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/soheilhy/cmux v0.1.5
github.com/spaolacci/murmur3 v1.1.0
github.com/stretchr/testify v1.9.0
go.uber.org/zap v1.27.0
golang.org/x/sync v0.8.0
google.golang.org/grpc v1.67.1
)
require (
github.com/certifi/gocertifi v0.0.0-20210507211836-431795d63e8d // indirect
github.com/chai2010/webp v1.1.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/liut/jpegquality v0.0.0-20240710065817-3f50304d6fdd // indirect
github.com/liut/simpauth v0.1.13 // indirect
github.com/philhofer/fwd v1.1.2 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/tinylib/msgp v1.1.9 // indirect
go.uber.org/multierr v1.10.0 // indirect
golang.org/x/image v0.21.0 // indirect
golang.org/x/net v0.28.0 // indirect
golang.org/x/oauth2 v0.22.0 // indirect
golang.org/x/sys v0.24.0 // indirect
golang.org/x/text v0.19.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
google.golang.org/protobuf v1.34.2 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)