File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/quay/mirror-registry
2
2
3
- go 1.21
3
+ go 1.23.0
4
+
5
+ toolchain go1.23.9
4
6
5
7
require (
6
8
github.com/lib/pq v1.10.0
@@ -13,6 +15,6 @@ require (
13
15
github.com/inconshreveable/mousetrap v1.0.0 // indirect
14
16
github.com/spf13/pflag v1.0.5 // indirect
15
17
github.com/stretchr/testify v1.7.0 // indirect
16
- golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect
18
+ golang.org/x/sys v0.33.0 // indirect
17
19
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
18
20
)
Original file line number Diff line number Diff line change @@ -236,8 +236,8 @@ golang.org/x/sys v0.0.0-20190507160741-ecd444e8653b/go.mod h1:h1NjWce9XRLGQEsW7w
236
236
golang.org/x/sys v0.0.0-20190606165138-5da285871e9c /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
237
237
golang.org/x/sys v0.0.0-20190624142023-c5567b49c5d0 /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
238
238
golang.org/x/sys v0.0.0-20191026070338-33540a1f6037 /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
239
- golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 h1:SrN+KX8Art/Sf4HNj6Zcz06G7VEz+7w9tdXTPOZ7+l4 =
240
- golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
239
+ golang.org/x/sys v0.33.0 h1:q3i8TbbEz+JRD9ywIRlyRAQbM0qF7hu24q3teo2hbuw =
240
+ golang.org/x/sys v0.33.0 /go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k =
241
241
golang.org/x/text v0.3.0 /go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ =
242
242
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2 /go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ =
243
243
golang.org/x/text v0.3.2 /go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk =
You can’t perform that action at this time.
0 commit comments