From b77a0491af22cc047284f4fd6c7959dad0c56abe Mon Sep 17 00:00:00 2001 From: Bsian Date: Wed, 1 Jan 2020 15:40:28 +0000 Subject: [PATCH] ugh --- src/go/checkCertificate/checkCertificate.go | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/go/checkCertificate/checkCertificate.go b/src/go/checkCertificate/checkCertificate.go index 3430629..b9cebdd 100644 --- a/src/go/checkCertificate/checkCertificate.go +++ b/src/go/checkCertificate/checkCertificate.go @@ -2,14 +2,14 @@ package main import ( - "./sha1" - "./x509" - "./hex" - "./json" - "./pem" - "./xml" + "crypto/sha1" + "crypto/x509" + "encoding/hex" + "encoding/json" + "encoding/pem" + "encoding/xml" "fmt" - "./ioutil" + "io/ioutil" "os" )