2024-01-04 04:39:47 +00:00
|
|
|
module git.iamthefij.com/iamthefij/nomad-var-dirsync
|
|
|
|
|
2024-01-04 05:29:26 +00:00
|
|
|
go 1.21
|
2024-01-04 04:39:47 +00:00
|
|
|
|
|
|
|
require (
|
2024-01-04 05:23:12 +00:00
|
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
|
|
|
github.com/hashicorp/cronexpr v1.1.2 // indirect
|
|
|
|
github.com/hashicorp/errwrap v1.0.0 // indirect
|
|
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
|
|
|
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
|
|
|
|
github.com/hashicorp/nomad/api v0.0.0-20231213195942-64e3dca9274b // indirect
|
|
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
|
|
golang.org/x/exp v0.0.0-20230728194245-b0cb94b80691 // indirect
|
2024-01-04 04:39:47 +00:00
|
|
|
)
|