-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
39 lines (35 loc) · 1.53 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
module github.com/leicht-cloud/fileinfo-imagesize
go 1.17
require (
github.com/leicht-cloud/leicht-cloud v0.0.0-20220110174636-1e59e0d63b00
github.com/sirupsen/logrus v1.8.1
)
require (
github.com/golang/protobuf v1.5.2 // indirect
golang.org/x/image v0.0.0-20211028202545-6944b10bf410
golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420 // indirect
golang.org/x/sys v0.0.0-20211101204403-39c9dd37992c // indirect
golang.org/x/text v0.3.6 // indirect
google.golang.org/genproto v0.0.0-20211112145013-271947fe86fd // indirect
google.golang.org/grpc v1.42.0 // indirect
google.golang.org/protobuf v1.27.1 // indirect
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/docker/docker v20.10.10+incompatible // indirect
github.com/google/btree v1.0.1 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.2 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/schoentoon/nsnet v0.0.0-20211111030321-efad94116008 // indirect
github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 // indirect
github.com/stretchr/testify v1.7.0 // indirect
github.com/vishvananda/netlink v1.1.0 // indirect
github.com/vishvananda/netns v0.0.0-20211101163701-50045581ed74 // indirect
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
gorm.io/gorm v1.22.3 // indirect
gvisor.dev/gvisor v0.0.0-20211103010849-9d6c9e4461c3 // indirect
)