-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathgo.mod
26 lines (24 loc) · 1.01 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
module github.com/onosproject/onos-exporter
go 1.16
require (
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/gogo/protobuf v1.3.2
github.com/google/pprof v0.0.0-20221118152302-e6195bd50e26
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
github.com/ianlancetaylor/demangle v0.0.0-20220319035150-800ac71e25c2
github.com/magiconair/properties v1.8.4 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/mapstructure v1.3.3 // indirect
github.com/onosproject/onos-api/go v0.7.110
github.com/onosproject/onos-lib-go v0.7.13
github.com/pelletier/go-toml v1.8.1 // indirect
github.com/pierrec/lz4 v2.6.0+incompatible // indirect
github.com/prometheus/client_golang v0.9.3
github.com/smartystreets/assertions v1.2.0 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.8.4
google.golang.org/grpc v1.65.0
gopkg.in/ini.v1 v1.62.0 // indirect
)