Browse Source

Use vendor/ instead of godep

Ask Bjørn Hansen 9 years ago
parent
commit
4d608399c5
100 changed files with 53 additions and 210 deletions
  1. 8 7
      .travis.yml
  2. 21 5
      Godeps/Godeps.json
  3. 0 2
      Godeps/_workspace/.gitignore
  4. 0 57
      Godeps/_workspace/src/code.google.com/p/gcfg/LICENSE
  5. 0 7
      Godeps/_workspace/src/code.google.com/p/gcfg/README
  6. 0 109
      Godeps/_workspace/src/gopkg.in/check.v1/printer_test.go
  7. 2 2
      config.go
  8. 1 1
      geodns.go
  9. 1 1
      geoip.go
  10. 1 1
      metrics.go
  11. 2 2
      monitor.go
  12. 2 1
      monitor_test.go
  13. 1 1
      picker.go
  14. 2 2
      serve.go
  15. 2 2
      serve_test.go
  16. 2 2
      stathat.go
  17. 1 1
      targeting_test.go
  18. 0 0
      vendor/github.com/abh/errorutil/README.md
  19. 0 0
      vendor/github.com/abh/errorutil/highlight.go
  20. 0 0
      vendor/github.com/abh/geoip/.gitignore
  21. 0 0
      vendor/github.com/abh/geoip/.travis.yml
  22. 0 0
      vendor/github.com/abh/geoip/LICENSE
  23. 0 0
      vendor/github.com/abh/geoip/README.md
  24. 0 0
      vendor/github.com/abh/geoip/const.go
  25. 0 0
      vendor/github.com/abh/geoip/db/.gitignore
  26. 0 0
      vendor/github.com/abh/geoip/db/download
  27. 1 1
      vendor/github.com/abh/geoip/ex/geoip-demo.go
  28. 0 0
      vendor/github.com/abh/geoip/geoip.go
  29. 1 1
      vendor/github.com/abh/geoip/geoip_test.go
  30. 0 0
      vendor/github.com/abh/geoip/test-db/GeoIP.dat
  31. 0 0
      vendor/github.com/abh/geoip/test-db/GeoIPCity.dat
  32. 0 0
      vendor/github.com/abh/geoip/test-db/GeoIPRegion.dat
  33. 0 0
      vendor/github.com/miekg/dns/.gitignore
  34. 0 0
      vendor/github.com/miekg/dns/.travis.yml
  35. 0 0
      vendor/github.com/miekg/dns/AUTHORS
  36. 0 0
      vendor/github.com/miekg/dns/CONTRIBUTORS
  37. 0 0
      vendor/github.com/miekg/dns/COPYRIGHT
  38. 0 0
      vendor/github.com/miekg/dns/LICENSE
  39. 0 0
      vendor/github.com/miekg/dns/README.md
  40. 0 0
      vendor/github.com/miekg/dns/client.go
  41. 0 0
      vendor/github.com/miekg/dns/client_test.go
  42. 0 0
      vendor/github.com/miekg/dns/clientconfig.go
  43. 0 0
      vendor/github.com/miekg/dns/clientconfig_test.go
  44. 0 0
      vendor/github.com/miekg/dns/defaults.go
  45. 0 0
      vendor/github.com/miekg/dns/dns.go
  46. 0 0
      vendor/github.com/miekg/dns/dns_test.go
  47. 0 0
      vendor/github.com/miekg/dns/dnssec.go
  48. 0 0
      vendor/github.com/miekg/dns/dnssec_keygen.go
  49. 0 0
      vendor/github.com/miekg/dns/dnssec_keyscan.go
  50. 0 0
      vendor/github.com/miekg/dns/dnssec_privkey.go
  51. 0 0
      vendor/github.com/miekg/dns/dnssec_test.go
  52. 1 1
      vendor/github.com/miekg/dns/dnsutil/util.go
  53. 0 0
      vendor/github.com/miekg/dns/dnsutil/util_test.go
  54. 0 0
      vendor/github.com/miekg/dns/doc.go
  55. 0 0
      vendor/github.com/miekg/dns/dyn_test.go
  56. 0 0
      vendor/github.com/miekg/dns/edns.go
  57. 0 0
      vendor/github.com/miekg/dns/edns_test.go
  58. 1 1
      vendor/github.com/miekg/dns/example_test.go
  59. 0 0
      vendor/github.com/miekg/dns/format.go
  60. 0 0
      vendor/github.com/miekg/dns/fuzz_test.go
  61. 0 0
      vendor/github.com/miekg/dns/idn/code_points.go
  62. 1 1
      vendor/github.com/miekg/dns/idn/example_test.go
  63. 1 1
      vendor/github.com/miekg/dns/idn/punycode.go
  64. 0 0
      vendor/github.com/miekg/dns/idn/punycode_test.go
  65. 0 0
      vendor/github.com/miekg/dns/issue_test.go
  66. 0 0
      vendor/github.com/miekg/dns/labels.go
  67. 0 0
      vendor/github.com/miekg/dns/labels_test.go
  68. 0 0
      vendor/github.com/miekg/dns/msg.go
  69. 0 0
      vendor/github.com/miekg/dns/nsecx.go
  70. 0 0
      vendor/github.com/miekg/dns/nsecx_test.go
  71. 0 0
      vendor/github.com/miekg/dns/parse_test.go
  72. 0 0
      vendor/github.com/miekg/dns/privaterr.go
  73. 1 1
      vendor/github.com/miekg/dns/privaterr_test.go
  74. 0 0
      vendor/github.com/miekg/dns/rawmsg.go
  75. 0 0
      vendor/github.com/miekg/dns/remote_test.go
  76. 0 0
      vendor/github.com/miekg/dns/sanitize.go
  77. 0 0
      vendor/github.com/miekg/dns/sanitize_test.go
  78. 0 0
      vendor/github.com/miekg/dns/scanner.go
  79. 0 0
      vendor/github.com/miekg/dns/server.go
  80. 0 0
      vendor/github.com/miekg/dns/server_test.go
  81. 0 0
      vendor/github.com/miekg/dns/sig0.go
  82. 0 0
      vendor/github.com/miekg/dns/sig0_test.go
  83. 0 0
      vendor/github.com/miekg/dns/singleinflight.go
  84. 0 0
      vendor/github.com/miekg/dns/tlsa.go
  85. 0 0
      vendor/github.com/miekg/dns/tsig.go
  86. 0 0
      vendor/github.com/miekg/dns/tsig_test.go
  87. 0 0
      vendor/github.com/miekg/dns/types.go
  88. 0 0
      vendor/github.com/miekg/dns/types_generate.go
  89. 0 0
      vendor/github.com/miekg/dns/types_test.go
  90. 0 0
      vendor/github.com/miekg/dns/udp.go
  91. 0 0
      vendor/github.com/miekg/dns/udp_linux.go
  92. 0 0
      vendor/github.com/miekg/dns/udp_other.go
  93. 0 0
      vendor/github.com/miekg/dns/udp_windows.go
  94. 0 0
      vendor/github.com/miekg/dns/update.go
  95. 0 0
      vendor/github.com/miekg/dns/update_test.go
  96. 0 0
      vendor/github.com/miekg/dns/xfr.go
  97. 0 0
      vendor/github.com/miekg/dns/xfr_test.go
  98. 0 0
      vendor/github.com/miekg/dns/zgenerate.go
  99. 0 0
      vendor/github.com/miekg/dns/zscan.go
  100. 0 0
      vendor/github.com/miekg/dns/zscan_rr.go

