-
Notifications
You must be signed in to change notification settings - Fork 175
Expand file tree
/
Copy pathgo.mod
More file actions
128 lines (125 loc) 路 5.57 KB
/
Copy pathgo.mod
File metadata and controls
128 lines (125 loc) 路 5.57 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
module github.com/ovh/venom
go 1.27.0
require (
github.com/Azure/go-amqp v1.7.0
github.com/IBM/sarama v1.60.2
github.com/alexbrainman/odbc v0.0.0-20250601004241-49e6b2bc0cf0
github.com/antonfisher/nested-logrus-formatter v1.3.1
github.com/aokoli/goutils v1.1.1
github.com/confluentinc/bincover v0.2.0
github.com/couchbase/gocb/v2 v2.12.4
github.com/eclipse/paho.mqtt.golang v1.5.1
github.com/fatih/color v1.19.0
github.com/fsamin/go-dump v1.8.0
github.com/fullstorydev/grpcurl v1.9.4
github.com/go-sql-driver/mysql v1.10.0
github.com/go-testfixtures/testfixtures/v3 v3.19.0
github.com/golang/protobuf v1.5.4
github.com/gomodule/redigo v1.9.3
github.com/google/go-github v17.0.0+incompatible
github.com/gosimple/slug v1.15.0
github.com/huandu/xstrings v1.5.0
github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf
github.com/jhump/protoreflect v1.18.1
github.com/jmoiron/sqlx v1.4.0
github.com/kevinramage/venomWeb v0.0.0-20230530195848-87f9f752bcfb
github.com/landoop/schema-registry v0.0.0-20190327143759-50a5701c1891
github.com/lib/pq v1.12.3
github.com/linkedin/goavro/v2 v2.15.0
github.com/mattn/go-shellwords v1.0.14
github.com/mattn/go-sqlite3 v2.0.3+incompatible
github.com/mattn/go-zglob v0.0.6
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/mapstructure v1.5.0
github.com/mndrix/tap-go v0.0.0-20171203230836-629fa407e90b
github.com/ovh/go-ovh v1.9.0
github.com/pkg/errors v0.9.1
github.com/rockbears/yaml v0.4.0
github.com/rubenv/sql-migrate v1.8.1
github.com/sijms/go-ora v1.3.2
github.com/sirupsen/logrus v1.10.2
github.com/spf13/cast v1.10.0
github.com/spf13/cobra v1.10.2
github.com/spf13/pflag v1.0.10
github.com/streadway/amqp v1.1.0
github.com/stretchr/testify v1.12.1
github.com/tj/go-naturaldate v1.3.0
github.com/yesnault/go-imap v0.0.0-20160710142244-eb9bbb66bd7b
go.mongodb.org/mongo-driver v1.17.9
golang.org/x/crypto v0.55.0
golang.org/x/exp v0.0.0-20260824195058-e88cd73687aa
golang.org/x/net v0.58.0
google.golang.org/grpc v1.83.2
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1
modernc.org/sqlite v1.57.0
)
require (
filippo.io/edwards25519 v1.2.0 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/cncf/xds/go v0.0.0-20260202195803-dba9d589def2 // indirect
github.com/couchbase/gocbcore/v10 v10.9.3 // indirect
github.com/couchbase/gocbcoreps v0.1.5-0.20260107140814-1c3a03f888f8 // indirect
github.com/couchbase/goprotostellar v1.0.6-0.20260407143512-d7af25156dcc // indirect
github.com/couchbaselabs/gocbconnstr/v2 v2.0.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/eapache/go-resiliency v1.7.0 // indirect
github.com/envoyproxy/go-control-plane/envoy v1.39.0 // indirect
github.com/envoyproxy/protoc-gen-validate v1.3.3 // indirect
github.com/go-gorp/gorp/v3 v3.1.0 // indirect
github.com/go-jose/go-jose/v4 v4.1.4 // indirect
github.com/go-logr/logr v1.4.4 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-ole/go-ole v1.3.0 // indirect
github.com/goccy/go-yaml v1.19.2 // indirect
github.com/golang/snappy v1.0.0 // indirect
github.com/google/go-querystring v1.2.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/gosimple/unidecode v1.0.1 // indirect
github.com/hashicorp/go-uuid v1.0.3 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/jcmturner/aescts/v2 v2.0.0 // indirect
github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect
github.com/jcmturner/gofork v1.7.6 // indirect
github.com/jcmturner/gokrb5/v8 v8.4.4 // indirect
github.com/jcmturner/rpc/v2 v2.0.3 // indirect
github.com/jhump/protoreflect/v2 v2.0.0-beta.2 // indirect
github.com/klauspost/compress v1.19.2 // indirect
github.com/magiconair/properties v1.18.11 // indirect
github.com/mattn/go-colorable v0.1.15 // indirect
github.com/mattn/go-isatty v0.0.24 // indirect
github.com/montanaflynn/stats v0.12.5 // indirect
github.com/mxk/go-imap v0.0.0-20150429134902-531c36c3f12d // indirect
github.com/ncruces/go-strftime v1.0.0 // indirect
github.com/petermattis/goid v0.0.0-20260820044319-269ab09b5261 // indirect
github.com/pierrec/lz4/v4 v4.1.29 // indirect
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
github.com/rcrowley/go-metrics v0.0.0-20250401214520-65e299d6c5c9 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/spiffe/go-spiffe/v2 v2.8.1 // indirect
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
github.com/xdg-go/scram v1.2.0 // indirect
github.com/xdg-go/stringprep v1.0.4 // indirect
github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78 // indirect
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.71.0 // indirect
go.opentelemetry.io/otel v1.46.0 // indirect
go.opentelemetry.io/otel/metric v1.46.0 // indirect
go.opentelemetry.io/otel/trace v1.46.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.28.0 // indirect
go.yaml.in/yaml/v3 v3.0.5 // indirect
golang.org/x/mod v0.40.0 // indirect
golang.org/x/oauth2 v0.36.0 // indirect
golang.org/x/sync v0.22.0 // indirect
golang.org/x/sys v0.47.0 // indirect
golang.org/x/text v0.41.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20260831171406-18b4a7587f8a // indirect
google.golang.org/protobuf v1.36.12 // indirect
gopkg.in/ini.v1 v1.67.3 // indirect
modernc.org/libc v1.75.6 // indirect
modernc.org/mathutil v1.7.1 // indirect
modernc.org/memory v1.12.1 // indirect
)