34 lines
1.0 KiB
Modula-2
34 lines
1.0 KiB
Modula-2
module github.com/cirruslabs/tart-guest-agent
|
|
|
|
go 1.24
|
|
|
|
require (
|
|
github.com/creack/pty v1.1.24
|
|
github.com/hashicorp/go-version v1.7.0
|
|
github.com/samber/lo v1.51.0
|
|
github.com/spf13/cobra v1.9.1
|
|
github.com/stretchr/testify v1.10.0
|
|
go.uber.org/zap v1.27.0
|
|
golang.design/x/clipboard v0.7.1
|
|
golang.org/x/sync v0.16.0
|
|
golang.org/x/sys v0.34.0
|
|
google.golang.org/grpc v1.74.2
|
|
google.golang.org/protobuf v1.36.6
|
|
howett.net/plist v1.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/spf13/pflag v1.0.6 // indirect
|
|
go.uber.org/multierr v1.10.0 // indirect
|
|
golang.org/x/exp v0.0.0-20190731235908-ec7cb31e5a56 // indirect
|
|
golang.org/x/image v0.28.0 // indirect
|
|
golang.org/x/mobile v0.0.0-20250606033058-a2a15c67f36f // indirect
|
|
golang.org/x/net v0.40.0 // indirect
|
|
golang.org/x/text v0.26.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20250528174236-200df99c418a // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|