-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathgo.mod
More file actions
19 lines (17 loc) · 671 Bytes
/
go.mod
File metadata and controls
19 lines (17 loc) · 671 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/devgenie/miniature
go 1.12
require (
github.com/aead/ecdh v0.2.0
github.com/gizak/termui/v3 v3.1.0 // indirect
github.com/go-chi/chi v1.5.4 // indirect
github.com/google/uuid v1.2.0 // indirect
github.com/lithammer/shortuuid/v3 v3.0.5
github.com/pierrec/lz4 v2.6.0+incompatible
github.com/pierrec/lz4/v4 v4.1.3
github.com/robfig/cron v1.2.0
github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 // indirect
golang.org/x/net v0.0.0-20210220033124-5f55cee0dc0d
golang.org/x/sys v0.0.0-20210220050731-9a76102bfb43 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)