forked from shutterstock/go-stockutil
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathgo.mod
More file actions
66 lines (63 loc) · 2.46 KB
/
go.mod
File metadata and controls
66 lines (63 loc) · 2.46 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
module github.com/ghetzel/go-stockutil
go 1.25.0
require (
github.com/alecthomas/assert v1.0.0
github.com/davecgh/go-spew v1.1.1
github.com/dsnet/compress v0.0.1
github.com/fatih/structs v1.1.0
github.com/ghetzel/go-defaults v1.2.0
github.com/ghetzel/testify v1.4.1
github.com/ghetzel/uuid v0.0.0-20171129191014-dec09d789f3d
github.com/gobwas/glob v0.2.3
github.com/grandcat/zeroconf v1.0.0
github.com/h2non/filetype v1.1.3
github.com/hashicorp/go-multierror v1.1.1
github.com/jackpal/gateway v1.1.1
github.com/jbenet/go-base58 v0.0.0-20150317085156-6237cf65f3a6
github.com/jdkato/prose v1.2.1
github.com/jdxcode/netrc v1.0.0
github.com/jlaffaye/ftp v0.2.0
github.com/juliangruber/go-intersect v1.1.0
github.com/kellydunn/golang-geo v0.7.0
github.com/martinlindhe/unit v0.0.0-20230420213220-4adfd7d0a0d6
github.com/mattn/go-isatty v0.0.20
github.com/mattn/go-shellwords v1.0.12
github.com/melbahja/goph v1.5.0
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d
github.com/mitchellh/mapstructure v1.5.0
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5
github.com/pkg/sftp v1.13.10
github.com/urfave/negroni v1.0.0
golang.org/x/crypto v0.49.0
golang.org/x/net v0.52.0
k8s.io/apimachinery v0.35.2
k8s.io/client-go v0.35.2
)
require (
github.com/alecthomas/colour v0.1.0 // indirect
github.com/alecthomas/repr v0.4.0 // indirect
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/kr/fs v0.1.0 // indirect
github.com/kylelemons/go-gypsy v1.0.0 // indirect
github.com/lib/pq v1.11.2 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/miekg/dns v1.1.72 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/sergi/go-diff v1.3.1 // indirect
github.com/stretchr/objx v0.5.3 // indirect
github.com/stretchr/testify v1.11.1 // indirect
github.com/ziutek/mymysql v1.5.4 // indirect
golang.org/x/mod v0.34.0 // indirect
golang.org/x/sync v0.20.0 // indirect
golang.org/x/sys v0.42.0 // indirect
golang.org/x/term v0.41.0 // indirect
golang.org/x/tools v0.43.0 // indirect
gopkg.in/neurosnap/sentences.v1 v1.0.7 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
)