aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2025-12-27 14:18:59 +0700
committerShulhan <ms@kilabit.info>2025-12-27 14:18:59 +0700
commitb2b3250cd0731f89aa863f2a34a9dd3e93f5e20a (patch)
tree49eb7fc4383235ff47e3aa0ad7721e75ca95adcf /go.mod
parent4683c2551043df4886ce65e41568e80268219050 (diff)
downloadgotp-main.tar.xz
Release gotp v0.6.2 (2025-12-27)HEADv0.6.2maindev
This is the last release for year 2025. [CHORE] _doc: merge index into README. This is so we can serve the _doc/ directory under https://kilabit.info/project/gotp/ . [CHORE] Update minimum Go version to 1.24.0 and update all dependencies. Happy holidays!
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod18
1 files changed, 9 insertions, 9 deletions
diff --git a/go.mod b/go.mod
index 83609f8..6af5d88 100644
--- a/go.mod
+++ b/go.mod
@@ -3,18 +3,18 @@
module git.sr.ht/~shulhan/gotp
-go 1.23.4
+go 1.24.0
-require git.sr.ht/~shulhan/pakakeh.go v0.60.0
+require git.sr.ht/~shulhan/pakakeh.go v0.60.2
require (
- golang.org/x/crypto v0.32.0 // indirect
- golang.org/x/exp v0.0.0-20250128182459-e0ece0dbea4c // indirect
- golang.org/x/mod v0.22.0 // indirect
- golang.org/x/sync v0.10.0 // indirect
- golang.org/x/sys v0.29.0 // indirect
- golang.org/x/term v0.28.0 // indirect
- golang.org/x/tools v0.29.0 // indirect
+ golang.org/x/crypto v0.46.0 // indirect
+ golang.org/x/exp v0.0.0-20251219203646-944ab1f22d93 // indirect
+ golang.org/x/mod v0.31.0 // indirect
+ golang.org/x/sync v0.19.0 // indirect
+ golang.org/x/sys v0.39.0 // indirect
+ golang.org/x/term v0.38.0 // indirect
+ golang.org/x/tools v0.40.0 // indirect
)
//replace git.sr.ht/~shulhan/pakakeh.go => ../pakakeh.go