-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
31 lines (28 loc) · 1.33 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
module github.com/cappyzawa/concourse-pipeline-jsonschema
go 1.18
require (
github.com/alecthomas/jsonschema v0.0.0-20200217214135-7152f22193c9
github.com/concourse/concourse v1.6.1-0.20220613144821-3964629d2843
)
require (
github.com/aryann/difflib v0.0.0-20170710044230-e206f873d14a // indirect
github.com/bmizerany/pat v0.0.0-20210406213842-e4b6760bdd6f // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/iancoleman/orderedmap v0.0.0-20190318233801-ac98e3ecb4b0 // indirect
github.com/jessevdk/go-flags v1.5.0 // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
github.com/onsi/gomega v1.19.0 // indirect
github.com/rogpeppe/go-internal v1.8.0 // indirect
github.com/tedsuo/rata v1.0.1-0.20170830210128-07d200713958 // indirect
golang.org/x/crypto v0.0.0-20220321153916-2c7772ba3064 // indirect
golang.org/x/net v0.0.0-20220325170049-de3da57026de // indirect
golang.org/x/sys v0.0.0-20220328115105-d36c6a25d886 // indirect
golang.org/x/text v0.3.7 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
sigs.k8s.io/yaml v1.3.0 // indirect
)