-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (20 loc) · 731 Bytes
/
go.mod
File metadata and controls
24 lines (20 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// SPDX-FileCopyrightText: (C) 2026 Intel Corporation
// SPDX-License-Identifier: Apache-2.0
module device-discovery
go 1.26.1
require (
github.com/open-edge-platform/infra-onboarding/onboarding-manager v1.39.10
github.com/sirupsen/logrus v1.9.4
golang.org/x/oauth2 v0.36.0
golang.org/x/term v0.41.0
google.golang.org/grpc v1.81.0-dev
)
require (
cloud.google.com/go/compute/metadata v0.9.0 // indirect
github.com/envoyproxy/protoc-gen-validate v1.3.0 // indirect
golang.org/x/net v0.51.0 // indirect
golang.org/x/sys v0.43.0 // indirect
golang.org/x/text v0.34.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20260128011058-8636f8732409 // indirect
google.golang.org/protobuf v1.36.11 // indirect
)