Skip to content

Commit

Permalink
*: fix imports to make go getable
Browse files Browse the repository at this point in the history
  • Loading branch information
ericchiang committed Feb 23, 2016
1 parent d81f65b commit 9d2ba84
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ package main

import (
"bytes"
"code.google.com/p/go.crypto/openpgp"
"code.google.com/p/go.crypto/openpgp/clearsign"
"flag"
"fmt"
"io/ioutil"
Expand All @@ -32,6 +30,9 @@ import (
"os"
"path"
"strings"

"golang.org/x/crypto/openpgp"
"golang.org/x/crypto/openpgp/clearsign"
)

/*
Expand Down

0 comments on commit 9d2ba84

Please sign in to comment.