github.com/GoogleCloudPlatform/compute-image-tools/cli_tools@v0.0.0-20240516224744-de2dabc4ed1b/go.mod (about)

     1  module github.com/GoogleCloudPlatform/compute-image-tools/cli_tools
     2  
     3  go 1.21
     4  
     5  require (
     6  	cloud.google.com/go/compute/metadata v0.2.3
     7  	cloud.google.com/go/storage v1.30.1
     8  	github.com/GoogleCloudPlatform/compute-daisy v0.0.0-20220223233810-60345cd7065c
     9  	github.com/GoogleCloudPlatform/compute-image-tools/common v0.0.0-20220201175241-7409375050b9
    10  	github.com/GoogleCloudPlatform/compute-image-tools/mocks v0.0.0-20200416045929-22b14b6b7c19
    11  	github.com/GoogleCloudPlatform/compute-image-tools/proto/go v0.0.0-20220126184140-b288db61775e
    12  	github.com/cenkalti/backoff/v4 v4.1.0
    13  	github.com/dustin/go-humanize v1.0.1
    14  	github.com/go-ole/go-ole v1.2.5
    15  	github.com/go-playground/validator/v10 v10.15.5
    16  	github.com/golang/mock v1.6.0
    17  	github.com/golang/protobuf v1.5.3
    18  	github.com/google/go-cmp v0.6.0
    19  	github.com/google/uuid v1.4.0
    20  	github.com/klauspost/pgzip v1.2.5
    21  	github.com/kylelemons/godebug v1.1.0
    22  	github.com/minio/highwayhash v1.0.1
    23  	github.com/stretchr/testify v1.8.4
    24  	golang.org/x/sys v0.14.0
    25  	google.golang.org/api v0.149.0
    26  	google.golang.org/protobuf v1.31.0
    27  )
    28  
    29  require (
    30  	cloud.google.com/go v0.110.8 // indirect
    31  	cloud.google.com/go/compute v1.23.2 // indirect
    32  	cloud.google.com/go/iam v1.1.4 // indirect
    33  	cloud.google.com/go/logging v1.8.1 // indirect
    34  	cloud.google.com/go/longrunning v0.5.2 // indirect
    35  	github.com/GoogleCloudPlatform/compute-image-tools/daisy v0.0.0-20200406182414-bf9021434372 // indirect
    36  	github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
    37  	github.com/gabriel-vasile/mimetype v1.4.3 // indirect
    38  	github.com/go-playground/locales v0.14.1 // indirect
    39  	github.com/go-playground/universal-translator v0.18.1 // indirect
    40  	github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
    41  	github.com/google/s2a-go v0.1.7 // indirect
    42  	github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
    43  	github.com/googleapis/gax-go/v2 v2.12.0 // indirect
    44  	github.com/klauspost/compress v1.17.2 // indirect
    45  	github.com/leodido/go-urn v1.2.4 // indirect
    46  	github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
    47  	github.com/vmware/govmomi v0.24.0 // indirect
    48  	go.opencensus.io v0.24.0 // indirect
    49  	golang.org/x/crypto v0.15.0 // indirect
    50  	golang.org/x/net v0.18.0 // indirect
    51  	golang.org/x/oauth2 v0.13.0 // indirect
    52  	golang.org/x/sync v0.5.0 // indirect
    53  	golang.org/x/text v0.14.0 // indirect
    54  	golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
    55  	google.golang.org/appengine v1.6.8 // indirect
    56  	google.golang.org/genproto v0.0.0-20231016165738-49dd2c1f3d0b // indirect
    57  	google.golang.org/genproto/googleapis/api v0.0.0-20231016165738-49dd2c1f3d0b // indirect
    58  	google.golang.org/genproto/googleapis/rpc v0.0.0-20231016165738-49dd2c1f3d0b // indirect
    59  	google.golang.org/grpc v1.59.0 // indirect
    60  	gopkg.in/yaml.v3 v3.0.1 // indirect
    61  )
    62  
    63  replace github.com/GoogleCloudPlatform/compute-image-tools/proto/go => ../proto/go
    64  
    65  replace github.com/GoogleCloudPlatform/compute-image-tools/common => ../common