Skip to content
Snippets Groups Projects
Commit 5d1ee52e authored by ale's avatar ale
Browse files

godep update && save -r

parent 9dc3b40d
Branches
No related tags found
No related merge requests found
Showing
with 27 additions and 27 deletions
{ {
"ImportPath": "git.autistici.org/ale/autoradio", "ImportPath": "git.autistici.org/ale/autoradio",
"GoVersion": "go1.4", "GoVersion": "go1.5.1",
"Packages": [ "Packages": [
"./..." "./..."
], ],
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
}, },
{ {
"ImportPath": "github.com/miekg/dns", "ImportPath": "github.com/miekg/dns",
"Rev": "9de5f8465098a64dc05730a954dfa7a2f76f4353" "Rev": "874ec871288a738d8d87fd5cec1dd71e88fdacb2"
}, },
{ {
"ImportPath": "github.com/nu7hatch/gouuid", "ImportPath": "github.com/nu7hatch/gouuid",
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
}, },
{ {
"ImportPath": "github.com/ugorji/go/codec", "ImportPath": "github.com/ugorji/go/codec",
"Rev": "03e33114d4d60a1f37150325e15f51b0fa6fc4f6" "Rev": "5abd4e96a45c386928ed2ca2a7ef63e2533e18ec"
} }
] ]
} }
...@@ -17,10 +17,10 @@ import ( ...@@ -17,10 +17,10 @@ import (
"net/http" "net/http"
"time" "time"
"github.com/PuerkitoBio/ghost/handlers" "git.autistici.org/ale/autoradio/Godeps/_workspace/src/github.com/PuerkitoBio/ghost/handlers"
"github.com/PuerkitoBio/ghost/templates" "git.autistici.org/ale/autoradio/Godeps/_workspace/src/github.com/PuerkitoBio/ghost/templates"
_ "github.com/PuerkitoBio/ghost/templates/amber" _ "git.autistici.org/ale/autoradio/Godeps/_workspace/src/github.com/PuerkitoBio/ghost/templates/amber"
_ "github.com/PuerkitoBio/ghost/templates/gotpl" _ "git.autistici.org/ale/autoradio/Godeps/_workspace/src/github.com/PuerkitoBio/ghost/templates/gotpl"
"github.com/bmizerany/pat" "github.com/bmizerany/pat"
) )
......
...@@ -7,7 +7,7 @@ import ( ...@@ -7,7 +7,7 @@ import (
"strconv" "strconv"
"time" "time"
"github.com/PuerkitoBio/ghost" "git.autistici.org/ale/autoradio/Godeps/_workspace/src/github.com/PuerkitoBio/ghost"
) )
// FaviconHandlerFunc is the same as FaviconHandler, it is just a convenience // FaviconHandlerFunc is the same as FaviconHandler, it is just a convenience
......
...@@ -10,7 +10,7 @@ import ( ...@@ -10,7 +10,7 @@ import (
"strings" "strings"
"time" "time"
"github.com/PuerkitoBio/ghost" "git.autistici.org/ale/autoradio/Godeps/_workspace/src/github.com/PuerkitoBio/ghost"
) )
const ( const (
......
...@@ -5,7 +5,7 @@ import ( ...@@ -5,7 +5,7 @@ import (
"errors" "errors"
"time" "time"
"github.com/garyburd/redigo/redis" "git.autistici.org/ale/autoradio/Godeps/_workspace/src/github.com/garyburd/redigo/redis"
) )
var ( var (
......
...@@ -8,9 +8,9 @@ import ( ...@@ -8,9 +8,9 @@ import (
"strings" "strings"
"time" "time"
"github.com/PuerkitoBio/ghost" "git.autistici.org/ale/autoradio/Godeps/_workspace/src/github.com/PuerkitoBio/ghost"
"github.com/gorilla/securecookie" "git.autistici.org/ale/autoradio/Godeps/_workspace/src/github.com/gorilla/securecookie"
"github.com/nu7hatch/gouuid" "git.autistici.org/ale/autoradio/Godeps/_workspace/src/github.com/nu7hatch/gouuid"
) )
const defaultCookieName = "ghost.sid" const defaultCookieName = "ghost.sid"
......
package amber package amber
import ( import (
"github.com/PuerkitoBio/ghost/templates" "git.autistici.org/ale/autoradio/Godeps/_workspace/src/github.com/PuerkitoBio/ghost/templates"
"github.com/eknkc/amber" "github.com/eknkc/amber"
) )
......
...@@ -3,7 +3,7 @@ package gotpl ...@@ -3,7 +3,7 @@ package gotpl
import ( import (
"html/template" "html/template"
"github.com/PuerkitoBio/ghost/templates" "git.autistici.org/ale/autoradio/Godeps/_workspace/src/github.com/PuerkitoBio/ghost/templates"
) )
// The template compiler for native Go templates. // The template compiler for native Go templates.
......
...@@ -9,7 +9,7 @@ import ( ...@@ -9,7 +9,7 @@ import (
"path/filepath" "path/filepath"
"sync" "sync"
"github.com/PuerkitoBio/ghost" "git.autistici.org/ale/autoradio/Godeps/_workspace/src/github.com/PuerkitoBio/ghost"
) )
var ( var (
......
...@@ -18,7 +18,7 @@ package main ...@@ -18,7 +18,7 @@ package main
import ( import (
"fmt" "fmt"
"github.com/aryann/difflib" "git.autistici.org/ale/autoradio/Godeps/_workspace/src/github.com/aryann/difflib"
"html" "html"
"html/template" "html/template"
"io/ioutil" "io/ioutil"
......
...@@ -2,7 +2,7 @@ package main ...@@ -2,7 +2,7 @@ package main
import ( import (
"fmt" "fmt"
"github.com/cactus/go-statsd-client/statsd" "git.autistici.org/ale/autoradio/Godeps/_workspace/src/github.com/cactus/go-statsd-client/statsd"
flags "github.com/jessevdk/go-flags" flags "github.com/jessevdk/go-flags"
"log" "log"
"os" "os"
......
...@@ -8,7 +8,7 @@ package etcd ...@@ -8,7 +8,7 @@ package etcd
import ( import (
"errors" "errors"
"fmt" "fmt"
codec1978 "github.com/ugorji/go/codec" codec1978 "git.autistici.org/ale/autoradio/Godeps/_workspace/src/github.com/ugorji/go/codec"
"net/http" "net/http"
"reflect" "reflect"
"runtime" "runtime"
......
...@@ -7,7 +7,7 @@ import ( ...@@ -7,7 +7,7 @@ import (
"strconv" "strconv"
"time" "time"
"github.com/ugorji/go/codec" "git.autistici.org/ale/autoradio/Godeps/_workspace/src/github.com/ugorji/go/codec"
) )
const ( const (
......
...@@ -6,7 +6,7 @@ import ( ...@@ -6,7 +6,7 @@ import (
"strings" "strings"
"testing" "testing"
"github.com/ugorji/go/codec" "git.autistici.org/ale/autoradio/Godeps/_workspace/src/github.com/ugorji/go/codec"
) )
func createTestNode(size int) *Node { func createTestNode(size int) *Node {
......
...@@ -24,7 +24,7 @@ import ( ...@@ -24,7 +24,7 @@ import (
"testing" "testing"
"time" "time"
"github.com/garyburd/redigo/redis" "git.autistici.org/ale/autoradio/Godeps/_workspace/src/github.com/garyburd/redigo/redis"
) )
var writeTests = []struct { var writeTests = []struct {
......
...@@ -16,7 +16,7 @@ package redis_test ...@@ -16,7 +16,7 @@ package redis_test
import ( import (
"fmt" "fmt"
"github.com/garyburd/redigo/redis" "git.autistici.org/ale/autoradio/Godeps/_workspace/src/github.com/garyburd/redigo/redis"
"net" "net"
"reflect" "reflect"
"sync" "sync"
......
...@@ -19,7 +19,7 @@ import ( ...@@ -19,7 +19,7 @@ import (
"reflect" "reflect"
"testing" "testing"
"github.com/garyburd/redigo/redis" "git.autistici.org/ale/autoradio/Godeps/_workspace/src/github.com/garyburd/redigo/redis"
) )
type valueError struct { type valueError struct {
......
...@@ -16,7 +16,7 @@ package redis_test ...@@ -16,7 +16,7 @@ package redis_test
import ( import (
"fmt" "fmt"
"github.com/garyburd/redigo/redis" "git.autistici.org/ale/autoradio/Godeps/_workspace/src/github.com/garyburd/redigo/redis"
"math" "math"
"reflect" "reflect"
"testing" "testing"
......
...@@ -16,7 +16,7 @@ package redis_test ...@@ -16,7 +16,7 @@ package redis_test
import ( import (
"fmt" "fmt"
"github.com/garyburd/redigo/redis" "git.autistici.org/ale/autoradio/Godeps/_workspace/src/github.com/garyburd/redigo/redis"
"reflect" "reflect"
"testing" "testing"
"time" "time"
......
...@@ -16,7 +16,7 @@ package redis_test ...@@ -16,7 +16,7 @@ package redis_test
import ( import (
"fmt" "fmt"
"github.com/garyburd/redigo/redis" "git.autistici.org/ale/autoradio/Godeps/_workspace/src/github.com/garyburd/redigo/redis"
) )
// zpop pops a value from the ZSET key using WATCH/MULTI/EXEC commands. // zpop pops a value from the ZSET key using WATCH/MULTI/EXEC commands.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment