Skip to content

Commit

Permalink
Merge pull request #9 from ericchiang/fix_imports
Browse files Browse the repository at this point in the history
*: fix imports to make go getable
  • Loading branch information
brianredbeard committed Feb 23, 2016
2 parents d81f65b + 9d2ba84 commit 8e8669e
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 8e8669e

Please sign in to comment.