+ 8 - 7
.travis.yml

@@ -1,21 +1,22 @@
 language: go
 language: go
 go:
 go:
-  - 1.4
-  - 1.5
-  - 1.6
+  - 1.5.4
+  - 1.6.2
   - tip
   - tip
+
+env:
+  global:
+  - GO15VENDOREXPERIMENT='1'
+
 before_install:
 before_install:
   - sudo apt-get install libgeoip-dev bzr
   - sudo apt-get install libgeoip-dev bzr
+
 install:
 install:
   - mkdir -p $TRAVIS_BUILD_DIR/db
   - mkdir -p $TRAVIS_BUILD_DIR/db
   - curl -s http://geodns.bitnames.com/geoip/GeoLiteCity.dat.gz | gzip -cd > $TRAVIS_BUILD_DIR/db/GeoIPCity.dat
   - curl -s http://geodns.bitnames.com/geoip/GeoLiteCity.dat.gz | gzip -cd > $TRAVIS_BUILD_DIR/db/GeoIPCity.dat
   - curl -s http://download.maxmind.com/download/geoip/database/asnum/GeoIPASNum.dat.gz | gzip -cd > $TRAVIS_BUILD_DIR/db/GeoIPASNum.dat
   - curl -s http://download.maxmind.com/download/geoip/database/asnum/GeoIPASNum.dat.gz | gzip -cd > $TRAVIS_BUILD_DIR/db/GeoIPASNum.dat
   - echo [geodns] >> dns/geodns.conf
   - echo [geodns] >> dns/geodns.conf
   - echo Directory=$TRAVIS_BUILD_DIR/db >> dns/geodns.conf
   - echo Directory=$TRAVIS_BUILD_DIR/db >> dns/geodns.conf
-  - go get github.com/abh/dns
-  - go get github.com/abh/geoip
-  - go get gopkg.in/check.v1
-  - go get -v
   - go build -v
   - go build -v
   - go install
   - go install
 
 

