2021-05-07 14:34:19 +00:00
|
|
|
module github.com/bgp/stayrtr
|
2019-03-20 21:29:42 -07:00
|
|
|
|
2021-10-24 10:04:09 -04:00
|
|
|
go 1.16
|
2019-03-20 21:29:42 -07:00
|
|
|
|
|
|
|
require (
|
2021-10-26 11:15:29 +00:00
|
|
|
github.com/google/go-cmp v0.5.6
|
2022-02-15 15:44:30 +01:00
|
|
|
github.com/prometheus/client_golang v1.11.1
|
2021-10-15 13:30:02 +02:00
|
|
|
github.com/sirupsen/logrus v1.8.1
|
2021-10-26 11:15:29 +00:00
|
|
|
github.com/stretchr/testify v1.4.0
|
2021-10-15 13:02:53 +02:00
|
|
|
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
|
2023-01-30 21:12:43 +00:00
|
|
|
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
|
2019-03-20 21:29:42 -07:00
|
|
|
)
|