Skip to content

Commit fca3df4

Browse files
authored
chore(deps): bump golang.org/x/text from 0.35.0 to 0.36.0 (#151)
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.35.0 to 0.36.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/text/commit/8577a70117e110160c45f32af0e0df84eef844f7"><code>8577a70</code></a> go.mod: update golang.org/x dependencies</li> <li>See full diff in <a href="https://github.com/golang/text/compare/v0.35.0...v0.36.0">compare view</a></li> </ul> </details> <br />
2 parents 844a769 + 03682e1 commit fca3df4

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
version = versionFile;
3737
src = ./.;
3838

39-
vendorHash = "sha256-Wi6FatqKvQzaxu7cWSPMFkjH6xVmqPH6l49GoW7tMh4=";
39+
vendorHash = "sha256-75n061MzeEimyTp92JpVTrxRkA/Kpg7AIPaQcxCN0G4=";
4040
proxyVendor = true;
4141

4242
overrideModAttrs = old: {
@@ -82,7 +82,7 @@
8282
version = versionFile;
8383
src = ./.;
8484

85-
vendorHash = "sha256-Wi6FatqKvQzaxu7cWSPMFkjH6xVmqPH6l49GoW7tMh4=";
85+
vendorHash = "sha256-75n061MzeEimyTp92JpVTrxRkA/Kpg7AIPaQcxCN0G4=";
8686
proxyVendor = true; # Download deps during build instead of vendoring
8787

8888
# The go-modules derivation only fetches Go deps — skip TS/WASM build there

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
1313
github.com/spf13/cobra v1.10.2
1414
github.com/yuin/goldmark v1.8.2
15-
golang.org/x/text v0.35.0
15+
golang.org/x/text v0.36.0
1616
gopkg.in/yaml.v3 v3.0.1
1717
)
1818

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@ golang.org/x/net v0.52.0/go.mod h1:R1MAz7uMZxVMualyPXb+VaqGSa3LIaUqk0eEt3w36Sw=
162162
golang.org/x/sys v0.0.0-20201101102859-da207088b7d1/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
163163
golang.org/x/sys v0.42.0 h1:omrd2nAlyT5ESRdCLYdm3+fMfNFE/+Rf4bDIQImRJeo=
164164
golang.org/x/sys v0.42.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
165-
golang.org/x/text v0.35.0 h1:JOVx6vVDFokkpaq1AEptVzLTpDe9KGpj5tR4/X+ybL8=
166-
golang.org/x/text v0.35.0/go.mod h1:khi/HExzZJ2pGnjenulevKNX1W67CUy0AsXcNubPGCA=
165+
golang.org/x/text v0.36.0 h1:JfKh3XmcRPqZPKevfXVpI1wXPTqbkE5f7JA92a55Yxg=
166+
golang.org/x/text v0.36.0/go.mod h1:NIdBknypM8iqVmPiuco0Dh6P5Jcdk8lJL0CUebqK164=
167167
gonum.org/v1/gonum v0.16.0 h1:5+ul4Swaf3ESvrOnidPp4GZbzf0mxVQpDCYUQE7OJfk=
168168
gonum.org/v1/gonum v0.16.0/go.mod h1:fef3am4MQ93R2HHpKnLk4/Tbh/s0+wqD5nfa6Pnwy4E=
169169
google.golang.org/genproto v0.0.0-20251002232023-7c0ddcbb5797 h1:06qNPeHxbfl+OJluwQ2zOiTP6di3mvADTHnMYQuOKDQ=

0 commit comments

Comments
 (0)