-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
27 lines (24 loc) · 928 Bytes
/
go.mod
File metadata and controls
27 lines (24 loc) · 928 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
module github.com/rapour/geov
go 1.21.0
require (
github.com/ajstarks/svgo v0.0.0-20211024235047-1546f124cd8b
github.com/kellydunn/golang-geo v0.7.0
github.com/paulmach/go.geojson v1.5.0
github.com/pkg/profile v1.7.0
github.com/spf13/cobra v1.7.0
github.com/stretchr/testify v1.8.4
golang.org/x/exp v0.0.0-20230905200255-921286631fa9
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 // indirect
github.com/felixge/fgprof v0.9.3 // indirect
github.com/google/pprof v0.0.0-20211214055906-6f57359322fd // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/kylelemons/go-gypsy v1.0.0 // indirect
github.com/lib/pq v1.10.9 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/ziutek/mymysql v1.5.4 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)