Skip to content

Commit d1506e4

Browse files
ran dep init new on project
1 parent 8a2a483 commit d1506e4

File tree

2,087 files changed

+143072
-249439
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,087 files changed

+143072
-249439
lines changed

Gopkg.lock

Lines changed: 232 additions & 81 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

Lines changed: 47 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
1-
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
1+
# Gopkg.toml example
2+
#
3+
# Refer to https://golang.github.io/dep/docs/Gopkg.toml.html
24
# for detailed Gopkg.toml documentation.
5+
#
6+
# required = ["github.com/user/thing/cmd/thing"]
7+
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
8+
#
9+
# [[constraint]]
10+
# name = "github.com/user/project"
11+
# version = "1.0.0"
12+
#
13+
# [[constraint]]
14+
# name = "github.com/user/project2"
15+
# branch = "dev"
16+
# source = "github.com/myfork/project2"
17+
#
18+
# [[override]]
19+
# name = "github.com/x/y"
20+
# version = "2.4.0"
21+
#
22+
# [prune]
23+
# non-go = false
24+
# go-tests = true
25+
# unused-packages = true
26+
327

428
[[constraint]]
529
branch = "master"
@@ -15,20 +39,12 @@
1539

1640
[[constraint]]
1741
name = "github.com/dgrijalva/jwt-go"
18-
version = "3.0.0"
19-
20-
[[constraint]]
21-
name = "github.com/dimfeld/httptreemux"
22-
version = "4.0.1"
42+
version = "3.2.0"
2343

2444
[[constraint]]
2545
name = "github.com/dvsekhvalnov/jose2go"
2646
version = "1.3.0"
2747

28-
[[constraint]]
29-
branch = "master"
30-
name = "github.com/goinggo/concurrentwebservice"
31-
3248
[[constraint]]
3349
branch = "master"
3450
name = "github.com/gonum/matrix"
@@ -37,17 +53,21 @@
3753
branch = "master"
3854
name = "github.com/gonum/stat"
3955

56+
[[constraint]]
57+
name = "github.com/google/go-cmp"
58+
version = "0.2.0"
59+
4060
[[constraint]]
4161
name = "github.com/gorilla/handlers"
42-
version = "1.2.1"
62+
version = "1.3.0"
4363

4464
[[constraint]]
45-
branch = "master"
4665
name = "github.com/gorilla/pat"
66+
version = "1.0.0"
4767

4868
[[constraint]]
49-
branch = "master"
5069
name = "github.com/gorilla/schema"
70+
version = "1.0.2"
5171

5272
[[constraint]]
5373
name = "github.com/gorilla/sessions"
@@ -62,28 +82,24 @@
6282
version = "1.1.0"
6383

6484
[[constraint]]
85+
branch = "master"
6586
name = "github.com/justinas/alice"
66-
version = "1.0.0"
6787

6888
[[constraint]]
6989
name = "github.com/kniren/gota"
70-
version = "0.8.0"
90+
version = "0.9.0"
7191

7292
[[constraint]]
7393
name = "github.com/labstack/echo"
74-
version = "3.2.3"
94+
version = "3.3.4"
7595

7696
[[constraint]]
7797
branch = "master"
7898
name = "github.com/lib/pq"
7999

80100
[[constraint]]
81101
name = "github.com/markbates/goth"
82-
version = "1.41.0"
83-
84-
[[constraint]]
85-
branch = "master"
86-
name = "github.com/markbates/willie"
102+
version = "1.45.4"
87103

88104
[[constraint]]
89105
name = "github.com/mattn/go-runewidth"
@@ -95,23 +111,23 @@
95111

96112
[[constraint]]
97113
name = "github.com/nats-io/go-nats"
98-
version = "1.3.0"
114+
version = "1.5.0"
99115

100116
[[constraint]]
101117
name = "github.com/nats-io/nats"
102-
version = "1.3.0"
118+
version = "1.5.0"
103119

104120
[[constraint]]
105121
branch = "master"
106122
name = "github.com/nsf/termbox-go"
107123

108124
[[constraint]]
109125
name = "github.com/pachyderm/pachyderm"
110-
version = "1.5.3"
126+
version = "1.7.0"
111127

112128
[[constraint]]
113129
name = "github.com/patrickmn/go-cache"
114-
version = "2.0.0"
130+
version = "2.1.0"
115131

116132
[[constraint]]
117133
name = "github.com/pborman/uuid"
@@ -130,20 +146,16 @@
130146
name = "github.com/sjwhitworth/golearn"
131147

132148
[[constraint]]
133-
name = "github.com/stretchr/testify"
134-
version = "1.1.4"
135-
136-
[[constraint]]
137-
branch = "master"
138149
name = "github.com/theplant/blackfriday"
150+
version = "1.1.0"
139151

140152
[[constraint]]
141153
name = "github.com/urfave/negroni"
142-
version = "0.2.0"
154+
version = "0.3.0"
143155

144156
[[constraint]]
145157
name = "go-hep.org/x/hep"
146-
version = "0.6.0"
158+
version = "0.11.0"
147159

148160
[[constraint]]
149161
branch = "master"
@@ -161,18 +173,10 @@
161173
branch = "master"
162174
name = "gonum.org/v1/plot"
163175

164-
[[constraint]]
165-
name = "gopkg.in/go-playground/validator.v8"
166-
version = "8.18.2"
167-
168-
[[constraint]]
169-
branch = "v2"
170-
name = "gopkg.in/mgo.v2"
171-
172176
[[constraint]]
173177
branch = "v1"
174178
name = "gopkg.in/unrolled/render.v1"
175179

176-
[[constraint]]
177-
name = "github.com/google/go-cmp"
178-
version = "0.2.0"
180+
[prune]
181+
go-tests = true
182+
unused-packages = true

vendor/bitbucket.org/zombiezen/gopdf/.hgignore

Lines changed: 0 additions & 11 deletions
This file was deleted.

vendor/bitbucket.org/zombiezen/gopdf/.hgtags

Lines changed: 0 additions & 8 deletions
This file was deleted.

vendor/bitbucket.org/zombiezen/gopdf/README.rst

Lines changed: 0 additions & 11 deletions
This file was deleted.

vendor/bitbucket.org/zombiezen/gopdf/buildmetrics.bash

Lines changed: 0 additions & 28 deletions
This file was deleted.

vendor/bitbucket.org/zombiezen/gopdf/pdf/canvas_test.go

Lines changed: 0 additions & 25 deletions
This file was deleted.

vendor/bitbucket.org/zombiezen/gopdf/pdf/encode_test.go

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)