Ask Bjørn Hansen %!s(int64=8) %!d(string=hai) anos
pai
achega
176a360495
Modificáronse 2 ficheiros con 28 adicións e 21 borrados
  1. 7 1
      Gopkg.lock
  2. 21 20
      Gopkg.toml

+ 7 - 1
Gopkg.lock

@@ -1,6 +1,5 @@
 # This file is autogenerated, do not edit; changes may be undone by the next 'dep ensure'.
 # This file is autogenerated, do not edit; changes may be undone by the next 'dep ensure'.
 
 
-memo = "da057b40b78dea546d93310e141024db552a5a898a38576f408bbddb7297a5ae"
 
 
 [[projects]]
 [[projects]]
   name = "github.com/abh/errorutil"
   name = "github.com/abh/errorutil"
@@ -124,3 +123,10 @@ memo = "da057b40b78dea546d93310e141024db552a5a898a38576f408bbddb7297a5ae"
   name = "gopkg.in/warnings.v0"
   name = "gopkg.in/warnings.v0"
   packages = ["."]
   packages = ["."]
   revision = "8a331561fe74dadba6edfc59f3be66c22c3b065d"
   revision = "8a331561fe74dadba6edfc59f3be66c22c3b065d"
+
+[solve-meta]
+  analyzer-name = "dep"
+  analyzer-version = 1
+  inputs-digest = "da057b40b78dea546d93310e141024db552a5a898a38576f408bbddb7297a5ae"
+  solver-name = "gps-cdcl"
+  solver-version = 1

+ 21 - 20
Gopkg.toml

@@ -19,9 +19,10 @@
 ## or in a dependency.
 ## or in a dependency.
 # ignored = ["github.com/user/project/badpkg"]
 # ignored = ["github.com/user/project/badpkg"]
 
 
-## Dependencies define constraints on dependent projects. They are respected by
+## Constraints are rules for how directly imported projects
+## may be incorporated into the depgraph. They are respected by
 ## dep whether coming from the Gopkg.toml of the current project or a dependency.
 ## dep whether coming from the Gopkg.toml of the current project or a dependency.
-# [[dependencies]]
+# [[constraint]]
 ## Required: the root import path of the project being constrained.
 ## Required: the root import path of the project being constrained.
 # name = "github.com/user/project"
 # name = "github.com/user/project"
 #
 #
@@ -41,12 +42,12 @@
 # system1-data = "value that is used by a system"
 # system1-data = "value that is used by a system"
 # system2-data = "value that is used by another system"
 # system2-data = "value that is used by another system"
 
 
-## Overrides have the same structure as [[dependencies]], but supersede all
-## [[dependencies]] declarations from all projects. Only the current project's
-## [[overrides]] are applied.
+## Overrides have the same structure as [[constraint]], but supersede all
+## [[constraint]] declarations from all projects. Only [[override]] from
+## the current project's are applied.
 ##
 ##
 ## Overrides are a sledgehammer. Use them only as a last resort.
 ## Overrides are a sledgehammer. Use them only as a last resort.
-# [[overrides]]
+# [[override]]
 ## Required: the root import path of the project being constrained.
 ## Required: the root import path of the project being constrained.
 # name = "github.com/user/project"
 # name = "github.com/user/project"
 #
 #
@@ -65,54 +66,54 @@
 
 
 
 
 
 
-[[dependencies]]
+[[constraint]]
   branch = "master"
   branch = "master"
   name = "github.com/golang/geo"
   name = "github.com/golang/geo"
 
 
-[[dependencies]]
+[[constraint]]
   branch = "master"
   branch = "master"
   name = "github.com/hpcloud/tail"
   name = "github.com/hpcloud/tail"
 
 
-[[dependencies]]
+[[constraint]]
   branch = "master"
   branch = "master"
   name = "github.com/influxdata/influxdb"
   name = "github.com/influxdata/influxdb"
 
 
-[[dependencies]]
+[[constraint]]
   branch = "master"
   branch = "master"
   name = "github.com/kr/pretty"
   name = "github.com/kr/pretty"
 
 
-[[dependencies]]
+[[constraint]]
   branch = "master"
   branch = "master"
   name = "github.com/miekg/dns"
   name = "github.com/miekg/dns"
 
 
-[[dependencies]]
+[[constraint]]
   branch = "master"
   branch = "master"
   name = "github.com/oschwald/geoip2-golang"
   name = "github.com/oschwald/geoip2-golang"
 
 
-[[dependencies]]
+[[constraint]]
   name = "github.com/pmezard/go-difflib"
   name = "github.com/pmezard/go-difflib"
-  version = "^1.0.0"
+  version = "1.0.0"
 
 
-[[dependencies]]
+[[constraint]]
   branch = "master"
   branch = "master"
   name = "github.com/stretchr/testify"
   name = "github.com/stretchr/testify"
 
 
-[[dependencies]]
+[[constraint]]
   branch = "master"
   branch = "master"
   name = "golang.org/x/net"
   name = "golang.org/x/net"
 
 
-[[dependencies]]
+[[constraint]]
   branch = "master"
   branch = "master"
   name = "gopkg.in/fsnotify.v1"
   name = "gopkg.in/fsnotify.v1"
 
 
-[[dependencies]]
+[[constraint]]
   branch = "master"
   branch = "master"
   name = "gopkg.in/gcfg.v1"
   name = "gopkg.in/gcfg.v1"
 
 
-[[dependencies]]
+[[constraint]]
   branch = "v2.0"
   branch = "v2.0"
   name = "gopkg.in/natefinch/lumberjack.v2"
   name = "gopkg.in/natefinch/lumberjack.v2"
 
 
-[[dependencies]]
+[[constraint]]
   branch = "v1"
   branch = "v1"
   name = "gopkg.in/tomb.v1"
   name = "gopkg.in/tomb.v1"