forked from platypusguy/jacobin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (20 loc) · 679 Bytes
/
go.mod
File metadata and controls
24 lines (20 loc) · 679 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module jacobin
// go 1.18
// go 1.19 // as of 2022-08 (v. 0.2.1)
// go 1.20 // as of 2023-03-25
// go 1.21 // as of 2023-08-11 (v. 0.4.0) per JACOBIN-330
// go 1.21.4 // as of 2023-11-08
// go 1.24.0 // as of 2025-02-27 (v. 0.7.0) per JACOBIN-636
// go 1.25 // as of 2026-02-05 (v. 0.8.113) per JACOBIN-867
go 1.26.1 // as of 2026-03-10 (v. 0.9.0) per JACOBIN-863
require (
github.com/cespare/xxhash/v2 v2.3.0
github.com/cloudflare/circl v1.6.3
github.com/unix-world/smartgo v0.0.0-20260117025406-ff3ea76b574d
golang.org/x/crypto v0.47.0
golang.org/x/term v0.39.0
)
require (
golang.org/x/sys v0.40.0 // indirect
)
tool golang.org/x/tools/cmd/deadcode