-
Notifications
You must be signed in to change notification settings - Fork 8
/
go.mod
24 lines (21 loc) · 828 Bytes
/
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
module github.com/mr-karan/nomad-events-sink
go 1.18
require (
github.com/hashicorp/nomad/api v0.0.0-20211103234928-04cab9dbecd3
github.com/knadh/koanf v1.3.2
github.com/sirupsen/logrus v1.8.1
github.com/spf13/pflag v1.0.5
)
require (
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/gorilla/websocket v1.4.1 // indirect
github.com/hashicorp/cronexpr v1.1.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/pelletier/go-toml v1.7.0 // indirect
golang.org/x/sys v0.0.0-20200331124033-c3d80250170d // indirect
)