blob: 3e60cf61d47533652865aa405acc910b6c46909d [file] [log] [blame]
ychacon5542d262022-02-21 14:40:38 +01001module oransc.org/usecase/oduclosedloop
2
elinuxhenrik4f0b6a92022-10-21 16:33:28 +02003go 1.19
ychacon5542d262022-02-21 14:40:38 +01004
5require github.com/sirupsen/logrus v1.8.1
6
7require (
8 github.com/gorilla/mux v1.8.0
elinuxhenrikfc743912022-07-29 12:49:07 +02009 github.com/prometheus/client_golang v1.12.2
ychacond2c54bd2022-02-28 13:29:06 +010010 github.com/stretchr/testify v1.7.0
ychacon5542d262022-02-21 14:40:38 +010011)
12
13require (
elinuxhenrikfc743912022-07-29 12:49:07 +020014 github.com/beorn7/perks v1.0.1 // indirect
15 github.com/cespare/xxhash/v2 v2.1.2 // indirect
ychacon5542d262022-02-21 14:40:38 +010016 github.com/davecgh/go-spew v1.1.1 // indirect
elinuxhenrikfc743912022-07-29 12:49:07 +020017 github.com/golang/protobuf v1.5.2 // indirect
ychacond2c54bd2022-02-28 13:29:06 +010018 github.com/kr/pretty v0.2.0 // indirect
elinuxhenrikfc743912022-07-29 12:49:07 +020019 github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
ychacon5542d262022-02-21 14:40:38 +010020 github.com/pmezard/go-difflib v1.0.0 // indirect
elinuxhenrikfc743912022-07-29 12:49:07 +020021 github.com/prometheus/client_model v0.2.0 // indirect
22 github.com/prometheus/common v0.32.1 // indirect
23 github.com/prometheus/procfs v0.7.3 // indirect
24 golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
25 google.golang.org/protobuf v1.26.0 // indirect
ychacond2c54bd2022-02-28 13:29:06 +010026 gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
ychacon5542d262022-02-21 14:40:38 +010027)