-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathgo.mod
More file actions
27 lines (24 loc) · 785 Bytes
/
go.mod
File metadata and controls
27 lines (24 loc) · 785 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/Open-CMSIS-Pack/cbuild/v2
go 1.25.0
require (
github.com/aymanbagabas/go-pty v0.2.2
github.com/hashicorp/go-version v1.8.0
github.com/otiai10/copy v1.14.1
github.com/sirupsen/logrus v1.9.4
github.com/spf13/cobra v1.10.2
github.com/spf13/pflag v1.0.10
github.com/stretchr/testify v1.11.1
golang.org/x/term v0.41.0
gopkg.in/yaml.v3 v3.0.1
)
require (
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/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.42.0 // indirect
)