Control dependencies via dep
This patch freezes the go_rng dependency to a particular commit since the project doesn't tag its stable releases.
- Id
- 6fccd2b0a016373ba1e1a61cff4654b8556b8593
- Author
- Caio
- Commit time
- 2017-10-28T16:54:49+02:00
Created Gopkg.lock
+# This file is autogenerated, do not edit; changes may be undone by the next 'dep ensure'.
+
+
+[[projects]]
+ name = "github.com/leesper/go_rng"
+ packages = ["."]
+ revision = "5344a9259b21627d94279721ab1f27eb029194e7"
+
+[solve-meta]
+ analyzer-name = "dep"
+ analyzer-version = 1
+ inputs-digest = "19f9623e18e30932906e83f04c0f62bf28811eca7762f2fb26c0d3bd55d45d5c"
+ solver-name = "gps-cdcl"
+ solver-version = 1
Created Gopkg.toml
+
+# Gopkg.toml example
+#
+# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
+# for detailed Gopkg.toml documentation.
+#
+# required = ["github.com/user/thing/cmd/thing"]
+# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
+#
+# [[constraint]]
+# name = "github.com/user/project"
+# version = "1.0.0"
+#
+# [[constraint]]
+# name = "github.com/user/project2"
+# branch = "dev"
+# source = "github.com/myfork/project2"
+#
+# [[override]]
+# name = "github.com/x/y"
+# version = "2.4.0"
+
+
+[[constraint]]
+ revision = "5344a9259b21627d94279721ab1f27eb029194e7"
+ name = "github.com/leesper/go_rng"