Skip to content

Commit

Permalink
Merge pull request #5 from laszlocph/version-drone-ui
Browse files Browse the repository at this point in the history
Locking down drone-ui version
  • Loading branch information
laszlocph authored Apr 5, 2019
2 parents e120c6f + bb3e229 commit f9f0998
Show file tree
Hide file tree
Showing 6 changed files with 10,599 additions and 3 deletions.
1 change: 0 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ pipeline:
test:
image: golang:1.8
commands:
- go get -u github.com/laszlocph/drone-ui/dist
- go get -u golang.org/x/tools/cmd/cover
- go get -u golang.org/x/net/context
- go get -u golang.org/x/net/context/ctxhttp
Expand Down
1 change: 0 additions & 1 deletion BUILDING
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
1. Install go 1.9 or later
2. Install dependencies

go get -u github.com/laszlocph/drone-ui/dist
go get -u golang.org/x/net/context
go get -u golang.org/x/net/context/ctxhttp
go get -u github.com/golang/protobuf/proto
Expand Down
14 changes: 14 additions & 0 deletions vendor/github.com/laszlocph/drone-ui/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions vendor/github.com/laszlocph/drone-ui/dist/dist.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10,575 changes: 10,575 additions & 0 deletions vendor/github.com/laszlocph/drone-ui/dist/dist_gen.go

Large diffs are not rendered by default.

8 changes: 7 additions & 1 deletion vendor/vendor.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"comment": "",
"ignore": "test github.com/drone/mq/ github.com/tidwall/redlog/ google.golang.org/appengine/ github.com/syndtr/goleveldb/ github.com/laszlocph/drone-ui/ github.com/bradrydzewski/drone-ui-unit/dist/ github.com/golang/protobuf/proto github.com/golang/protobuf/ptypes/any golang.org/x/net/context golang.org/x/net/context/ctxhttp",
"ignore": "test github.com/drone/mq/ github.com/tidwall/redlog/ google.golang.org/appengine/ github.com/syndtr/goleveldb/ github.com/golang/protobuf/proto github.com/golang/protobuf/ptypes/any golang.org/x/net/context golang.org/x/net/context/ctxhttp",
"package": [
{
"path": "appengine/cloudsql",
Expand Down Expand Up @@ -738,6 +738,12 @@
"revision": "7cafcd837844e784b526369c9bce262804aebc60",
"revisionTime": "2016-05-04T02:26:26Z"
},
{
"checksumSHA1": "BHLxPdoL/EG9cs6ssNGoxv/+IEA=",
"path": "github.com/laszlocph/drone-ui/dist",
"revision": "f7cf9a3d815b309b7f7e875e839a583f4a7d09e5",
"revisionTime": "2019-04-03T18:46:32Z"
},
{
"path": "github.com/lib/pq",
"revision": "83c4f410d0aed80a0f44bac6a576a7f2435791f3",
Expand Down

0 comments on commit f9f0998

Please sign in to comment.