-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (19 loc) · 779 Bytes
/
go.mod
File metadata and controls
22 lines (19 loc) · 779 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/nextmv-io/nextroute
go 1.21
require (
github.com/nextmv-io/sdk v1.8.3-0.20241219091227-002f36a342d6
gonum.org/v1/gonum v0.14.0
)
require (
github.com/danielgtaylor/huma v1.14.1 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/gorilla/schema v1.4.1 // indirect
github.com/iancoleman/strcase v0.2.0 // indirect
github.com/itzg/go-flagsfiller v1.9.1 // indirect
github.com/sergi/go-diff v1.3.1 // indirect
github.com/stretchr/testify v1.8.2 // indirect
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
golang.org/x/exp v0.0.0-20240205201215-2c58cdc269a3 // indirect
)