github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/go.mod (about)

     1  module github.com/anth0d/nomad
     2  
     3  go 1.19
     4  
     5  // Pinned dependencies are noted in github.com/hashicorp/nomad/issues/11826
     6  replace (
     7  	github.com/Microsoft/go-winio => github.com/endocrimes/go-winio v0.4.13-0.20190628114223-fb47a8b41948
     8  	github.com/hashicorp/go-discover => github.com/hashicorp/go-discover v0.0.0-20220621183603-a413e131e836
     9  	github.com/hashicorp/hcl => github.com/hashicorp/hcl v1.0.1-0.20201016140508-a07e7d50bbee
    10  )
    11  
    12  // Nomad is built using the current source of the API module
    13  replace github.com/hashicorp/nomad => ./
    14  
    15  require (
    16  	github.com/LK4D4/joincontext v0.0.0-20171026170139-1724345da6d5
    17  	github.com/Microsoft/go-winio v0.6.0
    18  	github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e
    19  	github.com/armon/go-metrics v0.4.1
    20  	github.com/aws/aws-sdk-go v1.44.142
    21  	github.com/container-storage-interface/spec v1.4.0
    22  	github.com/containerd/go-cni v1.1.7
    23  	github.com/containernetworking/cni v1.1.2
    24  	github.com/containernetworking/plugins v1.1.1
    25  	github.com/coreos/go-iptables v0.6.0
    26  	github.com/creack/pty v1.1.18
    27  	github.com/docker/cli v20.10.21+incompatible
    28  	github.com/docker/distribution v2.8.1+incompatible
    29  	github.com/docker/docker v20.10.21+incompatible
    30  	github.com/docker/go-units v0.5.0
    31  	github.com/docker/libnetwork v0.8.0-dev.2.0.20210525090646-64b7a4574d14
    32  	github.com/dustin/go-humanize v1.0.0
    33  	github.com/elazarl/go-bindata-assetfs v1.0.1-0.20200509193318-234c15e7648f
    34  	github.com/fatih/color v1.13.0 // indirect
    35  	github.com/fsouza/go-dockerclient v1.9.0
    36  	github.com/golang/protobuf v1.5.2
    37  	github.com/golang/snappy v0.0.4
    38  	github.com/google/go-cmp v0.5.9
    39  	github.com/gorilla/handlers v1.5.1
    40  	github.com/gorilla/websocket v1.5.0
    41  	github.com/gosuri/uilive v0.0.4
    42  	github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
    43  	github.com/hashicorp/consul-template v0.29.6-0.20221026140134-90370e07bf62
    44  	github.com/hashicorp/consul/api v1.15.3
    45  	github.com/hashicorp/consul/sdk v0.13.0
    46  	github.com/hashicorp/cronexpr v1.1.1
    47  	github.com/hashicorp/go-bexpr v0.1.11
    48  	github.com/hashicorp/go-checkpoint v0.0.0-20171009173528-1545e56e46de
    49  	github.com/hashicorp/go-cleanhttp v0.5.2
    50  	github.com/hashicorp/go-connlimit v0.3.0
    51  	github.com/hashicorp/go-cty-funcs v0.0.0-20200930094925-2721b1e36840
    52  	// NOTE: update the version for github.com/hashicorp/go-discover in the
    53  	// `replace` block as well to prevent other dependencies from pulling older
    54  	// versions.
    55  	github.com/hashicorp/go-discover v0.0.0-20220621183603-a413e131e836
    56  	github.com/hashicorp/go-envparse v0.0.0-20180119215841-310ca1881b22
    57  	github.com/hashicorp/go-getter v1.6.2
    58  	github.com/hashicorp/go-hclog v1.3.1
    59  	github.com/hashicorp/go-immutable-radix v1.3.1
    60  	github.com/hashicorp/go-kms-wrapping/v2 v2.0.5
    61  	github.com/hashicorp/go-memdb v1.3.4
    62  	github.com/hashicorp/go-msgpack v1.1.5
    63  	github.com/hashicorp/go-multierror v1.1.1
    64  	github.com/hashicorp/go-plugin v1.4.6
    65  	github.com/hashicorp/go-secure-stdlib/listenerutil v0.1.4
    66  	github.com/hashicorp/go-secure-stdlib/strutil v0.1.2
    67  	github.com/hashicorp/go-set v0.1.6
    68  	github.com/hashicorp/go-sockaddr v1.0.2
    69  	github.com/hashicorp/go-syslog v1.0.0
    70  	github.com/hashicorp/go-uuid v1.0.3
    71  	github.com/hashicorp/go-version v1.6.0
    72  	github.com/hashicorp/golang-lru v0.5.4
    73  	github.com/hashicorp/hcl v1.0.1-vault-3
    74  	github.com/hashicorp/hcl/v2 v2.9.2-0.20220525143345-ab3cae0737bc
    75  	github.com/hashicorp/logutils v1.0.0
    76  	github.com/hashicorp/memberlist v0.5.0
    77  	github.com/hashicorp/net-rpc-msgpackrpc v0.0.0-20151116020338-a14192a58a69
    78  	github.com/hashicorp/nomad/api v0.0.0-20221006174558-2aa7e66bdb52
    79  	github.com/hashicorp/raft v1.3.11
    80  	github.com/hashicorp/raft-autopilot v0.1.6
    81  	github.com/hashicorp/raft-boltdb/v2 v2.2.2
    82  	github.com/hashicorp/serf v0.10.1
    83  	github.com/hashicorp/vault/api v1.8.2
    84  	github.com/hashicorp/vault/sdk v0.6.1
    85  	github.com/hashicorp/yamux v0.0.0-20211028200310-0bc27b27de87
    86  	github.com/hpcloud/tail v1.0.1-0.20170814160653-37f427138745
    87  	github.com/kr/pretty v0.3.1
    88  	github.com/kr/text v0.2.0
    89  	github.com/mattn/go-colorable v0.1.13
    90  	github.com/miekg/dns v1.1.50
    91  	github.com/mitchellh/cli v1.1.5
    92  	github.com/mitchellh/colorstring v0.0.0-20150917214807-8631ce90f286
    93  	github.com/mitchellh/copystructure v1.2.0
    94  	github.com/mitchellh/go-glint v0.0.0-20210722152315-6515ceb4a127
    95  	github.com/mitchellh/go-ps v0.0.0-20190716172923-621e5597135b
    96  	github.com/mitchellh/go-testing-interface v1.14.1
    97  	github.com/mitchellh/hashstructure v1.1.0
    98  	github.com/mitchellh/mapstructure v1.5.0
    99  	github.com/mitchellh/reflectwalk v1.0.2
   100  	github.com/moby/sys/mount v0.3.3
   101  	github.com/moby/sys/mountinfo v0.6.2
   102  	github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
   103  	github.com/opencontainers/runc v1.1.4
   104  	github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417
   105  	github.com/posener/complete v1.2.3
   106  	github.com/prometheus/client_golang v1.13.0
   107  	github.com/prometheus/common v0.37.0
   108  	github.com/rs/cors v1.8.2
   109  	github.com/ryanuber/columnize v2.1.2+incompatible
   110  	github.com/ryanuber/go-glob v1.0.0
   111  	github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529
   112  	github.com/shirou/gopsutil/v3 v3.22.10
   113  	github.com/shoenig/go-landlock v0.1.3
   114  	github.com/shoenig/test v0.4.6
   115  	github.com/skratchdot/open-golang v0.0.0-20160302144031-75fb7ed4208c
   116  	github.com/stretchr/testify v1.8.1
   117  	github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635
   118  	github.com/zclconf/go-cty v1.12.1
   119  	github.com/zclconf/go-cty-yaml v1.0.3
   120  	go.etcd.io/bbolt v1.3.6
   121  	go.uber.org/goleak v1.2.0
   122  	golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d
   123  	golang.org/x/exp v0.0.0-20220921164117-439092de6870
   124  	golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
   125  	golang.org/x/sys v0.2.0
   126  	golang.org/x/time v0.0.0-20220224211638-0e9765cccd65
   127  	google.golang.org/grpc v1.51.0
   128  	google.golang.org/protobuf v1.28.1
   129  	gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
   130  	gopkg.in/tomb.v2 v2.0.0-20140626144623-14b3d72120e8
   131  	oss.indeed.com/go/libtime v1.6.0
   132  )
   133  
   134  require (
   135  	cloud.google.com/go v0.97.0 // indirect
   136  	cloud.google.com/go/storage v1.18.2 // indirect
   137  	github.com/Azure/azure-sdk-for-go v56.3.0+incompatible // indirect
   138  	github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
   139  	github.com/Azure/go-autorest v14.2.0+incompatible // indirect
   140  	github.com/Azure/go-autorest/autorest v0.11.20 // indirect
   141  	github.com/Azure/go-autorest/autorest/adal v0.9.15 // indirect
   142  	github.com/Azure/go-autorest/autorest/azure/auth v0.5.1 // indirect
   143  	github.com/Azure/go-autorest/autorest/azure/cli v0.4.0 // indirect
   144  	github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
   145  	github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
   146  	github.com/Azure/go-autorest/autorest/validation v0.3.0 // indirect
   147  	github.com/Azure/go-autorest/logger v0.2.1 // indirect
   148  	github.com/Azure/go-autorest/tracing v0.6.0 // indirect
   149  	github.com/BurntSushi/toml v1.2.1 // indirect
   150  	github.com/DataDog/datadog-go v3.2.0+incompatible // indirect
   151  	github.com/Masterminds/goutils v1.1.1 // indirect
   152  	github.com/Masterminds/semver v1.5.0 // indirect
   153  	github.com/Masterminds/semver/v3 v3.1.1 // indirect
   154  	github.com/Masterminds/sprig v2.22.0+incompatible // indirect
   155  	github.com/Masterminds/sprig/v3 v3.2.1 // indirect
   156  	github.com/Microsoft/hcsshim v0.9.3 // indirect
   157  	github.com/VividCortex/ewma v1.1.1 // indirect
   158  	github.com/agext/levenshtein v1.2.1 // indirect
   159  	github.com/apparentlymart/go-cidr v1.0.1 // indirect
   160  	github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
   161  	github.com/armon/go-radix v1.0.0 // indirect
   162  	github.com/beorn7/perks v1.0.1 // indirect
   163  	github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
   164  	github.com/bgentry/speakeasy v0.1.0 // indirect
   165  	github.com/bmatcuk/doublestar v1.1.5 // indirect
   166  	github.com/boltdb/bolt v1.3.1 // indirect
   167  	github.com/brianvoe/gofakeit/v6 v6.19.0
   168  	github.com/cenkalti/backoff/v3 v3.2.2 // indirect
   169  	github.com/census-instrumentation/opencensus-proto v0.3.0 // indirect
   170  	github.com/cespare/xxhash/v2 v2.1.2 // indirect
   171  	github.com/checkpoint-restore/go-criu/v5 v5.3.0 // indirect
   172  	github.com/cheggaaa/pb/v3 v3.0.5 // indirect
   173  	github.com/cilium/ebpf v0.9.1 // indirect
   174  	github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible // indirect
   175  	github.com/circonus-labs/circonusllhist v0.1.3 // indirect
   176  	github.com/cncf/udpa/go v0.0.0-20210930031921-04548b0d99d4 // indirect
   177  	github.com/cncf/xds/go v0.0.0-20211011173535-cb28da3451f1 // indirect
   178  	github.com/containerd/cgroups v1.0.3 // indirect
   179  	github.com/containerd/console v1.0.3 // indirect
   180  	github.com/containerd/containerd v1.6.6 // indirect
   181  	github.com/coreos/go-systemd/v22 v22.3.2 // indirect
   182  	github.com/cyphar/filepath-securejoin v0.2.3 // indirect
   183  	github.com/davecgh/go-spew v1.1.1 // indirect
   184  	github.com/denverdino/aliyungo v0.0.0-20190125010748-a747050bb1ba // indirect
   185  	github.com/digitalocean/godo v1.10.0 // indirect
   186  	github.com/dimchansky/utfbom v1.1.0 // indirect
   187  	github.com/docker/docker-credential-helpers v0.6.4 // indirect
   188  	github.com/docker/go-connections v0.4.0 // indirect
   189  	github.com/docker/go-metrics v0.0.1 // indirect
   190  	github.com/envoyproxy/go-control-plane v0.10.2-0.20220325020618-49ff273808a1 // indirect
   191  	github.com/envoyproxy/protoc-gen-validate v0.6.2 // indirect
   192  	github.com/felixge/httpsnoop v1.0.1 // indirect
   193  	github.com/go-ole/go-ole v1.2.6 // indirect
   194  	github.com/godbus/dbus/v5 v5.1.0 // indirect
   195  	github.com/gogo/protobuf v1.3.2 // indirect
   196  	github.com/gojuno/minimock/v3 v3.0.6 // indirect
   197  	github.com/golang-jwt/jwt/v4 v4.4.2
   198  	github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
   199  	github.com/google/btree v1.0.0 // indirect
   200  	github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135 // indirect
   201  	github.com/google/uuid v1.3.0 // indirect
   202  	github.com/googleapis/gax-go/v2 v2.1.1 // indirect
   203  	github.com/gookit/color v1.3.1 // indirect
   204  	github.com/gophercloud/gophercloud v0.1.0 // indirect
   205  	github.com/gorilla/mux v1.8.0 // indirect
   206  	github.com/hashicorp/errwrap v1.1.0 // indirect
   207  	github.com/hashicorp/go-retryablehttp v0.7.0 // indirect
   208  	github.com/hashicorp/go-rootcerts v1.0.2 // indirect
   209  	github.com/hashicorp/go-safetemp v1.0.0 // indirect
   210  	github.com/hashicorp/go-secure-stdlib/mlock v0.1.2 // indirect
   211  	github.com/hashicorp/go-secure-stdlib/parseutil v0.1.6 // indirect
   212  	github.com/hashicorp/go-secure-stdlib/reloadutil v0.1.1 // indirect
   213  	github.com/hashicorp/go-secure-stdlib/tlsutil v0.1.2 // indirect
   214  	github.com/hashicorp/mdns v1.0.4 // indirect
   215  	github.com/hashicorp/vault/api/auth/kubernetes v0.3.0 // indirect
   216  	github.com/hashicorp/vic v1.5.1-0.20190403131502-bbfe86ec9443 // indirect
   217  	github.com/huandu/xstrings v1.3.2 // indirect
   218  	github.com/imdario/mergo v0.3.13 // indirect
   219  	github.com/ishidawataru/sctp v0.0.0-20191218070446-00ab2ac2db07 // indirect
   220  	github.com/jefferai/isbadcipher v0.0.0-20190226160619-51d2077c035f // indirect
   221  	github.com/jmespath/go-jmespath v0.4.0 // indirect
   222  	github.com/joyent/triton-go v0.0.0-20190112182421-51ffac552869 // indirect
   223  	github.com/klauspost/compress v1.13.6 // indirect
   224  	github.com/linode/linodego v0.7.1 // indirect
   225  	github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
   226  	github.com/mattn/go-isatty v0.0.16 // indirect
   227  	github.com/mattn/go-runewidth v0.0.12 // indirect
   228  	github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
   229  	github.com/mitchellh/go-homedir v1.1.0 // indirect
   230  	github.com/mitchellh/go-wordwrap v1.0.1 // indirect
   231  	github.com/mitchellh/pointerstructure v1.2.1 // indirect
   232  	github.com/morikuni/aec v1.0.0 // indirect
   233  	github.com/mrunalp/fileutils v0.5.0 // indirect
   234  	github.com/muesli/reflow v0.3.0
   235  	github.com/nicolai86/scaleway-sdk v1.10.2-0.20180628010248-798f60e20bb2 // indirect
   236  	github.com/oklog/run v1.1.0 // indirect
   237  	github.com/opencontainers/go-digest v1.0.0 // indirect
   238  	github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799 // indirect
   239  	github.com/opencontainers/selinux v1.10.1 // indirect
   240  	github.com/packethost/packngo v0.1.1-0.20180711074735-b9cb5096f54c // indirect
   241  	github.com/pierrec/lz4 v2.6.1+incompatible // indirect
   242  	github.com/pkg/errors v0.9.1 // indirect
   243  	github.com/pmezard/go-difflib v1.0.0 // indirect
   244  	github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
   245  	github.com/prometheus/client_model v0.2.0 // indirect
   246  	github.com/prometheus/procfs v0.8.0 // indirect
   247  	github.com/renier/xmlrpc v0.0.0-20170708154548-ce4a1a486c03 // indirect
   248  	github.com/rivo/uniseg v0.2.0 // indirect
   249  	github.com/rogpeppe/go-internal v1.9.0 // indirect
   250  	github.com/seccomp/libseccomp-golang v0.10.0 // indirect
   251  	github.com/shopspring/decimal v1.2.0 // indirect
   252  	github.com/sirupsen/logrus v1.9.0 // indirect
   253  	github.com/softlayer/softlayer-go v0.0.0-20180806151055-260589d94c7d // indirect
   254  	github.com/spf13/cast v1.3.1 // indirect
   255  	github.com/stretchr/objx v0.5.0 // indirect
   256  	github.com/tencentcloud/tencentcloud-sdk-go v1.0.162 // indirect
   257  	github.com/tj/go-spin v1.1.0 // indirect
   258  	github.com/tklauser/go-sysconf v0.3.10 // indirect
   259  	github.com/tklauser/numcpus v0.4.0 // indirect
   260  	github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 // indirect
   261  	github.com/ulikunitz/xz v0.5.10 // indirect
   262  	github.com/vishvananda/netlink v1.2.1-beta.2 // indirect
   263  	github.com/vishvananda/netns v0.0.0-20211101163701-50045581ed74 // indirect
   264  	github.com/vmihailenco/msgpack/v4 v4.3.12 // indirect
   265  	github.com/vmihailenco/tagparser v0.1.1 // indirect
   266  	github.com/vmware/govmomi v0.18.0 // indirect
   267  	github.com/yusufpapurcu/wmi v1.2.2 // indirect
   268  	go.opencensus.io v0.23.0 // indirect
   269  	go.uber.org/atomic v1.9.0 // indirect
   270  	golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
   271  	golang.org/x/net v0.1.0 // indirect
   272  	golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b // indirect
   273  	golang.org/x/term v0.1.0 // indirect
   274  	golang.org/x/text v0.4.0 // indirect
   275  	golang.org/x/tools v0.1.12 // indirect
   276  	golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
   277  	google.golang.org/api v0.60.0 // indirect
   278  	google.golang.org/appengine v1.6.7 // indirect
   279  	google.golang.org/genproto v0.0.0-20220314164441-57ef72a4c106 // indirect
   280  	gopkg.in/fsnotify.v1 v1.4.7 // indirect
   281  	gopkg.in/resty.v1 v1.12.0 // indirect
   282  	gopkg.in/square/go-jose.v2 v2.6.0 // indirect
   283  	gopkg.in/yaml.v2 v2.4.0 // indirect
   284  	gopkg.in/yaml.v3 v3.0.1 // indirect
   285  	kernel.org/pub/linux/libs/security/libcap/psx v1.2.66 // indirect
   286  )
   287  
   288  require github.com/hashicorp/nomad v0.0.0-00010101000000-000000000000