mirror of
https://github.com/mumble-voip/grumble.git
synced 2026-01-10 03:52:00 -08:00
gofix Go 1 pkg renames.
This commit is contained in:
parent
53db9cd2fb
commit
adb9791b7c
5 changed files with 6 additions and 6 deletions
|
|
@ -5,13 +5,13 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
"big"
|
||||
"crypto/rand"
|
||||
"crypto/rsa"
|
||||
"crypto/x509"
|
||||
"crypto/x509/pkix"
|
||||
"encoding/pem"
|
||||
"log"
|
||||
"math/big"
|
||||
"os"
|
||||
"path/filepath"
|
||||
"time"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue