-
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-20260425165607-bbd4959d04d9
github.com/MarkRosemaker/jsonutil v0.0.0-20260822121424-820b30d4cb47
github.com/MarkRosemaker/ordmap v0.0.0-20260821225345-9c948bb0ea43
github.com/MarkRosemaker/yaml v0.0.0-20260820194724-a126111ba94f
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-20260820194645-20aa3a7082f4 // indirect
github.com/MarkRosemaker/yaml2json v0.0.0-20260820194543-4c959435803e // indirect
golang.org/x/exp v0.0.0-20260820142414-ca536658362e // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)