+ 21 - 5
Godeps/Godeps.json

@@ -1,11 +1,8 @@
 {
 {
 	"ImportPath": "github.com/abh/geodns",
 	"ImportPath": "github.com/abh/geodns",
-	"GoVersion": "go1.4.2",
+	"GoVersion": "go1.6",
+	"GodepVersion": "v74",
 	"Deps": [
 	"Deps": [
-		{
-			"ImportPath": "code.google.com/p/gcfg",
-			"Rev": "c2d3050044d05357eaf6c3547249ba57c5e235cb"
-		},
 		{
 		{
 			"ImportPath": "github.com/abh/errorutil",
 			"ImportPath": "github.com/abh/errorutil",
 			"Rev": "f9bd360d00b902548fbb80837aef90dca2c8285e"
 			"Rev": "f9bd360d00b902548fbb80837aef90dca2c8285e"
@@ -42,6 +39,25 @@
 			"ImportPath": "gopkg.in/fsnotify.v1",
 			"ImportPath": "gopkg.in/fsnotify.v1",
 			"Comment": "v1.2.0",
 			"Comment": "v1.2.0",
 			"Rev": "96c060f6a6b7e0d6f75fddd10efeaca3e5d1bcb0"
 			"Rev": "96c060f6a6b7e0d6f75fddd10efeaca3e5d1bcb0"
+		},
+		{
+			"ImportPath": "gopkg.in/gcfg.v1",
+			"Rev": "083575c3955c85df16fe9590cceab64d03f5eb6e"
+		},
+		{
+			"ImportPath": "gopkg.in/gcfg.v1/scanner",
+			"Comment": "v1.0.0",
+			"Rev": "083575c3955c85df16fe9590cceab64d03f5eb6e"
+		},
+		{
+			"ImportPath": "gopkg.in/gcfg.v1/token",
+			"Comment": "v1.0.0",
+			"Rev": "083575c3955c85df16fe9590cceab64d03f5eb6e"
+		},
+		{
+			"ImportPath": "gopkg.in/gcfg.v1/types",
+			"Comment": "v1.0.0",
+			"Rev": "083575c3955c85df16fe9590cceab64d03f5eb6e"
 		}
 		}
 	]
 	]
 }
 }

+ 0 - 2
Godeps/_workspace/.gitignore

@@ -1,2 +0,0 @@
-/pkg
-/bin

+ 0 - 57
Godeps/_workspace/src/code.google.com/p/gcfg/LICENSE

@@ -1,57 +0,0 @@
-Copyright (c) 2012 Péter Surányi. All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are
-met:
-
-   * Redistributions of source code must retain the above copyright
-notice, this list of conditions and the following disclaimer.
-   * Redistributions in binary form must reproduce the above
-copyright notice, this list of conditions and the following disclaimer
-in the documentation and/or other materials provided with the
-distribution.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-----------------------------------------------------------------------
-Portions of gcfg's source code have been derived from Go, and are
-covered by the following license:
-----------------------------------------------------------------------
-
-Copyright (c) 2009 The Go Authors. All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are
-met:
-
-   * Redistributions of source code must retain the above copyright
-notice, this list of conditions and the following disclaimer.
-   * Redistributions in binary form must reproduce the above
-copyright notice, this list of conditions and the following disclaimer
-in the documentation and/or other materials provided with the
-distribution.
-   * Neither the name of Google Inc. nor the names of its
-contributors may be used to endorse or promote products derived from
-this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

+ 0 - 7
Godeps/_workspace/src/code.google.com/p/gcfg/README

@@ -1,7 +0,0 @@
-Gcfg reads INI-style configuration files into Go structs;
-supports user-defined types and subsections.
-
-Project page: https://code.google.com/p/gcfg
-Package docs: http://godoc.org/code.google.com/p/gcfg
-
-My other projects: https://speter.net

+ 0 - 109
Godeps/_workspace/src/gopkg.in/check.v1/printer_test.go

