ugh
parent
bde6439c25
commit
b77a0491af
|
@ -2,14 +2,14 @@
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"./sha1"
|
"crypto/sha1"
|
||||||
"./x509"
|
"crypto/x509"
|
||||||
"./hex"
|
"encoding/hex"
|
||||||
"./json"
|
"encoding/json"
|
||||||
"./pem"
|
"encoding/pem"
|
||||||
"./xml"
|
"encoding/xml"
|
||||||
"fmt"
|
"fmt"
|
||||||
"./ioutil"
|
"io/ioutil"
|
||||||
"os"
|
"os"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue