-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathgo.mod
27 lines (23 loc) · 1001 Bytes
/
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
module tractor.dev/wanix
go 1.23.1
replace github.com/hugelgupf/p9 => github.com/progrium/p9 v0.0.0-20250227010111-4025760ecd04
require (
github.com/hanwen/go-fuse/v2 v2.7.2
github.com/hugelgupf/p9 v0.3.1-0.20240118043522-6f4f11e5296e
github.com/magefile/mage v1.15.0
github.com/u-root/uio v0.0.0-20240224005618-d2acac8f3701
golang.org/x/net v0.36.0
golang.org/x/term v0.30.0
tractor.dev/toolkit-go v0.0.0-20250103001615-9a6753936c19
tractor.dev/toolkit-go/desktop v0.0.0-20250103001615-9a6753936c19
)
require (
github.com/ebitengine/purego v0.7.1 // indirect
github.com/fxamacker/cbor/v2 v2.5.0 // indirect
github.com/jchv/go-webview2 v0.0.0-20221223143126-dc24628cff85 // indirect
github.com/jchv/go-winloader v0.0.0-20200815041850-dec1ee9a7fd5 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/progrium/darwinkit v0.5.0-preview.0.20240621212928-c9ae70adb484 // indirect
github.com/x448/float16 v0.8.4 // indirect
golang.org/x/sys v0.31.0 // indirect
)