-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
34 lines (31 loc) · 1.5 KB
/
Copy pathgo.mod
File metadata and controls
34 lines (31 loc) · 1.5 KB
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
module github.com/zan8in/venus
go 1.19
require (
github.com/bobesa/go-domain-util v0.0.0-20190911083921-4033b5f7dd89
github.com/pkg/errors v0.9.1
github.com/remeh/sizedwaitgroup v1.0.0
github.com/zan8in/goflags v0.0.0-20230204144650-0745934af58a
github.com/zan8in/gologger v0.0.0-20220917062627-c34a83c0a373
github.com/zan8in/pavo v0.0.0-20230414054405-687df54c347c
github.com/zan8in/pins v0.0.0-20230414050622-4335f4dff45f
)
require (
github.com/Mzack9999/go-http-digest-auth-client v0.6.0 // indirect
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
github.com/aymerick/douceur v0.2.0 // indirect
github.com/cnf/structhash v0.0.0-20201127153200-e1b16c1ebc08 // indirect
github.com/go-errors/errors v1.4.2 // indirect
github.com/gorilla/css v1.0.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/logrusorgru/aurora v2.0.3+incompatible // indirect
github.com/microcosm-cc/bluemonday v1.0.22 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/saintfish/chardet v0.0.0-20230101081208-5e3ef4b5456d // indirect
github.com/zan8in/fileutil v0.0.0-20220917063910-ce47dcc0cfa9 // indirect
github.com/zan8in/retryablehttp v0.0.0-20230317090519-47a043af521d // indirect
github.com/zan8in/stringsutil v0.0.0-20220917064022-03a0bd835142 // indirect
golang.org/x/net v0.8.0 // indirect
golang.org/x/text v0.8.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)