@@ -1,109 +0,0 @@
-package check_test
-
-import (
-	. "github.com/abh/geodns/Godeps/_workspace/src/gopkg.in/check.v1"
-)
-
-var _ = Suite(&PrinterS{})
-
-type PrinterS struct{}
-
-func (s *PrinterS) TestCountSuite(c *C) {
-	suitesRun += 1
-}
-
-var printTestFuncLine int
-
-func init() {
-	printTestFuncLine = getMyLine() + 3
-}
-
-func printTestFunc() {
-	println(1)  // Comment1
-	if 2 == 2 { // Comment2
-		println(3) // Comment3
-	}
-	switch 5 {
-	case 6:
-		println(6) // Comment6
-		println(7)
-	}
-	switch interface{}(9).(type) { // Comment9
-	case int:
-		println(10)
-		println(11)
-	}
-	select {
-	case <-(chan bool)(nil):
-		println(14)
-		println(15)
-	default:
-		println(16)
-		println(17)
-	}
-	println(19,
-		20)
-	_ = func() {
-		println(21)
-		println(22)
-	}
-	println(24, func() {
-		println(25)
-	})
-	// Leading comment
-	// with multiple lines.
-	println(29) // Comment29
-}
-
-var printLineTests = []struct {
-	line   int
-	output string
-}{
-	{1, "println(1) // Comment1"},
-	{2, "if 2 == 2 { // Comment2\n    ...\n}"},
-	{3, "println(3) // Comment3"},
-	{5, "switch 5 {\n...\n}"},
-	{6, "case 6:\n    println(6) // Comment6\n    ..."},
-	{7, "println(7)"},
-	{9, "switch interface{}(9).(type) { // Comment9\n...\n}"},
-	{10, "case int:\n    println(10)\n    ..."},
-	{14, "case <-(chan bool)(nil):\n    println(14)\n    ..."},
-	{15, "println(15)"},
-	{16, "default:\n    println(16)\n    ..."},
-	{17, "println(17)"},
-	{19, "println(19,\n    20)"},
-	{20, "println(19,\n    20)"},
-	{21, "_ = func() {\n    println(21)\n    println(22)\n}"},
-	{22, "println(22)"},
-	{24, "println(24, func() {\n    println(25)\n})"},
-	{25, "println(25)"},
-	{26, "println(24, func() {\n    println(25)\n})"},
-	{29, "// Leading comment\n// with multiple lines.\nprintln(29) // Comment29"},
-}
-
-func (s *PrinterS) TestPrintLine(c *C) {
-	for _, test := range printLineTests {
-		output, err := PrintLine("printer_test.go", printTestFuncLine+test.line)
-		c.Assert(err, IsNil)
-		c.Assert(output, Equals, test.output)
-	}
-}
-
-var indentTests = []struct {
-	in, out string
-}{
-	{"", ""},
-	{"\n", "\n"},
-	{"a", ">>>a"},
-	{"a\n", ">>>a\n"},
-	{"a\nb", ">>>a\n>>>b"},
-	{" ", ">>> "},
-}
-
-func (s *PrinterS) TestIndent(c *C) {
-	for _, test := range indentTests {
-		out := Indent(test.in, ">>>")
-		c.Assert(out, Equals, test.out)
-	}
-
-}

+ 2 - 2
config.go

