forked from altipla-consulting/reloader
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (19 loc) · 651 Bytes
/
go.mod
File metadata and controls
22 lines (19 loc) · 651 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/altipla-consulting/reloader
go 1.20
require (
github.com/altipla-consulting/cmdbase v0.2.6
github.com/altipla-consulting/errors v1.2.5
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.7.0
golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1
golang.org/x/sync v0.2.0
libs.altipla.consulting v1.185.0
)
require (
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/kyokomi/emoji/v2 v2.2.12 // indirect
github.com/natefinch/lumberjack v2.0.0+incompatible // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sys v0.8.0 // indirect
)