-
Notifications
You must be signed in to change notification settings - Fork 9
/
go.mod
49 lines (46 loc) · 1.81 KB
/
go.mod
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
module wloc
go 1.22.3
require (
github.com/DataDog/zstd v1.5.5
github.com/a-h/templ v0.2.707
github.com/acheong08/clir v0.0.0-20240604141034-836339f05e01
github.com/buckhx/tiles v0.0.0-20160614171505-4994e5527da5
github.com/gptlang/oui v0.0.0-20240522122259-08e97ad0b56a
github.com/jftuga/geodist v1.0.0
github.com/jonas-p/go-shp v0.1.1
github.com/labstack/echo/v4 v4.12.0
github.com/leaanthony/clir v1.7.0
github.com/paulmach/orb v0.11.1
github.com/schollz/progressbar/v3 v3.14.4
github.com/tidwall/btree v1.7.0
gonum.org/v1/gonum v0.15.0
google.golang.org/protobuf v1.34.1
modernc.org/sqlite v1.31.1
)
require (
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
github.com/labstack/gommon v0.4.2 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/ncruces/go-strftime v0.1.9 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
golang.org/x/crypto v0.22.0 // indirect
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
golang.org/x/net v0.24.0 // indirect
golang.org/x/sys v0.22.0 // indirect
golang.org/x/term v0.20.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/tools v0.19.0 // indirect
modernc.org/gc/v3 v3.0.0-20240107210532-573471604cb6 // indirect
modernc.org/libc v1.55.3 // indirect
modernc.org/mathutil v1.6.0 // indirect
modernc.org/memory v1.8.0 // indirect
modernc.org/strutil v1.2.0 // indirect
modernc.org/token v1.1.0 // indirect
)