update imports

This commit is contained in:
2018-02-15 08:01:35 -07:00
parent fbc56d7235
commit dbfa4df0df
7 changed files with 51 additions and 47 deletions

View File

@@ -6,17 +6,18 @@ import (
"crypto/sha256"
"encoding/base64"
"encoding/json"
"github.com/gorilla/mux"
"golang.org/x/sys/unix"
"io"
"io/ioutil"
"net/http"
"os"
"sour.is/x/httpsrv"
"sour.is/x/log"
"strconv"
"strings"
"time"
"github.com/gorilla/mux"
"golang.org/x/sys/unix"
"sour.is/go/httpsrv"
"sour.is/go/log"
)
var store string