Skip to content

Commit

Permalink
remote useless dependency and change dependency from personal repo to
Browse files Browse the repository at this point in the history
company's.
  • Loading branch information
hurricane1026 committed May 29, 2014
1 parent 1bb708a commit c94cd05
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ GOPATH:=$(CURDIR)
export GOPATH

dep:
go get github.com/hurricane1026/goyaml
go install github.com/hurricane1026/goyaml
go get github.com/hurricane1026/go-bit/bit
go get github.com/douban/goyaml
go install github.com/douban/goyaml

install:dep
go install proxy
Expand Down
1 change: 0 additions & 1 deletion src/memcache/schedule.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package memcache
import (
"bytes"
"fmt"
//"github.com/hurricane1026/go-bit/bit"
"math"
"sort"
"strconv"
Expand Down
2 changes: 1 addition & 1 deletion src/proxy/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package main

import (
"fmt"
"github.com/hurricane1026/goyaml"
"github.com/douban/goyaml"
"io/ioutil"
"testing"
"os"
Expand Down
2 changes: 1 addition & 1 deletion src/proxy/proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"compress/gzip"
"flag"
"fmt"
"github.com/hurricane1026/goyaml"
"github.com/douban/goyaml"
"io"
"io/ioutil"
"log"
Expand Down

0 comments on commit c94cd05

Please sign in to comment.