forked from engineering/cloudservices
Seeing if this does anything
parent
adad62cf96
commit
bde6439c25
|
@ -2,14 +2,14 @@
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"crypto/sha1"
|
"./sha1"
|
||||||
"crypto/x509"
|
"./x509"
|
||||||
"encoding/hex"
|
"./hex"
|
||||||
"encoding/json"
|
"./json"
|
||||||
"encoding/pem"
|
"./pem"
|
||||||
"encoding/xml"
|
"./xml"
|
||||||
"fmt"
|
"fmt"
|
||||||
"io/ioutil"
|
"./ioutil"
|
||||||
"os"
|
"os"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue