@@ -15,9 +15,9 @@ require (
15
15
github.com/fortytw2/leaktest v1.3.0
16
16
github.com/golang-migrate/migrate/v4 v4.16.1
17
17
github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3
18
- github.com/jackc/pgconn v1.14.0
18
+ github.com/jackc/pgconn v1.14.3
19
19
github.com/jackc/pgerrcode v0.0.0-20220416144525-469b46aa5efa
20
- github.com/jackc/pgx/v4 v4.18.1
20
+ github.com/jackc/pgx/v4 v4.18.2
21
21
github.com/jessevdk/go-flags v1.4.0
22
22
github.com/lib/pq v1.10.7
23
23
github.com/lightninglabs/aperture v0.1.21-beta.0.20230705004936-87bb996a4030
@@ -32,12 +32,12 @@ require (
32
32
github.com/ory/dockertest/v3 v3.10.0
33
33
github.com/stretchr/testify v1.8.4
34
34
github.com/urfave/cli v1.22.9
35
- golang.org/x/net v0.17 .0
35
+ golang.org/x/net v0.23 .0
36
36
google.golang.org/grpc v1.59.0
37
37
google.golang.org/protobuf v1.31.0
38
38
gopkg.in/macaroon-bakery.v2 v2.1.0
39
39
gopkg.in/macaroon.v2 v2.1.0
40
- modernc.org/sqlite v1.20.3
40
+ modernc.org/sqlite v1.29.5
41
41
)
42
42
43
43
require (
@@ -68,11 +68,11 @@ require (
68
68
github.com/decred/dcrd/crypto/blake256 v1.0.0 // indirect
69
69
github.com/decred/dcrd/lru v1.0.0 // indirect
70
70
github.com/docker/cli v20.10.17+incompatible // indirect
71
- github.com/docker/docker v24.0.7 +incompatible // indirect
71
+ github.com/docker/docker v24.0.9 +incompatible // indirect
72
72
github.com/docker/go-connections v0.4.0 // indirect
73
73
github.com/docker/go-units v0.5.0 // indirect
74
74
github.com/dsnet/compress v0.0.1 // indirect
75
- github.com/dustin/go-humanize v1.0.0 // indirect
75
+ github.com/dustin/go-humanize v1.0.1 // indirect
76
76
github.com/fergusstrange/embedded-postgres v1.10.0 // indirect
77
77
github.com/go-errors/errors v1.0.1 // indirect
78
78
github.com/go-logr/logr v1.3.0 // indirect
@@ -90,11 +90,12 @@ require (
90
90
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
91
91
github.com/hashicorp/errwrap v1.1.0 // indirect
92
92
github.com/hashicorp/go-multierror v1.1.1 // indirect
93
+ github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
93
94
github.com/imdario/mergo v0.3.13 // indirect
94
95
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
95
96
github.com/jackc/pgio v1.0.0 // indirect
96
97
github.com/jackc/pgpassfile v1.0.0 // indirect
97
- github.com/jackc/pgproto3/v2 v2.3.2 // indirect
98
+ github.com/jackc/pgproto3/v2 v2.3.3 // indirect
98
99
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
99
100
github.com/jackc/pgtype v1.14.0 // indirect
100
101
github.com/jackpal/gateway v1.0.5 // indirect
@@ -103,7 +104,6 @@ require (
103
104
github.com/jrick/logrotate v1.0.0 // indirect
104
105
github.com/json-iterator/go v1.1.12 // indirect
105
106
github.com/juju/loggo v0.0.0-20210728185423-eebad3a902c4 // indirect
106
- github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
107
107
github.com/kkdai/bstream v1.0.0 // indirect
108
108
github.com/klauspost/compress v1.15.9 // indirect
109
109
github.com/klauspost/pgzip v1.2.5 // indirect
@@ -123,6 +123,7 @@ require (
123
123
github.com/moby/term v0.5.0 // indirect
124
124
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
125
125
github.com/modern-go/reflect2 v1.0.2 // indirect
126
+ github.com/ncruces/go-strftime v0.1.9 // indirect
126
127
github.com/nwaples/rardecode v1.1.2 // indirect
127
128
github.com/opencontainers/go-digest v1.0.0 // indirect
128
129
github.com/opencontainers/image-spec v1.0.2 // indirect
@@ -134,7 +135,7 @@ require (
134
135
github.com/prometheus/client_model v0.3.0 // indirect
135
136
github.com/prometheus/common v0.30.0 // indirect
136
137
github.com/prometheus/procfs v0.7.3 // indirect
137
- github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
138
+ github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
138
139
github.com/rogpeppe/fastuuid v1.2.0 // indirect
139
140
github.com/russross/blackfriday/v2 v2.0.1 // indirect
140
141
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
@@ -172,31 +173,28 @@ require (
172
173
go.uber.org/atomic v1.7.0 // indirect
173
174
go.uber.org/multierr v1.6.0 // indirect
174
175
go.uber.org/zap v1.17.0 // indirect
175
- golang.org/x/crypto v0.17 .0 // indirect
176
- golang.org/x/exp v0.0.0-20230315142452-642cacee5cc0 // indirect
177
- golang.org/x/mod v0.10 .0 // indirect
178
- golang.org/x/sync v0.3 .0 // indirect
179
- golang.org/x/sys v0.15 .0 // indirect
180
- golang.org/x/term v0.15 .0 // indirect
176
+ golang.org/x/crypto v0.21 .0 // indirect
177
+ golang.org/x/exp v0.0.0-20231108232855-2478ac86f678 // indirect
178
+ golang.org/x/mod v0.14 .0 // indirect
179
+ golang.org/x/sync v0.6 .0 // indirect
180
+ golang.org/x/sys v0.18 .0 // indirect
181
+ golang.org/x/term v0.18 .0 // indirect
181
182
golang.org/x/text v0.14.0 // indirect
182
183
golang.org/x/time v0.3.0 // indirect
183
- golang.org/x/tools v0.9.1 // indirect
184
+ golang.org/x/tools v0.17.0 // indirect
184
185
google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d // indirect
185
186
google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d // indirect
186
187
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
187
188
gopkg.in/errgo.v1 v1.0.1 // indirect
188
189
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
189
190
gopkg.in/yaml.v2 v2.4.0 // indirect
190
191
gopkg.in/yaml.v3 v3.0.1 // indirect
191
- lukechampine.com/uint128 v1.2.0 // indirect
192
- modernc.org/cc/v3 v3.40.0 // indirect
193
- modernc.org/ccgo/v3 v3.16.13 // indirect
194
- modernc.org/libc v1.22.2 // indirect
195
- modernc.org/mathutil v1.5.0 // indirect
196
- modernc.org/memory v1.4.0 // indirect
197
- modernc.org/opt v0.1.3 // indirect
198
- modernc.org/strutil v1.1.3 // indirect
199
- modernc.org/token v1.0.1 // indirect
192
+ modernc.org/gc/v3 v3.0.0-20240107210532-573471604cb6 // indirect
193
+ modernc.org/libc v1.41.0 // indirect
194
+ modernc.org/mathutil v1.6.0 // indirect
195
+ modernc.org/memory v1.7.2 // indirect
196
+ modernc.org/strutil v1.2.0 // indirect
197
+ modernc.org/token v1.1.0 // indirect
200
198
sigs.k8s.io/yaml v1.2.0 // indirect
201
199
)
202
200
0 commit comments