-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
56 lines (52 loc) · 1.94 KB
/
go.mod
File metadata and controls
56 lines (52 loc) · 1.94 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
module go.arwos.org/casper
go 1.25.3
require (
github.com/google/uuid v1.6.0
go.arwos.org/casper/client v0.0.0
go.osspkg.com/console v0.3.3
go.osspkg.com/do v0.2.1
go.osspkg.com/encrypt v0.5.3-0.20251230033819-8c5ee1a284f1
go.osspkg.com/errors v0.4.0
go.osspkg.com/events v0.3.0
go.osspkg.com/goppy/v2 v2.4.9
go.osspkg.com/ioutils v0.7.4
go.osspkg.com/logx v0.6.0
go.osspkg.com/routine v0.4.1
go.osspkg.com/syncing v0.4.3
go.osspkg.com/validate v0.1.0
)
replace go.arwos.org/casper/client => ./client
require (
filippo.io/edwards25519 v1.1.0 // indirect
github.com/BurntSushi/toml v1.6.0 // indirect
github.com/go-sql-driver/mysql v1.9.3 // indirect
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
github.com/google/go-cmp v0.7.0 // indirect
github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/lib/pq v1.10.9 // indirect
github.com/mailru/easyjson v0.9.1 // indirect
github.com/onsi/ginkgo/v2 v2.22.2 // indirect
github.com/quic-go/quic-go v0.50.1 // indirect
github.com/rogpeppe/go-internal v1.10.0 // indirect
github.com/stretchr/testify v1.11.1 // indirect
go.osspkg.com/algorithms v1.6.0 // indirect
go.osspkg.com/config v0.2.0 // indirect
go.osspkg.com/grape v1.3.0 // indirect
go.osspkg.com/network v0.6.0 // indirect
go.osspkg.com/random v0.5.0 // indirect
go.osspkg.com/static v1.4.0 // indirect
go.osspkg.com/xc v0.4.0 // indirect
go.uber.org/automaxprocs v1.6.0 // indirect
go.uber.org/mock v0.5.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/net v0.48.0 // indirect
golang.org/x/sync v0.19.0 // indirect
golang.org/x/sys v0.39.0 // indirect
golang.org/x/tools v0.40.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)