Skip to content

Commit 17fa7b0

Browse files
committed
update to v7.2.0
1 parent c0db223 commit 17fa7b0

File tree

2 files changed

+350
-2
lines changed

2 files changed

+350
-2
lines changed

go.mod

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,38 @@ module github.com/cappyzawa/concourse-pipeline-jsonschema
33
go 1.13
44

55
require (
6+
github.com/OneOfOne/xxhash v1.2.5 // indirect
67
github.com/The-Cloud-Source/goryman v0.0.0-20150410173800-c22b6e4a7ac1 // indirect
78
github.com/alecthomas/jsonschema v0.0.0-20200217214135-7152f22193c9
9+
github.com/armon/go-metrics v0.3.3 // indirect
810
github.com/boltdb/bolt v1.3.1 // indirect
911
github.com/cockroachdb/cmux v0.0.0-20170110192607-30d10be49292 // indirect
10-
github.com/concourse/concourse v1.6.1-0.20210311213122-28153d0cb8dd
12+
github.com/concourse/concourse v1.6.1-0.20210413190241-d14673b17c4c
13+
github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f // indirect
1114
github.com/gobuffalo/packr v1.13.7 // indirect
12-
github.com/goccy/go-yaml v1.8.8 // indirect
15+
github.com/golangci/golangci-lint v1.31.0 // indirect
16+
github.com/google/addlicense v0.0.0-20200622132530-df58acafd6d5 // indirect
1317
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
1420
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
1531
go.opentelemetry.io/otel/exporter/trace/jaeger v0.2.1 // indirect
1632
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
1737
k8s.io/client-go v11.0.0+incompatible // indirect
1838
sigs.k8s.io/structured-merge-diff v0.0.0-20190525122527-15d366b2352e // indirect
39+
sigs.k8s.io/structured-merge-diff/v3 v3.0.0 // indirect
1940
)

0 commit comments

Comments
 (0)