-
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-20260919112307-d5c7994551ff
github.com/MarkRosemaker/jsonutil v0.0.0-20260919112309-1be2e4aee29f
github.com/MarkRosemaker/ordmap v0.0.0-20260919112328-2dcdc20e6b15
github.com/MarkRosemaker/yaml v0.0.0-20260919112332-c1f014ebc24b
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-20260919112308-a1b4c0dc8893 // indirect
github.com/MarkRosemaker/yaml2json v0.0.0-20260919112308-cbb7454d758e // indirect
golang.org/x/exp v0.0.0-20260908205506-85c1c2202aba // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)