-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathgo.mod
More file actions
32 lines (28 loc) · 978 Bytes
/
go.mod
File metadata and controls
32 lines (28 loc) · 978 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
31
32
module github.com/Open-CMSIS-Pack/cbuild2cmake
go 1.24.0
toolchain go1.24.5
require (
github.com/Masterminds/semver/v3 v3.4.0
github.com/Open-CMSIS-Pack/cbuild/v2 v2.13.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-20230224173230-c95f2b4c22f2
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/aymanbagabas/go-pty v0.2.2 // indirect
github.com/creack/pty v1.1.21 // 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.11.0 // indirect
golang.org/x/crypto v0.45.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.41.0 // indirect
golang.org/x/term v0.40.0 // indirect
)