-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathgo.mod
More file actions
30 lines (27 loc) · 957 Bytes
/
go.mod
File metadata and controls
30 lines (27 loc) · 957 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
28
29
30
module github.com/Open-CMSIS-Pack/cbuild2cmake
go 1.26
require (
github.com/Masterminds/semver/v3 v3.5.0
github.com/Open-CMSIS-Pack/cbuild/v2 v2.14.0
github.com/gobs/sortedmap v1.0.0
github.com/otiai10/copy v1.14.1
github.com/sirupsen/logrus v1.9.4
github.com/spf13/cobra v1.10.2
github.com/stretchr/testify v1.11.1
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/aymanbagabas/go-pty v0.2.3 // indirect
github.com/creack/pty v1.1.24 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/otiai10/mint v1.6.3 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/spf13/pflag v1.0.10 // indirect
github.com/u-root/u-root v0.16.0 // indirect
golang.org/x/crypto v0.52.0 // indirect
golang.org/x/sync v0.18.0 // indirect
golang.org/x/sys v0.45.0 // indirect
golang.org/x/term v0.43.0 // indirect
)