2023-08-03 11:45:10 -04:00
|
|
|
module github.com/mattermost/mattermost/api/internal
|
|
|
|
|
|
2026-05-20 17:25:49 -04:00
|
|
|
go 1.26.3
|
2023-08-03 11:45:10 -04:00
|
|
|
|
|
|
|
|
require (
|
2026-05-20 17:25:49 -04:00
|
|
|
github.com/pb33f/libopenapi v0.36.4
|
|
|
|
|
golang.org/x/tools v0.45.0
|
2023-08-03 11:45:10 -04:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
2026-05-20 17:25:49 -04:00
|
|
|
github.com/bahlo/generic-list-go v0.2.0 // indirect
|
|
|
|
|
github.com/buger/jsonparser v1.2.0 // indirect
|
|
|
|
|
github.com/google/go-cmp v0.7.0 // indirect
|
|
|
|
|
github.com/pb33f/jsonpath v0.8.2 // indirect
|
|
|
|
|
github.com/pb33f/ordered-map/v2 v2.3.1 // indirect
|
|
|
|
|
go.yaml.in/yaml/v4 v4.0.0-rc.4 // indirect
|
|
|
|
|
golang.org/x/mod v0.36.0 // indirect
|
|
|
|
|
golang.org/x/sync v0.20.0 // indirect
|
2023-08-03 11:45:10 -04:00
|
|
|
)
|