diff options
| author | Shulhan <ms@kilabit.info> | 2026-03-10 13:24:35 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2026-03-10 13:24:35 +0700 |
| commit | 364af4dae98ec9a34a44a8468bc2da2d3ce3d988 (patch) | |
| tree | 54c845ecf9ac69f0f60bf843126cf159bb3fe8b3 /go.mod | |
| parent | fcb3423fc68a8500b1ddd87e12c75ca1f607ad8b (diff) | |
| download | pakakeh.go-364af4dae98ec9a34a44a8468bc2da2d3ce3d988.tar.xz | |
go.mod: set minimum Go to 1.26.0 and update all dependencies
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -1,16 +1,15 @@ -// SPDX-FileCopyrightText: 2018 M. Shulhan <ms@kilabit.info> -// // SPDX-License-Identifier: BSD-3-Clause +// SPDX-FileCopyrightText: 2018 M. Shulhan <ms@kilabit.info> module git.sr.ht/~shulhan/pakakeh.go -go 1.25.0 +go 1.26.0 require ( golang.org/x/crypto v0.48.0 - golang.org/x/exp v0.0.0-20260209203927-2842357ff358 - golang.org/x/net v0.50.0 - golang.org/x/sys v0.41.0 + golang.org/x/exp v0.0.0-20260218203240-3dfff04db8fa + golang.org/x/net v0.51.0 + golang.org/x/sys v0.42.0 golang.org/x/term v0.40.0 golang.org/x/tools v0.42.0 ) @@ -18,7 +17,7 @@ require ( require ( github.com/google/go-cmp v0.7.0 // indirect golang.org/x/mod v0.33.0 // indirect - golang.org/x/sync v0.19.0 // indirect + golang.org/x/sync v0.20.0 // indirect ) //replace golang.org/x/crypto => ../go-x-crypto |
