-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
32 lines (29 loc) · 1.12 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
module github.com/3JoB/ulib
go 1.22.4
require (
github.com/3JoB/unsafeConvert v1.6.0
github.com/bodgit/sevenzip v1.5.1
github.com/cornelk/hashmap v1.0.8
github.com/cubicdaiya/bms v0.0.0-20220406120216-977ebe24a206
github.com/dav009/flash v0.0.0-20171215081313-a4f0c2e0fc62
github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc
github.com/klauspost/compress v1.17.9
golang.org/x/crypto v0.26.0
lukechampine.com/frand v1.4.2
pgregory.net/rand v1.0.2
)
require (
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect
github.com/andybalholm/brotli v1.1.0 // indirect
github.com/bodgit/plumbing v1.3.0 // indirect
github.com/bodgit/windows v1.0.1 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
github.com/pierrec/lz4/v4 v4.1.21 // indirect
github.com/ulikunitz/xz v0.5.12 // indirect
go4.org v0.0.0-20230225012048-214862532bf5 // indirect
golang.org/x/exp v0.0.0-20240707233637-46b078467d37 // indirect
golang.org/x/sys v0.23.0 // indirect
golang.org/x/text v0.17.0 // indirect
)