-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (23 loc) · 915 Bytes
/
go.mod
File metadata and controls
26 lines (23 loc) · 915 Bytes
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
module github.com/riposo/schema
go 1.18
require (
github.com/bmatcuk/doublestar/v4 v4.0.2
github.com/riposo/riposo v0.1.1-0.20220328141418-f1133bf7d474
github.com/santhosh-tekuri/jsonschema/v5 v5.0.0
github.com/tidwall/gjson v1.14.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)
require (
github.com/alexedwards/argon2id v0.0.0-20211130144151-3585854a6387 // indirect
github.com/benbjohnson/clock v1.3.0 // indirect
github.com/bsm/nanoid v0.2.0 // indirect
github.com/go-chi/chi/v5 v5.0.7 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
github.com/tidwall/sjson v1.2.4 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.8.0 // indirect
golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd // indirect
golang.org/x/sys v0.0.0-20220318055525-2edf467146b5 // indirect
)