-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (21 loc) · 831 Bytes
/
go.mod
File metadata and controls
23 lines (21 loc) · 831 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/comhttp/jorm
go 1.16
require (
github.com/cloudflare/cloudflare-go v0.27.0
github.com/comhttp/explorer v0.0.0-20211207085422-cb5b683c4249
github.com/comhttp/jdbc v0.0.0-20211121061740-8c5fa05cefa3
github.com/disintegration/imaging v1.6.2
github.com/gorilla/handlers v1.5.1
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.4.2
github.com/jcelliott/lumber v0.0.0-20160324203708-dd349441af25
github.com/miguelmota/go-coinmarketcap v0.1.8
github.com/muesli/smartcrop v0.3.0
github.com/rs/zerolog v1.26.0
github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd
github.com/sensepost/gowitness v0.0.0-20210807140749-38b57db38ae5
github.com/superoo7/go-gecko v1.0.0
golang.org/x/image v0.0.0-20211028202545-6944b10bf410
golang.org/x/text v0.3.7
willnorris.com/go/gifresize v1.0.0
)