-
-
Notifications
You must be signed in to change notification settings - Fork 98
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (19 loc) · 633 Bytes
/
go.mod
File metadata and controls
22 lines (19 loc) · 633 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/pb33f/libopenapi
go 1.25.0
require (
github.com/lucasjones/reggen v0.0.0-20200904144131-37ba4fa293bb
github.com/pb33f/jsonpath v0.8.2
github.com/pb33f/ordered-map/v2 v2.3.1
github.com/stretchr/testify v1.11.1
go.yaml.in/yaml/v4 v4.0.0-rc.4
golang.org/x/sync v0.20.0
)
require (
github.com/bahlo/generic-list-go v0.2.0 // indirect
github.com/buger/jsonparser v1.1.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)