33 lines
1.0 KiB
Modula-2
33 lines
1.0 KiB
Modula-2
module github.com/cirruslabs/tart-guest-agent
|
|
|
|
go 1.23.7
|
|
|
|
require (
|
|
github.com/creack/pty v1.1.24
|
|
github.com/hashicorp/go-version v1.7.0
|
|
github.com/samber/lo v1.49.1
|
|
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.0
|
|
golang.org/x/sys v0.32.0
|
|
google.golang.org/grpc v1.72.1
|
|
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.6.0 // indirect
|
|
golang.org/x/mobile v0.0.0-20230301163155-e0f57694e12c // indirect
|
|
golang.org/x/net v0.35.0 // indirect
|
|
golang.org/x/text v0.22.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|