-
Notifications
You must be signed in to change notification settings - Fork 6
/
go.mod
32 lines (29 loc) · 1.36 KB
/
go.mod
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/canonical/ubuntu-pro-for-wsl/end-to-end
go 1.23.0
require (
github.com/canonical/landscape-hostagent-api v0.0.0-20241007124637-88f060ef7c8f
github.com/canonical/ubuntu-pro-for-wsl/common v0.0.0-20240909072650-75a32126b04f
github.com/canonical/ubuntu-pro-for-wsl/mocks v0.0.0-20240909072650-75a32126b04f
github.com/stretchr/testify v1.10.0
github.com/ubuntu/gowsl v0.0.0-20241205225428-1dae59a1a452
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
golang.org/x/sys v0.28.0
google.golang.org/grpc v1.68.1
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/canonical/ubuntu-pro-for-wsl/contractsapi v0.0.0-20240909070948-cee447de36ba // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/spf13/cobra v1.8.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/ubuntu/decorate v0.0.0-20240425133904-a085253511fb // indirect
golang.org/x/net v0.30.0 // indirect
golang.org/x/text v0.19.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20241021214115-324edc3d5d38 // indirect
google.golang.org/protobuf v1.35.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)