11module github.com/GoogleCloudPlatform/sapagent
22
33go 1.23
4+ toolchain go1.24.1
45
56replace github.com/GoogleCloudPlatform/sapagent/internal => ./internal
67
@@ -9,99 +10,99 @@ replace github.com/GoogleCloudPlatform/sapagent/shared => ./shared
910replace github.com/GoogleCloudPlatform/sapagent/protos => ./protos
1011
1112require (
12- cloud.google.com/go/aiplatform v1.70.0
13- cloud.google.com/go/iam v1.3.1
14- cloud.google.com/go/logging v1.13.0
15- cloud.google.com/go/monitoring v1.23.0
16- cloud.google.com/go/secretmanager v1.14.4
17- cloud.google.com/go/storage v1.50.0
18- // Get the version by running:
19- // go list -m -json github.com/GoogleCloudPlatform/workloadagentplatform/sharedlibraries@main
20- github.com/GoogleCloudPlatform/workloadagentplatform/sharedlibraries v0.0.0-20250421133725-67aaeb509d6e
21- // Get the version by running:
22- // go list -m -json github.com/GoogleCloudPlatform/workloadagentplatform/sharedprotos@main
23- github.com/GoogleCloudPlatform/workloadagentplatform/sharedprotos v0.0.0-20250421133725-67aaeb509d6e
24- github.com/SAP/go-hdb v1.12.12
25- github.com/cenkalti/backoff/v4 v4.3.0
26- github.com/fsouza/fake-gcs-server v1.52.1
27- github.com/gammazero/workerpool v1.1.3
28- github.com/go-yaml/yaml v2.1.0+incompatible
29- github.com/google/go-cmp v0.6.0
30- github.com/google/safetext v0.0.0-20240722112252-5a72de7e7962
31- github.com/google/subcommands v1.2.0
32- github.com/googleapis/gax-go/v2 v2.14.1
33- github.com/jonboulle/clockwork v0.5.0
34- github.com/kardianos/service v1.2.2
35- github.com/pkg/errors v0.9.1
36- github.com/shirou/gopsutil/v3 v3.24.5
37- github.com/zieckey/goini v0.0.0-20240615065340-08ee21c836fb // indirect
38- go.uber.org/zap v1.27.0
39- golang.org/x/exp v0.0.0-20250128182459-e0ece0dbea4c
40- golang.org/x/oauth2 v0.26.0
41- golang.org/x/sys v0.29 .0
42- google.golang.org/api v0.220.0
43- google.golang.org/genproto v0.0.0-20250204164813-702378808489
44- google.golang.org/genproto/googleapis/api v0.0.0-20250204164813-702378808489
45- google.golang.org/protobuf v1.36.5
13+ cloud.google.com/go/aiplatform v1.70.0
14+ cloud.google.com/go/iam v1.3.1
15+ cloud.google.com/go/logging v1.13.0
16+ cloud.google.com/go/monitoring v1.23.0
17+ cloud.google.com/go/secretmanager v1.14.4
18+ cloud.google.com/go/storage v1.50.0
19+ // Get the version by running:
20+ // go list -m -json github.com/GoogleCloudPlatform/workloadagentplatform/sharedlibraries@main
21+ github.com/GoogleCloudPlatform/workloadagentplatform/sharedlibraries v0.0.0-20250421133725-67aaeb509d6e
22+ // Get the version by running:
23+ // go list -m -json github.com/GoogleCloudPlatform/workloadagentplatform/sharedprotos@main
24+ github.com/GoogleCloudPlatform/workloadagentplatform/sharedprotos v0.0.0-20250421133725-67aaeb509d6e
25+ github.com/SAP/go-hdb v1.12.12
26+ github.com/cenkalti/backoff/v4 v4.3.0
27+ github.com/fsouza/fake-gcs-server v1.52.1
28+ github.com/gammazero/workerpool v1.1.3
29+ github.com/go-yaml/yaml v2.1.0+incompatible
30+ github.com/google/go-cmp v0.6.0
31+ github.com/google/safetext v0.0.0-20240722112252-5a72de7e7962
32+ github.com/google/subcommands v1.2.0
33+ github.com/googleapis/gax-go/v2 v2.14.1
34+ github.com/jonboulle/clockwork v0.5.0
35+ github.com/kardianos/service v1.2.2
36+ github.com/pkg/errors v0.9.1
37+ github.com/shirou/gopsutil/v3 v3.24.5
38+ github.com/zieckey/goini v0.0.0-20240615065340-08ee21c836fb // indirect
39+ go.uber.org/zap v1.27.0
40+ golang.org/x/exp v0.0.0-20250128182459-e0ece0dbea4c
41+ golang.org/x/oauth2 v0.26.0
42+ golang.org/x/sys v0.30 .0
43+ google.golang.org/api v0.220.0
44+ google.golang.org/genproto v0.0.0-20250204164813-702378808489
45+ google.golang.org/genproto/googleapis/api v0.0.0-20250204164813-702378808489
46+ google.golang.org/protobuf v1.36.5
4647)
4748
4849require (
49- cel.dev/expr v0.19.1 // indirect
50- cloud.google.com/go v0.118.0 // indirect
51- cloud.google.com/go/auth v0.14.1 // indirect
52- cloud.google.com/go/auth/oauth2adapt v0.2.7 // indirect
53- cloud.google.com/go/compute/metadata v0.6.0 // indirect
54- cloud.google.com/go/longrunning v0.6.4 // indirect
55- cloud.google.com/go/pubsub v1.45.3 // indirect
56- github.com/GoogleCloudPlatform/agentcommunication_client v0.0.0-20250227185639-b70667e4a927 // indirect
57- github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.25.0 // indirect
58- github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.49.0 // indirect
59- github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.49.0 // indirect
60- github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
61- github.com/cespare/xxhash/v2 v2.3.0 // indirect
62- github.com/cncf/xds/go v0.0.0-20241223141626-cff3c89139a3 // indirect
63- github.com/envoyproxy/go-control-plane/envoy v1.32.3 // indirect
64- github.com/envoyproxy/protoc-gen-validate v1.1.0 // indirect
65- github.com/fatih/color v1.18.0 // indirect
66- github.com/felixge/httpsnoop v1.0.4 // indirect
67- github.com/gammazero/deque v0.2.0 // indirect
68- github.com/go-logr/logr v1.4.2 // indirect
69- github.com/go-logr/stdr v1.2.2 // indirect
70- github.com/go-ole/go-ole v1.2.6 // indirect
71- github.com/google/renameio/v2 v2.0.0 // indirect
72- github.com/google/s2a-go v0.1.9 // indirect
73- github.com/google/uuid v1.6.0 // indirect
74- github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
75- github.com/gorilla/handlers v1.5.2 // indirect
76- github.com/gorilla/mux v1.8.1 // indirect
77- github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
78- github.com/mattn/go-colorable v0.1.13 // indirect
79- github.com/mattn/go-isatty v0.0.20 // indirect
80- github.com/natefinch/lumberjack v2.0.0+incompatible // indirect
81- github.com/pkg/xattr v0.4.10 // indirect
82- github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
83- github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
84- github.com/shoenig/go-m1cpu v0.1.6 // indirect
85- github.com/tklauser/go-sysconf v0.3.12 // indirect
86- github.com/tklauser/numcpus v0.6.1 // indirect
87- github.com/yusufpapurcu/wmi v1.2.4 // indirect
88- go.opencensus.io v0.24.0 // indirect
89- go.opentelemetry.io/auto/sdk v1.1.0 // indirect
90- go.opentelemetry.io/contrib/detectors/gcp v1.33.0 // indirect
91- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.58.0 // indirect
92- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 // indirect
93- go.opentelemetry.io/otel v1.34.0 // indirect
94- go.opentelemetry.io/otel/metric v1.34.0 // indirect
95- go.opentelemetry.io/otel/sdk v1.34.0 // indirect
96- go.opentelemetry.io/otel/sdk/metric v1.33.0 // indirect
97- go.opentelemetry.io/otel/trace v1.34.0 // indirect
98- go.uber.org/multierr v1.10.0 // indirect
99- golang.org/x/crypto v0.32 .0 // indirect
100- golang.org/x/net v0.34.0 // indirect
101- golang.org/x/sync v0.11.0 // indirect
102- golang.org/x/text v0.22.0 // indirect
103- golang.org/x/time v0.9.0 // indirect
104- google.golang.org/genproto/googleapis/rpc v0.0.0-20250127172529-29210b9bc287 // indirect
105- google.golang.org/grpc v1.70.0 // indirect
106- mvdan.cc/sh/v3 v3.7.0 // indirect
50+ cel.dev/expr v0.19.1 // indirect
51+ cloud.google.com/go v0.118.0 // indirect
52+ cloud.google.com/go/auth v0.14.1 // indirect
53+ cloud.google.com/go/auth/oauth2adapt v0.2.7 // indirect
54+ cloud.google.com/go/compute/metadata v0.6.0 // indirect
55+ cloud.google.com/go/longrunning v0.6.4 // indirect
56+ cloud.google.com/go/pubsub v1.45.3 // indirect
57+ github.com/GoogleCloudPlatform/agentcommunication_client v0.0.0-20250227185639-b70667e4a927 // indirect
58+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.25.0 // indirect
59+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.49.0 // indirect
60+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.49.0 // indirect
61+ github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
62+ github.com/cespare/xxhash/v2 v2.3.0 // indirect
63+ github.com/cncf/xds/go v0.0.0-20241223141626-cff3c89139a3 // indirect
64+ github.com/envoyproxy/go-control-plane/envoy v1.32.3 // indirect
65+ github.com/envoyproxy/protoc-gen-validate v1.1.0 // indirect
66+ github.com/fatih/color v1.18.0 // indirect
67+ github.com/felixge/httpsnoop v1.0.4 // indirect
68+ github.com/gammazero/deque v0.2.0 // indirect
69+ github.com/go-logr/logr v1.4.2 // indirect
70+ github.com/go-logr/stdr v1.2.2 // indirect
71+ github.com/go-ole/go-ole v1.2.6 // indirect
72+ github.com/google/renameio/v2 v2.0.0 // indirect
73+ github.com/google/s2a-go v0.1.9 // indirect
74+ github.com/google/uuid v1.6.0 // indirect
75+ github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
76+ github.com/gorilla/handlers v1.5.2 // indirect
77+ github.com/gorilla/mux v1.8.1 // indirect
78+ github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
79+ github.com/mattn/go-colorable v0.1.13 // indirect
80+ github.com/mattn/go-isatty v0.0.20 // indirect
81+ github.com/natefinch/lumberjack v2.0.0+incompatible // indirect
82+ github.com/pkg/xattr v0.4.10 // indirect
83+ github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
84+ github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
85+ github.com/shoenig/go-m1cpu v0.1.6 // indirect
86+ github.com/tklauser/go-sysconf v0.3.12 // indirect
87+ github.com/tklauser/numcpus v0.6.1 // indirect
88+ github.com/yusufpapurcu/wmi v1.2.4 // indirect
89+ go.opencensus.io v0.24.0 // indirect
90+ go.opentelemetry.io/auto/sdk v1.1.0 // indirect
91+ go.opentelemetry.io/contrib/detectors/gcp v1.33.0 // indirect
92+ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.58.0 // indirect
93+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 // indirect
94+ go.opentelemetry.io/otel v1.34.0 // indirect
95+ go.opentelemetry.io/otel/metric v1.34.0 // indirect
96+ go.opentelemetry.io/otel/sdk v1.34.0 // indirect
97+ go.opentelemetry.io/otel/sdk/metric v1.33.0 // indirect
98+ go.opentelemetry.io/otel/trace v1.34.0 // indirect
99+ go.uber.org/multierr v1.10.0 // indirect
100+ golang.org/x/crypto v0.35 .0 // indirect
101+ golang.org/x/net v0.34.0 // indirect
102+ golang.org/x/sync v0.11.0 // indirect
103+ golang.org/x/text v0.22.0 // indirect
104+ golang.org/x/time v0.9.0 // indirect
105+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250127172529-29210b9bc287 // indirect
106+ google.golang.org/grpc v1.70.0 // indirect
107+ mvdan.cc/sh/v3 v3.7.0 // indirect
107108)
0 commit comments