@@ -3,38 +3,6 @@ module github.com/cappyzawa/concourse-pipeline-jsonschema
3
3
go 1.13
4
4
5
5
require (
6
- github.com/OneOfOne/xxhash v1.2.5 // indirect
7
- github.com/The-Cloud-Source/goryman v0.0.0-20150410173800-c22b6e4a7ac1 // indirect
8
6
github.com/alecthomas/jsonschema v0.0.0-20200217214135-7152f22193c9
9
- github.com/armon/go-metrics v0.3.3 // indirect
10
- github.com/boltdb/bolt v1.3.1 // indirect
11
- github.com/cockroachdb/cmux v0.0.0-20170110192607-30d10be49292 // indirect
12
- github.com/concourse/concourse v1.6.1-0.20210413190241-d14673b17c4c
13
- github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f // indirect
14
- github.com/gobuffalo/packr v1.13.7 // indirect
15
- github.com/golangci/golangci-lint v1.31.0 // indirect
16
- github.com/google/addlicense v0.0.0-20200622132530-df58acafd6d5 // indirect
17
- github.com/gtank/cryptopasta v0.0.0-20160720052843-e7e23673cac3 // indirect
18
- github.com/hashicorp/go-immutable-radix v1.2.0 // indirect
19
- github.com/hashicorp/go-msgpack v0.5.5 // indirect
20
- github.com/joefitzgerald/rainbow-reporter v0.1.0 // indirect
21
- github.com/joshdk/go-junit v0.0.0-20200702055522-6efcf4050909 // indirect
22
- github.com/markbates/pkger v0.17.1 // indirect
23
- github.com/orijtech/prometheus-go-metrics-exporter v0.0.6 // indirect
24
- github.com/ory/go-acc v0.2.6 // indirect
25
- github.com/pavius/impi v0.0.3 // indirect
26
- github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b // indirect
27
- github.com/sectioneight/md-to-godoc v0.0.0-20161108233149-55e43be6c335 // indirect
28
- github.com/tcnksm/ghr v0.13.0 // indirect
29
- github.com/testcontainers/testcontainers-go v0.0.9 // indirect
30
- github.com/tinylib/msgp v1.1.2 // indirect
31
- go.opentelemetry.io/otel/exporter/trace/jaeger v0.2.1 // indirect
32
- go.opentelemetry.io/otel/exporter/trace/stackdriver v0.2.1 // indirect
33
- google.golang.org/grpc/examples v0.0.0-20200728065043-dfc0c05b2da9 // indirect
34
- gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
35
- gopkg.in/go-playground/validator.v9 v9.30.0 // indirect
36
- gopkg.in/jcmturner/gokrb5.v7 v7.5.0 // indirect
37
- k8s.io/client-go v11.0.0+incompatible // indirect
38
- sigs.k8s.io/structured-merge-diff v0.0.0-20190525122527-15d366b2352e // indirect
39
- sigs.k8s.io/structured-merge-diff/v3 v3.0.0 // indirect
7
+ github.com/concourse/concourse v1.6.1-0.20210521190304-a6fe46ab1ff9
40
8
)
0 commit comments