-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
19 lines (16 loc) · 723 Bytes
/
Copy pathgo.mod
File metadata and controls
19 lines (16 loc) · 723 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/MarkRosemaker/openapi
go 1.27
require (
github.com/MarkRosemaker/errpath v0.0.0-20260918183659-a3e4c719fffe
github.com/MarkRosemaker/jsonutil v0.0.0-20260918183702-d74628ea741c
github.com/MarkRosemaker/ordmap v0.0.0-20260918183713-0f98fe00e878
github.com/MarkRosemaker/yaml v0.0.0-20260918183729-130fe5d54e0c
github.com/go-api-libs/types v0.0.0-20260821232109-0cf45378823e
)
require (
cloud.google.com/go v0.123.0 // indirect
github.com/MarkRosemaker/json2yaml v0.0.0-20260918183702-8babfddb27e6 // indirect
github.com/MarkRosemaker/yaml2json v0.0.0-20260918183701-ff522d78e637 // indirect
golang.org/x/exp v0.0.0-20260908205506-85c1c2202aba // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)