-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (16 loc) · 681 Bytes
/
go.mod
File metadata and controls
20 lines (16 loc) · 681 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/portapps/drawio-portable
go 1.26.0
require github.com/portapps/portapps/v3 v3.18.0
require (
github.com/akavel/rsrc v0.10.2 // indirect
github.com/go-viper/mapstructure/v2 v2.5.0 // indirect
github.com/ilya1st/rotatewriter v0.0.0-20171126183947-3df0c1a3ed6d // indirect
github.com/josephspurrier/goversioninfo v1.5.0 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rs/zerolog v1.35.0 // indirect
go.yaml.in/yaml/v3 v3.0.4 // indirect
golang.org/x/sys v0.42.0 // indirect
)
tool github.com/josephspurrier/goversioninfo/cmd/goversioninfo