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 eb8d6dc594 Update following go modules to:
golang.org/x/crypto v0.6.0
    golang.org/x/sys v0.5.0
2023-02-24 17:24:58 +01:00

13 lines
254 B
Modula-2

module github.com/bgp/stayrtr
go 1.16
require (
github.com/google/go-cmp v0.5.6
github.com/prometheus/client_golang v1.11.1
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.4.0
golang.org/x/crypto v0.6.0
golang.org/x/sys v0.5.0
)