-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (19 loc) · 800 Bytes
/
go.mod
File metadata and controls
21 lines (19 loc) · 800 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/comhttp/enso
go 1.16
require (
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/comhttp/explorer v0.0.0-20211207085422-cb5b683c4249
github.com/comhttp/jdb v0.0.0-20211130121204-fbecf44dbb2a // indirect
github.com/comhttp/jorm v0.0.0-20211207172058-38472bc3538c
github.com/disintegration/imaging v1.6.2
github.com/gofiber/fiber/v2 v2.23.0
github.com/gofiber/utils v0.1.2 // indirect
github.com/muesli/smartcrop v0.3.0
github.com/rs/zerolog v1.26.0
github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd
golang.org/x/image v0.0.0-20211028202545-6944b10bf410
golang.org/x/net v0.0.0-20211206223403-eba003a116a9 // indirect
golang.org/x/sys v0.0.0-20211205182925-97ca703d548d // indirect
golang.org/x/text v0.3.7
willnorris.com/go/gifresize v1.0.0
)