-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
31 lines (28 loc) · 1.28 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
module github.com/ladydascalie/quakes
go 1.21.6
require (
github.com/globalsign/mgo v0.0.0-20180220100256-baa28fcb8e7d
github.com/joho/godotenv v1.2.0
github.com/labstack/echo v3.3.4+incompatible
github.com/mailru/easyjson v0.0.0-20180311161919-f594efddfa17
github.com/paulmach/go.geojson v1.3.1
github.com/tidwall/gjson v1.17.0
github.com/tucnak/telebot v0.0.0-20170912115553-00cebf376d79
golang.org/x/crypto v0.0.0-20180319061731-c3a3ad6d03f7
)
require (
github.com/armon/go-radix v0.0.0-20170727155443-1fca145dffbc // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/labstack/gommon v0.2.2-0.20180312174116-6fe1405d73ec // indirect
github.com/mattn/go-colorable v0.0.9 // indirect
github.com/mattn/go-isatty v0.0.3 // indirect
github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452 // indirect
github.com/pkg/errors v0.8.0 // indirect
github.com/stretchr/testify v1.8.4 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v0.0.0-20170224212429-dcecefd839c4 // indirect
golang.org/x/sys v0.0.0-20180319153314-d8e400bc7db4 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)