mirror of
https://github.com/mattermost/mattermost.git
synced 2026-05-23 18:55:27 -04:00
19 lines
520 B
Modula-2
19 lines
520 B
Modula-2
module github.com/mattermost/mattermost/api/internal
|
|
|
|
go 1.26.3
|
|
|
|
require (
|
|
github.com/pb33f/libopenapi v0.36.4
|
|
golang.org/x/tools v0.45.0
|
|
)
|
|
|
|
require (
|
|
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
|
|
)
|