1
0
mirror of https://github.com/bgp/stayrtr.git synced 2024-05-06 15:54:54 +00:00
bgp-stayrtr/go.mod
Claudio Jeker 49ffc93baa Update to a more recent version of golang.org/x/crypto
With this a more recent golang.org/x/sys is picked up which adds support for
OpenBSD-aarch64.
2021-10-20 09:13:10 +00:00

11 lines
223 B
Modula-2

module github.com/bgp/stayrtr
go 1.12
require (
github.com/prometheus/client_golang v0.9.2
github.com/sirupsen/logrus v1.4.0
github.com/stretchr/testify v1.2.2
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
)