From 25438b289c9c37a6f6a067b087836b979025e611 Mon Sep 17 00:00:00 2001 From: FUJITA Tomonori Date: Sun, 8 Sep 2019 22:43:08 +0900 Subject: execute rpki validation for policy only when it's necessary currently, validate is executed even if the result is not necessary. Signed-off-by: FUJITA Tomonori --- go.mod | 2 ++ 1 file changed, 2 insertions(+) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 2ab35308..928dc102 100644 --- a/go.mod +++ b/go.mod @@ -39,3 +39,5 @@ require ( gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect gopkg.in/yaml.v2 v2.0.0-20170721122051-25c4ec802a7d // indirect ) + +go 1.13 -- cgit v1.2.3