Skip to content

Commit f29b249

Browse files
upgrade to latest dependencies (#1131)
bumping golang.org/x/net 316e20c...a8d1fc1: > a8d1fc1 go.mod: update golang.org/x dependencies > 056ac74 quic: avoid depending on golang.org/x/sys/unix > c85f611 http3: add http3 package for testing in std > 805fc81 http2: add transport API tests > e63b894 http2: support testing via net/http.Transport.RoundTrip > 9ee1e48 http2/hpack: prevent HeaderField from escaping during encoding > 1e71bd8 http2: prevent hanging Transport due to bad SETTINGS frame > 7bca150 internal/http3: respect net/http Server Shutdown context when shutting down > 44c41be internal/http3: prevent server from holding mutex when sleeping during shutdown > 228a67a internal/http3: add CloseIdleConnections support in transport > 7b75446 internal/http3: add shutdown support for server > c48da25 internal/http3: panic in server handler if given status that is not 3 digits > a4b5ad5 internal/http3: streamline synctest.Wait usage in tests > 70576f0 http/httpproxy: godoc fixes > 157f4d5 quic: prevent server panic when handling Retry packets with short connection ID > faf99b5 quic: document that this is not yet covered by the security policy > af27605 quic: avoid usage of net.ReadMsgUDPAddrPort in non-linux and darwin builds > 2a1610a internal/http3: skip TestNetHTTPIntegration on plan9 > 6d6c88c internal/http3: prevent panic in TestNetHTTPIntegration > 10ac4db http2: deflake TestServer_Rejects_Too_Many_Streams > af2121a internal/http3: avoid blocking when closing a server's QUIC endpoint bumping golang.org/x/mod 1ac721d...03901d3: > 03901d3 go.mod: update golang.org/x dependencies bumping golang.org/x/sys eaaaaee...f33a730: > f33a730 windows: support nil security descriptor on GetNamedSecurityInfo > 493d172 cpu: add runtime import in cpu_darwin_arm64_other.go > 2c2be75 windows: use syscall.SyscallN in Proc.Call > a76ec62 cpu: roll back "use IsProcessorFeaturePresent to calculate ARM64 on windows" bumping golang.org/x/tools 24a8e95...3dd188d: > 3dd188d go.mod: update golang.org/x dependencies > aebd870 gopls: improve doc link matching to support links followed by a colon > 5357b43 go/analysis/passes/modernize: rangeint: handle type parameter constraints > bf04c61 go/types/internal/play: show normal terms of selected type > 0ae2de0 gopls/internal/filecache: cache decoded objects in memCache > 8e51a5f go/ssa: support direct references to embedded fields in struct lit > 5005b9e internal/gcimporter: rename ureader_yes.go to ureader.go > 5ca865b go/types/objectpath: add debugging command > f6476fb internal/gcimporter: consume generic methods in gcimporter > b36d1d1 internal/pkgbits: sync version.go with goroot > d71d09e gopls/internal/golang: check dialog support directly against forms > f94a0e7 gopls/internal/golang: refactor the file structure of dialog support > b87f6db gopls/internal/server: return lazy enum or string for stub methods > dab4f7e gopls/internal/server: InteractiveListEnum support workspaceSymbol queries > 40a8792 go/types/objectpath: fix bug with methods of cyclic interfaces > e079961 go/analysis/passes/modernize: add slicesbackward analyzer > 67b3d05 gopls/internal/golang: improve invisibility error message > b20ccfd gopls/internal/golang: detect package invisibility when stub methods > 9a66ce6 gopls/internal/golang: detect import cycle when stub methods > 25856b9 gopls/internal/protocol: preserve FormAnswers upon interactive resolution > 4f5f4d3 gopls/internal/test/marker: refactor code action marker with dialog > 318e313 gopls/internal/filewatcher: suppress flaky assertion on Windows > 6e566d7 gopls/internal/server: add form for implement interface command > 2234cbb gopls/internal/server: implement code action implement interface X > a331924 gopls/internal/server: add code action implement interface X > 5b77dcc go/analysis/passes/printf: report %w applied to a value of type *E > 8988a1c gopls/internal/golang/hover: improve embedded method hover info > 89b0829 gopls/codeaction: Add dialog tests for editing struct tags > 895039e gopls/internal/filewatcher: enable file watcher as a gopls config > 501a97f gopls/internal/server: use plain text in govulncheck prompt > 908cf39 cmd/digraph: use graphfmt.Dot > 57ea76e cmd/digraph: use graph.Transpose > 7f6d66f internal/graph: add AllPaths, use in cmd/digraph > 1a57a4e internal/graph: add ShortestPath, use in cmd/digraph > 3692e08 internal/graph: add SCCs, use in cmd/digraph > 976e27b internal/graph: add Reachable, use in cmd/digraph > 8918ecb cmd/digraph: implement graph.Graph interface > 51e99f5 cmd/digraph: rename graph -> digraph > d0a7cd4 internal/excfg: expression-level CFG package > 9b435de internal/{graph,flow}: monotone flow analysis framework > 8e82582 gopls/test/imports: add diagnostic logging for flaky test > 24068f6 go/analysis/passes/inline: don't inline embedded types causing field name changes > 5210cde internal/refactor/inline: omit unneeded parentheses > 47e1e56 gopls/internal/test/integration: fix TestIssue67156 flake > 61cd064 internal/imports: shrink goimports binary > 1a4d3a9 go/analysis/passes/modernize: preserve assignment token in mapsloop > 64767e1 gopls/internal/protocol/semtok: fix delta encoding bug > 750a7a3 gopls/internal/test/integration/misc: relax match for fmt.newPrinter > aa5e55c gopls/internal/golang: fix crash in function extraction > b1a8fb7 gopls/internal/filewatcher: add poll-based watcher > 717ec88 gopls/internal/cmd: fix flaky MCP test, disable Close() err logging > e7e17be internal/mcp: delete internal mcp sdk > 36360cd gopls/internal/golang: CodeActions: remove redundant parameter > 2693766 go/ssa: add missing conversions around Next > 1cc5cdd go/analysis/passes/modernize: fix panic in atomictypes > 560ec78 gopls: delete obsolete code > 02548f7 go/analysis/passes/modernize: fix duplicate //go:fix inline directive > 6976b8f go/analysis/passes/modernize: require go1.21 to remove user-defined min/max > 5d7afbc internal/pkgbits: sync version.go with goroot > 89d5a9a go/analysis/passes/modernize: avoid non-bool assignment rewrite in slicescontains > fb8d1e6 gopls/doc/features: add instructions for config gopls mcp server > c08597f gopls/internal/test/marker: require -cgo for fixedbugs/issue74581 > 5564f7f gopls/internal/golang/completion: fix panic on redeclared idents > cc86085 gopls/internal/test/marker: disable osarch_suffix test on riscv64 > 7a50b28 gopls/doc: fix checkout example dir when working with the Go project > ae30076 gopls/internal/filewatcher: add watcher interface > fe45d09 gopls/internal/mcp: only register watch for roots > c418235 txtar: add UTF-8 test case in TestParse > a54c8a4 internal/gocommand: document why we disable GO111MODULES > d4ff25c go/analysis/passes/modernize: rename waitgroup -> waitgroupgo > a540f91 cmd/auth: tag and delete deprecated auth module > e436e65 gopls/internal/golang: fix crash renaming import . "C" > 17ee9ac go/analysis/passes/modernize: rename atomic -> atomictypes > 3051e45 gopls/internal/settings: restore fieldalignment analyzer > 3c15264 go/analysis/passes/modernize: reflecttypefor: all .Elem() cases > 5feb281 go/analysis/checker: suppress TestPassModule on WASI bumping golang.org/x/term 9d2dc07...52b71d3: > 52b71d3 go.mod: update golang.org/x dependencies bumping golang.org/x/text 7ca2c6d...8577a70: > 8577a70 go.mod: update golang.org/x dependencies Signed-off-by: Knative Automation <automation@knative.team>
1 parent cc2f057 commit f29b249

22 files changed

Lines changed: 199 additions & 1196 deletions

File tree

go.mod

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ require (
1717
k8s.io/code-generator v0.35.3
1818
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4
1919
knative.dev/hack v0.0.0-20260318014029-7eede7fdcbad
20-
knative.dev/pkg v0.0.0-20260406140200-cb58ae50e894
20+
knative.dev/pkg v0.0.0-20260414003832-e65cbe95a718
2121
sigs.k8s.io/yaml v1.6.0
2222
)
2323

@@ -48,20 +48,20 @@ require (
4848
github.com/spf13/pflag v1.0.10 // indirect
4949
github.com/x448/float16 v0.8.4 // indirect
5050
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
51-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.67.0 // indirect
51+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.68.0 // indirect
5252
go.opentelemetry.io/otel v1.43.0 // indirect
5353
go.opentelemetry.io/otel/metric v1.43.0 // indirect
5454
go.opentelemetry.io/otel/trace v1.43.0 // indirect
5555
go.uber.org/multierr v1.11.0 // indirect
5656
go.yaml.in/yaml/v2 v2.4.4 // indirect
5757
go.yaml.in/yaml/v3 v3.0.4 // indirect
58-
golang.org/x/mod v0.34.0 // indirect
59-
golang.org/x/net v0.52.0 // indirect
58+
golang.org/x/mod v0.35.0 // indirect
59+
golang.org/x/net v0.53.0 // indirect
6060
golang.org/x/oauth2 v0.35.0 // indirect
61-
golang.org/x/sys v0.42.0 // indirect
62-
golang.org/x/term v0.41.0 // indirect
63-
golang.org/x/text v0.35.0 // indirect
64-
golang.org/x/tools v0.43.0 // indirect
61+
golang.org/x/sys v0.43.0 // indirect
62+
golang.org/x/term v0.42.0 // indirect
63+
golang.org/x/text v0.36.0 // indirect
64+
golang.org/x/tools v0.44.0 // indirect
6565
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
6666
google.golang.org/genproto/googleapis/rpc v0.0.0-20260401024825-9d38bb4040a9 // indirect
6767
google.golang.org/protobuf v1.36.11 // indirect

go.sum

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9de
9797
github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
9898
go.opentelemetry.io/auto/sdk v1.2.1 h1:jXsnJ4Lmnqd11kwkBV2LgLoFMZKizbCi5fNZ/ipaZ64=
9999
go.opentelemetry.io/auto/sdk v1.2.1/go.mod h1:KRTj+aOaElaLi+wW1kO/DZRXwkF4C5xPbEe3ZiIhN7Y=
100-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.67.0 h1:OyrsyzuttWTSur2qN/Lm0m2a8yqyIjUVBZcxFPuXq2o=
101-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.67.0/go.mod h1:C2NGBr+kAB4bk3xtMXfZ94gqFDtg/GkI7e9zqGh5Beg=
100+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.68.0 h1:CqXxU8VOmDefoh0+ztfGaymYbhdB/tT3zs79QaZTNGY=
101+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.68.0/go.mod h1:BuhAPThV8PBHBvg8ZzZ/Ok3idOdhWIodywz2xEcRbJo=
102102
go.opentelemetry.io/otel v1.43.0 h1:mYIM03dnh5zfN7HautFE4ieIig9amkNANT+xcVxAj9I=
103103
go.opentelemetry.io/otel v1.43.0/go.mod h1:JuG+u74mvjvcm8vj8pI5XiHy1zDeoCS2LB1spIq7Ay0=
104104
go.opentelemetry.io/otel/metric v1.43.0 h1:d7638QeInOnuwOONPp4JAOGfbCEpYb+K6DVWvdxGzgM=
@@ -127,14 +127,14 @@ golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8U
127127
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
128128
golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
129129
golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
130-
golang.org/x/mod v0.34.0 h1:xIHgNUUnW6sYkcM5Jleh05DvLOtwc6RitGHbDk4akRI=
131-
golang.org/x/mod v0.34.0/go.mod h1:ykgH52iCZe79kzLLMhyCUzhMci+nQj+0XkbXpNYtVjY=
130+
golang.org/x/mod v0.35.0 h1:Ww1D637e6Pg+Zb2KrWfHQUnH2dQRLBQyAtpr/haaJeM=
131+
golang.org/x/mod v0.35.0/go.mod h1:+GwiRhIInF8wPm+4AoT6L0FA1QWAad3OMdTRx4tFYlU=
132132
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
133133
golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
134134
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
135135
golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU=
136-
golang.org/x/net v0.52.0 h1:He/TN1l0e4mmR3QqHMT2Xab3Aj3L9qjbhRm78/6jrW0=
137-
golang.org/x/net v0.52.0/go.mod h1:R1MAz7uMZxVMualyPXb+VaqGSa3LIaUqk0eEt3w36Sw=
136+
golang.org/x/net v0.53.0 h1:d+qAbo5L0orcWAr0a9JweQpjXF19LMXJE8Ey7hwOdUA=
137+
golang.org/x/net v0.53.0/go.mod h1:JvMuJH7rrdiCfbeHoo3fCQU24Lf5JJwT9W3sJFulfgs=
138138
golang.org/x/oauth2 v0.35.0 h1:Mv2mzuHuZuY2+bkyWXIHMfhNdJAdwW3FuWeCPYN5GVQ=
139139
golang.org/x/oauth2 v0.35.0/go.mod h1:lzm5WQJQwKZ3nwavOZ3IS5Aulzxi68dUSgRHujetwEA=
140140
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
@@ -145,22 +145,22 @@ golang.org/x/sync v0.20.0/go.mod h1:9xrNwdLfx4jkKbNva9FpL6vEN7evnE43NNNJQ2LF3+0=
145145
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
146146
golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
147147
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
148-
golang.org/x/sys v0.42.0 h1:omrd2nAlyT5ESRdCLYdm3+fMfNFE/+Rf4bDIQImRJeo=
149-
golang.org/x/sys v0.42.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
150-
golang.org/x/term v0.41.0 h1:QCgPso/Q3RTJx2Th4bDLqML4W6iJiaXFq2/ftQF13YU=
151-
golang.org/x/term v0.41.0/go.mod h1:3pfBgksrReYfZ5lvYM0kSO0LIkAl4Yl2bXOkKP7Ec2A=
148+
golang.org/x/sys v0.43.0 h1:Rlag2XtaFTxp19wS8MXlJwTvoh8ArU6ezoyFsMyCTNI=
149+
golang.org/x/sys v0.43.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
150+
golang.org/x/term v0.42.0 h1:UiKe+zDFmJobeJ5ggPwOshJIVt6/Ft0rcfrXZDLWAWY=
151+
golang.org/x/term v0.42.0/go.mod h1:Dq/D+snpsbazcBG5+F9Q1n2rXV8Ma+71xEjTRufARgY=
152152
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
153153
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
154-
golang.org/x/text v0.35.0 h1:JOVx6vVDFokkpaq1AEptVzLTpDe9KGpj5tR4/X+ybL8=
155-
golang.org/x/text v0.35.0/go.mod h1:khi/HExzZJ2pGnjenulevKNX1W67CUy0AsXcNubPGCA=
154+
golang.org/x/text v0.36.0 h1:JfKh3XmcRPqZPKevfXVpI1wXPTqbkE5f7JA92a55Yxg=
155+
golang.org/x/text v0.36.0/go.mod h1:NIdBknypM8iqVmPiuco0Dh6P5Jcdk8lJL0CUebqK164=
156156
golang.org/x/time v0.10.0 h1:3usCWA8tQn0L8+hFJQNgzpWbd89begxN66o1Ojdn5L4=
157157
golang.org/x/time v0.10.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
158158
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
159159
golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
160160
golang.org/x/tools v0.0.0-20200619180055-7c47624df98f/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE=
161161
golang.org/x/tools v0.0.0-20210106214847-113979e3529a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA=
162-
golang.org/x/tools v0.43.0 h1:12BdW9CeB3Z+J/I/wj34VMl8X+fEXBxVR90JeMX5E7s=
163-
golang.org/x/tools v0.43.0/go.mod h1:uHkMso649BX2cZK6+RpuIPXS3ho2hZo4FVwfoy1vIk0=
162+
golang.org/x/tools v0.44.0 h1:UP4ajHPIcuMjT1GqzDWRlalUEoY+uzoZKnhOjbIPD2c=
163+
golang.org/x/tools v0.44.0/go.mod h1:KA0AfVErSdxRZIsOVipbv3rQhVXTnlU6UhKxHd1seDI=
164164
golang.org/x/tools/go/expect v0.1.1-deprecated h1:jpBZDwmgPhXsKZC6WhL20P4b/wmnpsEAGHaNy0n/rJM=
165165
golang.org/x/tools/go/expect v0.1.1-deprecated/go.mod h1:eihoPOH+FgIqa3FpoTwguz/bVUSGBlGQU67vpBeOrBY=
166166
golang.org/x/tools/go/packages/packagestest v0.1.1-deprecated h1:1h2MnaIAIXISqTFKdENegdpAgUXz6NrPEsbIeWaBRvM=
@@ -206,8 +206,8 @@ k8s.io/utils v0.0.0-20251002143259-bc988d571ff4 h1:SjGebBtkBqHFOli+05xYbK8YF1Dzk
206206
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
207207
knative.dev/hack v0.0.0-20260318014029-7eede7fdcbad h1:yH957Dv5HrPgllwTs7e1wvCKcjg/PC0QPQGEWkK7QFw=
208208
knative.dev/hack v0.0.0-20260318014029-7eede7fdcbad/go.mod h1:L5RzHgbvam0u8QFHfzCX6MKxu/a/gIGEdaRBqNiVbl0=
209-
knative.dev/pkg v0.0.0-20260406140200-cb58ae50e894 h1:Zabll+2HVz/YH9JLIIL/o7FH8tQP7m2neAgUNSJUjGk=
210-
knative.dev/pkg v0.0.0-20260406140200-cb58ae50e894/go.mod h1:pqHAkUWsa/DsOKJvubQ7JjesfbA+W7ph3nOXt7DCiAw=
209+
knative.dev/pkg v0.0.0-20260414003832-e65cbe95a718 h1:/8xILwHO82gYQXgqQgP9jbSpxg8rmsl/mk1YrYtY/hs=
210+
knative.dev/pkg v0.0.0-20260414003832-e65cbe95a718/go.mod h1:m+Jaj5UyK7VkrEx6rt4buVX3a5eaB+vtJqEfQVGnAGQ=
211211
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 h1:IpInykpT6ceI+QxKBbEflcR5EXP7sU1kvOlxwZh5txg=
212212
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730/go.mod h1:mdzfpAEoE6DHQEN0uh9ZbOCuHbLK5wOm7dK4ctXE9Tg=
213213
sigs.k8s.io/randfill v1.0.0 h1:JfjMILfT8A6RbawdsK2JXGBR5AQVfd+9TbzrlneTyrU=

vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconv/server.go

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/version.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/golang.org/x/net/http2/hpack/tables.go

Lines changed: 10 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/golang.org/x/net/http2/transport.go

Lines changed: 3 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/golang.org/x/sys/windows/dll_windows.go

Lines changed: 1 addition & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/golang.org/x/sys/windows/security_windows.go

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/golang.org/x/tools/go/types/objectpath/objectpath.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)