Skip to content
This repository was archived by the owner on Nov 20, 2023. It is now read-only.

[WIP] protoBuilder: generates some protobuf messages #117

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 10 additions & 9 deletions generator/go.mod
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
module github.com/hashicorp/nomad-openapi/generator

go 1.17
go 1.19

require (
github.com/getkin/kin-openapi v0.74.0
github.com/ghodss/yaml v1.0.0
github.com/hashicorp/go-hclog v1.2.0
github.com/hashicorp/nomad v1.3.2
github.com/hashicorp/nomad/api v0.0.0-20220719070052-7e29f64aecc1
github.com/hashicorp/nomad v1.3.4
github.com/hashicorp/nomad/api v0.0.0-20220826160459-e23b47e448c6
github.com/stretchr/testify v1.8.0
)

Expand Down Expand Up @@ -64,7 +64,6 @@ require (
github.com/containernetworking/cni v1.0.1 // indirect
github.com/containernetworking/plugins v1.0.1 // indirect
github.com/coreos/go-iptables v0.6.0 // indirect
github.com/coreos/go-semver v0.3.0 // indirect
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
github.com/creack/pty v1.1.18 // indirect
github.com/cyphar/filepath-securejoin v0.2.3 // indirect
Expand Down Expand Up @@ -108,7 +107,7 @@ require (
github.com/gorilla/websocket v1.5.0 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.2.1-0.20200228141219-3ce3d519df39 // indirect
github.com/hashicorp/consul v1.7.8 // indirect
github.com/hashicorp/consul-template v0.29.1 // indirect
github.com/hashicorp/consul-template v0.29.2-0.20220803104536-583050a85eea // indirect
github.com/hashicorp/consul/api v1.13.0 // indirect
github.com/hashicorp/cronexpr v1.1.1 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
Expand All @@ -117,7 +116,7 @@ require (
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-connlimit v0.3.0 // indirect
github.com/hashicorp/go-cty-funcs v0.0.0-20200930094925-2721b1e36840 // indirect
github.com/hashicorp/go-discover v0.0.0-20210818145131-c573d69da192 // indirect
github.com/hashicorp/go-discover v0.0.0-20220621183603-a413e131e836 // indirect
github.com/hashicorp/go-envparse v0.0.0-20180119215841-310ca1881b22 // indirect
github.com/hashicorp/go-getter v1.6.1 // indirect
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
Expand All @@ -134,6 +133,7 @@ require (
github.com/hashicorp/go-secure-stdlib/reloadutil v0.1.1 // indirect
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect
github.com/hashicorp/go-secure-stdlib/tlsutil v0.1.1 // indirect
github.com/hashicorp/go-set v0.1.2 // indirect
github.com/hashicorp/go-sockaddr v1.0.2 // indirect
github.com/hashicorp/go-syslog v1.0.0 // indirect
github.com/hashicorp/go-uuid v1.0.2 // indirect
Expand All @@ -145,7 +145,7 @@ require (
github.com/hashicorp/mdns v1.0.4 // indirect
github.com/hashicorp/memberlist v0.3.1 // indirect
github.com/hashicorp/net-rpc-msgpackrpc v0.0.0-20151116020338-a14192a58a69 // indirect
github.com/hashicorp/raft v1.3.5 // indirect
github.com/hashicorp/raft v1.3.9 // indirect
github.com/hashicorp/raft-boltdb/v2 v2.2.0 // indirect
github.com/hashicorp/serf v0.9.7 // indirect
github.com/hashicorp/vault/api v1.4.1 // indirect
Expand All @@ -155,7 +155,7 @@ require (
github.com/hashicorp/yamux v0.0.0-20211028200310-0bc27b27de87 // indirect
github.com/hpcloud/tail v1.0.1-0.20170814160653-37f427138745 // indirect
github.com/huandu/xstrings v1.3.2 // indirect
github.com/imdario/mergo v0.3.12 // indirect
github.com/imdario/mergo v0.3.13 // indirect
github.com/ishidawataru/sctp v0.0.0-20191218070446-00ab2ac2db07 // indirect
github.com/jefferai/isbadcipher v0.0.0-20190226160619-51d2077c035f // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
Expand Down Expand Up @@ -229,6 +229,7 @@ require (
go.opencensus.io v0.23.0 // indirect
go.uber.org/atomic v1.9.0 // indirect
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
golang.org/x/exp v0.0.0-20220609121020-a51bd0440498 // indirect
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
Expand All @@ -248,7 +249,7 @@ require (
gopkg.in/tomb.v2 v2.0.0-20140626144623-14b3d72120e8 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
oss.indeed.com/go/libtime v1.5.0 // indirect
oss.indeed.com/go/libtime v1.6.0 // indirect
)

// replace github.com/circonus-labs/circonusllhist v0.3.0 => github.com/openhistogram/circonusllhist v0.3.0
Loading