mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-26 11:51:02 +00:00
Locking down drone-ui version
This commit is contained in:
parent
e120c6fce6
commit
bb3e229941
6 changed files with 10599 additions and 3 deletions
|
@ -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
|
||||
|
|
1
BUILDING
1
BUILDING
|
@ -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
|
||||
|
|
14
vendor/github.com/laszlocph/drone-ui/LICENSE
generated
vendored
Normal file
14
vendor/github.com/laszlocph/drone-ui/LICENSE
generated
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
Copyright 2017 Drone.IO Inc
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
|
3
vendor/github.com/laszlocph/drone-ui/dist/dist.go
generated
vendored
Normal file
3
vendor/github.com/laszlocph/drone-ui/dist/dist.go
generated
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
package dist
|
||||
|
||||
//go:generate togo http -package dist -output dist_gen.go
|
10575
vendor/github.com/laszlocph/drone-ui/dist/dist_gen.go
generated
vendored
Normal file
10575
vendor/github.com/laszlocph/drone-ui/dist/dist_gen.go
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
8
vendor/vendor.json
vendored
8
vendor/vendor.json
vendored
|
@ -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",
|
||||
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue