1
0
mirror of https://github.com/bgp/stayrtr.git synced 2024-05-06 15:54:54 +00:00
bgp-stayrtr/go.mod

12 lines
257 B
Modula-2
Raw Normal View History

2021-05-07 14:34:19 +00:00
module github.com/bgp/stayrtr
go 1.16
require (
2021-10-26 11:15:29 +00:00
github.com/google/go-cmp v0.5.6
github.com/prometheus/client_golang v1.11.0
github.com/sirupsen/logrus v1.8.1
2021-10-26 11:15:29 +00:00
github.com/stretchr/testify v1.4.0
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
)