35 lines
1.1 KiB
Modula-2
35 lines
1.1 KiB
Modula-2
module github.com/cirruslabs/tart-guest-agent
|
|
|
|
go 1.24.0
|
|
|
|
require (
|
|
github.com/Masterminds/semver/v3 v3.4.0
|
|
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.10.1
|
|
github.com/stretchr/testify v1.11.1
|
|
go.uber.org/zap v1.27.0
|
|
golang.design/x/clipboard v0.7.1
|
|
golang.org/x/sync v0.17.0
|
|
golang.org/x/sys v0.36.0
|
|
google.golang.org/grpc v1.75.0
|
|
google.golang.org/protobuf v1.36.8
|
|
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.9 // 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.41.0 // indirect
|
|
golang.org/x/text v0.26.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|