-
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) · 725 Bytes
/
Copy pathgo.mod
File metadata and controls
19 lines (16 loc) · 725 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.25.0
require (
github.com/MarkRosemaker/errpath v0.0.0-20260425165607-bbd4959d04d9
github.com/MarkRosemaker/jsonutil v0.0.0-20260504210623-75122b64cb24
github.com/MarkRosemaker/ordmap v0.0.0-20260611220112-724580dd2bee
github.com/MarkRosemaker/yaml v0.0.0-20260508005758-fe21a538b084
github.com/go-api-libs/types v0.0.0-20251210072721-82754f56609d
)
require (
cloud.google.com/go v0.123.0 // indirect
github.com/MarkRosemaker/json2yaml v0.0.0-20260507220148-d6cc0d01bff0 // indirect
github.com/MarkRosemaker/yaml2json v0.0.0-20260507220136-7748efc522b2 // indirect
golang.org/x/exp v0.0.0-20260611194520-c48552f49976 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)