-
Notifications
You must be signed in to change notification settings - Fork 53
Expand file tree
/
Copy pathgo.mod
More file actions
27 lines (24 loc) · 803 Bytes
/
Copy pathgo.mod
File metadata and controls
27 lines (24 loc) · 803 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
25
26
27
module github.com/samuong/alpaca/v2
go 1.25.0
require (
github.com/gobwas/glob v0.2.3
github.com/keybase/go-keychain v0.0.1
github.com/robertkrimen/otto v0.5.1
github.com/samuong/go-ntlmssp v0.0.0-20240616070040-65a20607c744
github.com/stretchr/testify v1.11.1
github.com/things-go/go-socks5 v0.1.0
github.com/zalando/go-keyring v0.2.8
golang.org/x/net v0.52.0
golang.org/x/term v0.42.0
)
require (
github.com/danieljoos/wincred v1.2.3 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/godbus/dbus/v5 v5.2.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/crypto v0.50.0 // indirect
golang.org/x/sys v0.43.0 // indirect
golang.org/x/text v0.36.0 // indirect
gopkg.in/sourcemap.v1 v1.0.5 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)