-
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.26.3
require (
github.com/MarkRosemaker/errpath v0.0.0-20260425165607-bbd4959d04d9
github.com/MarkRosemaker/jsonutil v0.0.0-20260718153618-78b5039427a4
github.com/MarkRosemaker/ordmap v0.0.0-20260718220113-57637f5c3ff8
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-20260718201538-764159d718ef // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)