-
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
/
go.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-20241223110529-3530cd011135
github.com/MarkRosemaker/jsonutil v0.0.0-20251214212235-f6cc4b1f198b
github.com/MarkRosemaker/ordmap v0.0.0-20260219021334-1fa39fe09f82
github.com/MarkRosemaker/yaml v0.0.0-20251210071319-19c2e5051239
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-20251208203737-0c5e035d8679 // indirect
github.com/MarkRosemaker/yaml2json v0.0.0-20251208205025-7b6431088b7b // indirect
golang.org/x/exp v0.0.0-20260218203240-3dfff04db8fa // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)