-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
41 lines (36 loc) · 1.6 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
33
34
35
36
37
38
39
40
41
module github.com/momiji/kpx
go 1.22
toolchain go1.22.2
replace github.com/jcmturner/gokrb5/v8 v8.4.4 => github.com/momiji/gokrb5/v8 v8.4.4-x0
require (
github.com/alexbrainman/sspi v0.0.0-20231016080023-1a75b4708caa
github.com/ccding/go-logging v0.0.0-20190618175518-0ac4cc1a6533
github.com/dop251/goja v0.0.0-20240828124009-016eb7256539
github.com/fsnotify/fsnotify v1.7.0
github.com/google/uuid v1.6.0
github.com/howeyc/gopass v0.0.0-20210920133722-c8aef6fb66ef
github.com/jcmturner/gokrb5/v8 v8.4.4
github.com/palantir/stacktrace v0.0.0-20161112013806-78658fd2d177
github.com/txthinking/socks5 v0.0.0-20230325130024-4230056ae301
golang.org/x/crypto v0.27.0
golang.org/x/net v0.29.0
golang.org/x/text v0.18.0
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/ccding/go-config-reader v0.0.0-20130817225950-8b6c2b50197f // indirect
github.com/dlclark/regexp2 v1.11.4 // indirect
github.com/go-sourcemap/sourcemap v2.1.4+incompatible // indirect
github.com/google/pprof v0.0.0-20240910150728-a0b0bb1d4134 // indirect
github.com/hashicorp/go-uuid v1.0.3 // indirect
github.com/jcmturner/aescts/v2 v2.0.0 // indirect
github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect
github.com/jcmturner/gofork v1.7.6 // indirect
github.com/jcmturner/goidentity/v6 v6.0.1 // indirect
github.com/jcmturner/rpc/v2 v2.0.3 // indirect
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
github.com/txthinking/runnergroup v0.0.0-20230325130830-408dc5853f86 // indirect
golang.org/x/sys v0.25.0 // indirect
golang.org/x/term v0.24.0 // indirect
)