@@ -7,8 +7,8 @@ import (
 	"sync"
 	"sync"
 	"time"
 	"time"
 
 
-	"github.com/abh/geodns/Godeps/_workspace/src/code.google.com/p/gcfg"
-	"github.com/abh/geodns/Godeps/_workspace/src/gopkg.in/fsnotify.v1"
+	"gopkg.in/fsnotify.v1"
+	"gopkg.in/gcfg.v1"
 )
 )
 
 
 type AppConfig struct {
 type AppConfig struct {

+ 1 - 1
geodns.go

@@ -29,7 +29,7 @@ import (
 	"strings"
 	"strings"
 	"time"
 	"time"
 
 
-	"github.com/abh/geodns/Godeps/_workspace/src/github.com/pborman/uuid"
+	"github.com/pborman/uuid"
 )
 )
 
 
 // VERSION is the current version of GeoDNS
 // VERSION is the current version of GeoDNS

+ 1 - 1
geoip.go

@@ -1,8 +1,8 @@
 package main
 package main
 
 
 import (
 import (
-	"github.com/abh/geodns/Godeps/_workspace/src/github.com/abh/geoip"
 	"github.com/abh/geodns/countries"
 	"github.com/abh/geodns/countries"
+	"github.com/abh/geoip"
 	"log"
 	"log"
 	"net"
 	"net"
 	"strings"
 	"strings"

+ 1 - 1
metrics.go

@@ -4,7 +4,7 @@ import (
 	"runtime"
 	"runtime"
 	"time"
 	"time"
 
 
-	metrics "github.com/abh/geodns/Godeps/_workspace/src/github.com/rcrowley/go-metrics"
+	metrics "github.com/rcrowley/go-metrics"
 )
 )
 
 
 type ServerMetrics struct {
 type ServerMetrics struct {

+ 2 - 2
monitor.go

@@ -15,8 +15,8 @@ import (
 	"strconv"
 	"strconv"
 	"time"
 	"time"
 
 
-	"github.com/abh/geodns/Godeps/_workspace/src/github.com/rcrowley/go-metrics"
-	"github.com/abh/geodns/Godeps/_workspace/src/golang.org/x/net/websocket"
+	"github.com/rcrowley/go-metrics"
+	"golang.org/x/net/websocket"
 )
 )
 
 
 // Initial status message on websocket
 // Initial status message on websocket

+ 2 - 1
monitor_test.go

@@ -2,11 +2,12 @@ package main
 
 
 import (
 import (
 	"fmt"
 	"fmt"
-	. "github.com/abh/geodns/Godeps/_workspace/src/gopkg.in/check.v1"
 	"io/ioutil"
 	"io/ioutil"
 	"net/http"
 	"net/http"
 	"strings"
 	"strings"
 	"time"
 	"time"
+
+	. "gopkg.in/check.v1"
 )
 )
 
 
 type MonitorSuite struct {
 type MonitorSuite struct {

+ 1 - 1
picker.go

@@ -3,7 +3,7 @@ package main
 import (
 import (
 	"math/rand"
 	"math/rand"
 
 
-	"github.com/abh/geodns/Godeps/_workspace/src/github.com/miekg/dns"
+	"github.com/miekg/dns"
 )
 )
 
 
 func (label *Label) Picker(qtype uint16, max int) Records {
 func (label *Label) Picker(qtype uint16, max int) Records {

+ 2 - 2
serve.go

@@ -10,8 +10,8 @@ import (
 	"strings"
 	"strings"
 	"time"
 	"time"
 
 
-	"github.com/abh/geodns/Godeps/_workspace/src/github.com/miekg/dns"
-	"github.com/abh/geodns/Godeps/_workspace/src/github.com/rcrowley/go-metrics"
+	"github.com/miekg/dns"
+	"github.com/rcrowley/go-metrics"
 )
 )
 
 
 func getQuestionName(z *Zone, req *dns.Msg) string {
 func getQuestionName(z *Zone, req *dns.Msg) string {

+ 2 - 2
serve_test.go

@@ -7,8 +7,8 @@ import (
 	"sync"
 	"sync"
 	"time"
 	"time"
 
 
-	"github.com/abh/geodns/Godeps/_workspace/src/github.com/miekg/dns"
-	. "github.com/abh/geodns/Godeps/_workspace/src/gopkg.in/check.v1"
+	"github.com/miekg/dns"
+	. "gopkg.in/check.v1"
 )
 )
 
 
 const (
 const (

+ 2 - 2
stathat.go

@@ -6,8 +6,8 @@ import (
 	"strings"
 	"strings"
 	"time"
 	"time"
 
 
-	"github.com/abh/geodns/Godeps/_workspace/src/github.com/rcrowley/go-metrics"
-	"github.com/abh/geodns/Godeps/_workspace/src/github.com/stathat/go"
+	"github.com/rcrowley/go-metrics"
+	"github.com/stathat/go"
 )
 )
 
 
 func (zs *Zones) statHatPoster() {
 func (zs *Zones) statHatPoster() {

+ 1 - 1
targeting_test.go

@@ -1,7 +1,7 @@
 package main
 package main
 
 
 import (
 import (
-	. "github.com/abh/geodns/Godeps/_workspace/src/gopkg.in/check.v1"
+	. "gopkg.in/check.v1"
 	"net"
 	"net"
 )
 )
 
 

+ 0 - 0
Godeps/_workspace/src/github.com/abh/errorutil/README.md → vendor/github.com/abh/errorutil/README.md


+ 0 - 0
Godeps/_workspace/src/github.com/abh/errorutil/highlight.go → vendor/github.com/abh/errorutil/highlight.go


+ 0 - 0
Godeps/_workspace/src/github.com/abh/geoip/.gitignore → vendor/github.com/abh/geoip/.gitignore


+ 0 - 0
Godeps/_workspace/src/github.com/abh/geoip/.travis.yml → vendor/github.com/abh/geoip/.travis.yml


+ 0 - 0
Godeps/_workspace/src/github.com/abh/geoip/LICENSE → vendor/github.com/abh/geoip/LICENSE


+ 0 - 0
Godeps/_workspace/src/github.com/abh/geoip/README.md → vendor/github.com/abh/geoip/README.md


+ 0 - 0
Godeps/_workspace/src/github.com/abh/geoip/const.go → vendor/github.com/abh/geoip/const.go


+ 0 - 0
Godeps/_workspace/src/github.com/abh/geoip/db/.gitignore → vendor/github.com/abh/geoip/db/.gitignore


+ 0 - 0
Godeps/_workspace/src/github.com/abh/geoip/db/download → vendor/github.com/abh/geoip/db/download


+ 1 - 1
Godeps/_workspace/src/github.com/abh/geoip/ex/geoip-demo.go → vendor/github.com/abh/geoip/ex/geoip-demo.go

@@ -2,7 +2,7 @@ package main
 
 
 import (
 import (
 	"fmt"
 	"fmt"
-	"github.com/abh/geodns/Godeps/_workspace/src/github.com/abh/geoip"
+	"github.com/abh/geoip"
 )
 )
 
 
 func main() {
 func main() {

+ 0 - 0
Godeps/_workspace/src/github.com/abh/geoip/geoip.go → vendor/github.com/abh/geoip/geoip.go


+ 1 - 1
Godeps/_workspace/src/github.com/abh/geoip/geoip_test.go → vendor/github.com/abh/geoip/geoip_test.go

@@ -4,7 +4,7 @@ import (
 	"fmt"
 	"fmt"
 	"testing"
 	"testing"
 
 
-	. "github.com/abh/geodns/Godeps/_workspace/src/gopkg.in/check.v1"
+	. "gopkg.in/check.v1"
 )
 )
 
 
 // Hook up gocheck into the gotest runner.
 // Hook up gocheck into the gotest runner.

+ 0 - 0
Godeps/_workspace/src/github.com/abh/geoip/test-db/GeoIP.dat → vendor/github.com/abh/geoip/test-db/GeoIP.dat


+ 0 - 0
Godeps/_workspace/src/github.com/abh/geoip/test-db/GeoIPCity.dat → vendor/github.com/abh/geoip/test-db/GeoIPCity.dat


+ 0 - 0
Godeps/_workspace/src/github.com/abh/geoip/test-db/GeoIPRegion.dat → vendor/github.com/abh/geoip/test-db/GeoIPRegion.dat


+ 0 - 0
Godeps/_workspace/src/github.com/miekg/dns/.gitignore → vendor/github.com/miekg/dns/.gitignore


+ 0 - 0
Godeps/_workspace/src/github.com/miekg/dns/.travis.yml → vendor/github.com/miekg/dns/.travis.yml


+ 0 - 0
Godeps/_workspace/src/github.com/miekg/dns/AUTHORS → vendor/github.com/miekg/dns/AUTHORS


+ 0 - 0
Godeps/_workspace/src/github.com/miekg/dns/CONTRIBUTORS → vendor/github.com/miekg/dns/CONTRIBUTORS


+ 0 - 0
Godeps/_workspace/src/github.com/miekg/dns/COPYRIGHT → vendor/github.com/miekg/dns/COPYRIGHT


+ 0 - 0
Godeps/_workspace/src/github.com/miekg/dns/LICENSE → vendor/github.com/miekg/dns/LICENSE


+ 0 - 0
Godeps/_workspace/src/github.com/miekg/dns/README.md → vendor/github.com/miekg/dns/README.md


+ 0 - 0
Godeps/_workspace/src/github.com/miekg/dns/client.go → vendor/github.com/miekg/dns/client.go


+ 0 - 0
Godeps/_workspace/src/github.com/miekg/dns/client_test.go → vendor/github.com/miekg/dns/client_test.go


+ 0 - 0
Godeps/_workspace/src/github.com/miekg/dns/clientconfig.go → vendor/github.com/miekg/dns/clientconfig.go


+ 0 - 0
Godeps/_workspace/src/github.com/miekg/dns/clientconfig_test.go → vendor/github.com/miekg/dns/clientconfig_test.go


+ 0 - 0
Godeps/_workspace/src/github.com/miekg/dns/defaults.go → vendor/github.com/miekg/dns/defaults.go


+ 0 - 0
Godeps/_workspace/src/github.com/miekg/dns/dns.go → vendor/github.com/miekg/dns/dns.go


+ 0 - 0
Godeps/_workspace/src/github.com/miekg/dns/dns_test.go → vendor/github.com/miekg/dns/dns_test.go


+ 0 - 0
Godeps/_workspace/src/github.com/miekg/dns/dnssec.go → vendor/github.com/miekg/dns/dnssec.go


+ 0 - 0
Godeps/_workspace/src/github.com/miekg/dns/dnssec_keygen.go → vendor/github.com/miekg/dns/dnssec_keygen.go


+ 0 - 0
Godeps/_workspace/src/github.com/miekg/dns/dnssec_keyscan.go → vendor/github.com/miekg/dns/dnssec_keyscan.go


+ 0 - 0
Godeps/_workspace/src/github.com/miekg/dns/dnssec_privkey.go → vendor/github.com/miekg/dns/dnssec_privkey.go


+ 0 - 0
Godeps/_workspace/src/github.com/miekg/dns/dnssec_test.go → vendor/github.com/miekg/dns/dnssec_test.go


+ 1 - 1
Godeps/_workspace/src/github.com/miekg/dns/dnsutil/util.go → vendor/github.com/miekg/dns/dnsutil/util.go

@@ -8,7 +8,7 @@ package dnsutil
 import (
 import (
 	"strings"
 	"strings"
 
 
-	"github.com/abh/geodns/Godeps/_workspace/src/github.com/miekg/dns"
+	"github.com/miekg/dns"
 )
 )
 
 
 // AddDomain adds origin to s if s is not already a FQDN.
 // AddDomain adds origin to s if s is not already a FQDN.

+ 0 - 0
Godeps/_workspace/src/github.com/miekg/dns/dnsutil/util_test.go → vendor/github.com/miekg/dns/dnsutil/util_test.go


+ 0 - 0
Godeps/_workspace/src/github.com/miekg/dns/doc.go → vendor/github.com/miekg/dns/doc.go


+ 0 - 0
Godeps/_workspace/src/github.com/miekg/dns/dyn_test.go → vendor/github.com/miekg/dns/dyn_test.go


+ 0 - 0
Godeps/_workspace/src/github.com/miekg/dns/edns.go → vendor/github.com/miekg/dns/edns.go


+ 0 - 0
Godeps/_workspace/src/github.com/miekg/dns/edns_test.go → vendor/github.com/miekg/dns/edns_test.go


+ 1 - 1
Godeps/_workspace/src/github.com/miekg/dns/example_test.go → vendor/github.com/miekg/dns/example_test.go

@@ -6,7 +6,7 @@ import (
 	"log"
 	"log"
 	"net"
 	"net"
 
 
-	"github.com/abh/geodns/Godeps/_workspace/src/github.com/miekg/dns"
+	"github.com/miekg/dns"
 )
 )
 
 
 // Retrieve the MX records for miek.nl.
 // Retrieve the MX records for miek.nl.

+ 0 - 0
Godeps/_workspace/src/github.com/miekg/dns/format.go → vendor/github.com/miekg/dns/format.go


+ 0 - 0
Godeps/_workspace/src/github.com/miekg/dns/fuzz_test.go → vendor/github.com/miekg/dns/fuzz_test.go


+ 0 - 0
Godeps/_workspace/src/github.com/miekg/dns/idn/code_points.go → vendor/github.com/miekg/dns/idn/code_points.go


+ 1 - 1
Godeps/_workspace/src/github.com/miekg/dns/idn/example_test.go → vendor/github.com/miekg/dns/idn/example_test.go

@@ -2,7 +2,7 @@ package idn_test
 
 
 import (
 import (
 	"fmt"
 	"fmt"
-	"github.com/abh/geodns/Godeps/_workspace/src/github.com/miekg/dns/idn"
+	"github.com/miekg/dns/idn"
 )
 )
 
 
 func ExampleToPunycode() {
 func ExampleToPunycode() {

+ 1 - 1
Godeps/_workspace/src/github.com/miekg/dns/idn/punycode.go → vendor/github.com/miekg/dns/idn/punycode.go

@@ -7,7 +7,7 @@ import (
 	"unicode"
 	"unicode"
 	"unicode/utf8"
 	"unicode/utf8"
 
 
-	"github.com/abh/geodns/Godeps/_workspace/src/github.com/miekg/dns"
+	"github.com/miekg/dns"
 )
 )
 
 
 // Implementation idea from RFC itself and from from IDNA::Punycode created by
 // Implementation idea from RFC itself and from from IDNA::Punycode created by

+ 0 - 0
Godeps/_workspace/src/github.com/miekg/dns/idn/punycode_test.go → vendor/github.com/miekg/dns/idn/punycode_test.go


+ 0 - 0
Godeps/_workspace/src/github.com/miekg/dns/issue_test.go → vendor/github.com/miekg/dns/issue_test.go


+ 0 - 0
Godeps/_workspace/src/github.com/miekg/dns/labels.go → vendor/github.com/miekg/dns/labels.go


+ 0 - 0
Godeps/_workspace/src/github.com/miekg/dns/labels_test.go → vendor/github.com/miekg/dns/labels_test.go


+ 0 - 0
Godeps/_workspace/src/github.com/miekg/dns/msg.go → vendor/github.com/miekg/dns/msg.go


+ 0 - 0
Godeps/_workspace/src/github.com/miekg/dns/nsecx.go → vendor/github.com/miekg/dns/nsecx.go


+ 0 - 0
Godeps/_workspace/src/github.com/miekg/dns/nsecx_test.go → vendor/github.com/miekg/dns/nsecx_test.go


+ 0 - 0
Godeps/_workspace/src/github.com/miekg/dns/parse_test.go → vendor/github.com/miekg/dns/parse_test.go


+ 0 - 0
Godeps/_workspace/src/github.com/miekg/dns/privaterr.go → vendor/github.com/miekg/dns/privaterr.go


+ 1 - 1
Godeps/_workspace/src/github.com/miekg/dns/privaterr_test.go → vendor/github.com/miekg/dns/privaterr_test.go

@@ -4,7 +4,7 @@ import (
 	"strings"
 	"strings"
 	"testing"
 	"testing"
 
 
-	"github.com/abh/geodns/Godeps/_workspace/src/github.com/miekg/dns"
+	"github.com/miekg/dns"
 )
 )
 
 
 const TypeISBN uint16 = 0x0F01
 const TypeISBN uint16 = 0x0F01

+ 0 - 0
Godeps/_workspace/src/github.com/miekg/dns/rawmsg.go → vendor/github.com/miekg/dns/rawmsg.go


+ 0 - 0
Godeps/_workspace/src/github.com/miekg/dns/remote_test.go → vendor/github.com/miekg/dns/remote_test.go


+ 0 - 0
Godeps/_workspace/src/github.com/miekg/dns/sanitize.go → vendor/github.com/miekg/dns/sanitize.go


+ 0 - 0
Godeps/_workspace/src/github.com/miekg/dns/sanitize_test.go → vendor/github.com/miekg/dns/sanitize_test.go


+ 0 - 0
Godeps/_workspace/src/github.com/miekg/dns/scanner.go → vendor/github.com/miekg/dns/scanner.go


+ 0 - 0
Godeps/_workspace/src/github.com/miekg/dns/server.go → vendor/github.com/miekg/dns/server.go


+ 0 - 0
Godeps/_workspace/src/github.com/miekg/dns/server_test.go → vendor/github.com/miekg/dns/server_test.go


+ 0 - 0
Godeps/_workspace/src/github.com/miekg/dns/sig0.go → vendor/github.com/miekg/dns/sig0.go


+ 0 - 0
Godeps/_workspace/src/github.com/miekg/dns/sig0_test.go → vendor/github.com/miekg/dns/sig0_test.go


+ 0 - 0
Godeps/_workspace/src/github.com/miekg/dns/singleinflight.go → vendor/github.com/miekg/dns/singleinflight.go


+ 0 - 0
Godeps/_workspace/src/github.com/miekg/dns/tlsa.go → vendor/github.com/miekg/dns/tlsa.go


+ 0 - 0
Godeps/_workspace/src/github.com/miekg/dns/tsig.go → vendor/github.com/miekg/dns/tsig.go


+ 0 - 0
Godeps/_workspace/src/github.com/miekg/dns/tsig_test.go → vendor/github.com/miekg/dns/tsig_test.go


+ 0 - 0
Godeps/_workspace/src/github.com/miekg/dns/types.go → vendor/github.com/miekg/dns/types.go


+ 0 - 0
Godeps/_workspace/src/github.com/miekg/dns/types_generate.go → vendor/github.com/miekg/dns/types_generate.go


+ 0 - 0
Godeps/_workspace/src/github.com/miekg/dns/types_test.go → vendor/github.com/miekg/dns/types_test.go


+ 0 - 0
Godeps/_workspace/src/github.com/miekg/dns/udp.go → vendor/github.com/miekg/dns/udp.go


+ 0 - 0
Godeps/_workspace/src/github.com/miekg/dns/udp_linux.go → vendor/github.com/miekg/dns/udp_linux.go


+ 0 - 0
Godeps/_workspace/src/github.com/miekg/dns/udp_other.go → vendor/github.com/miekg/dns/udp_other.go


+ 0 - 0
Godeps/_workspace/src/github.com/miekg/dns/udp_windows.go → vendor/github.com/miekg/dns/udp_windows.go


+ 0 - 0
Godeps/_workspace/src/github.com/miekg/dns/update.go → vendor/github.com/miekg/dns/update.go


+ 0 - 0
Godeps/_workspace/src/github.com/miekg/dns/update_test.go → vendor/github.com/miekg/dns/update_test.go


+ 0 - 0
Godeps/_workspace/src/github.com/miekg/dns/xfr.go → vendor/github.com/miekg/dns/xfr.go


+ 0 - 0
Godeps/_workspace/src/github.com/miekg/dns/xfr_test.go → vendor/github.com/miekg/dns/xfr_test.go


+ 0 - 0
Godeps/_workspace/src/github.com/miekg/dns/zgenerate.go → vendor/github.com/miekg/dns/zgenerate.go


+ 0 - 0
Godeps/_workspace/src/github.com/miekg/dns/zscan.go → vendor/github.com/miekg/dns/zscan.go


+ 0 - 0
Godeps/_workspace/src/github.com/miekg/dns/zscan_rr.go → vendor/github.com/miekg/dns/zscan_rr.go


Some files were not shown because too many files changed in this diff