forked from onosproject/aether-roc-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
executable file
·31 lines (29 loc) · 1.2 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
module github.com/onosproject/aether-roc-api
go 1.16
require (
github.com/getkin/kin-openapi v0.94.0
github.com/ghodss/yaml v1.0.0
github.com/go-openapi/swag v0.21.1 // indirect
github.com/gogo/protobuf v1.3.2
github.com/golang/mock v1.6.0
github.com/labstack/echo/v4 v4.7.2
github.com/mailru/easyjson v0.7.7 // indirect
github.com/onosproject/aether-models/models/aether-2.0.x/v2 v2.0.12
github.com/onosproject/aether-models/models/aether-2.1.x/v2 v2.1.14
github.com/onosproject/config-models/models/testdevice-1.0.x v0.5.28
github.com/onosproject/onos-api/go v0.10.5
github.com/onosproject/onos-lib-go v0.9.5
github.com/openconfig/gnmi v0.0.0-20220617175856-41246b1b3507
github.com/openconfig/ygot v0.24.4
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.12.1
github.com/prometheus/common v0.32.1
github.com/stretchr/testify v1.7.1
golang.org/x/crypto v0.0.0-20220513210258-46612604a0f9 // indirect
golang.org/x/net v0.0.0-20220513224357-95641704303c // indirect
golang.org/x/sys v0.0.0-20220513210249-45d2b4557a2a // indirect
golang.org/x/text v0.3.7
golang.org/x/time v0.0.0-20220411224347-583f2d630306 // indirect
google.golang.org/grpc v1.46.0
gotest.tools v2.2.0+incompatible
)