-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathgo.mod
More file actions
19 lines (16 loc) · 505 Bytes
/
go.mod
File metadata and controls
19 lines (16 loc) · 505 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/mattevans/abode
go 1.19
require (
github.com/kylelemons/godebug v1.1.0
github.com/onsi/gomega v1.20.2
googlemaps.github.io/maps v1.3.2
)
require (
github.com/google/go-cmp v0.5.8 // indirect
github.com/google/uuid v1.1.1 // indirect
go.opencensus.io v0.22.3 // indirect
golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)