Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Bump github.com/hashicorp/nomad from 1.1.14 to 1.4.11 #46

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
12 changes: 3 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,9 @@ go 1.15
require (
github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f // indirect
github.com/godbus/dbus v4.1.0+incompatible // indirect
github.com/hashicorp/go-hclog v0.14.1
github.com/hashicorp/nomad v1.1.14
github.com/hashicorp/nomad/api v0.0.0-20210622141236-e978d371fa4f // indirect
github.com/kr/pty v1.1.8 // indirect
github.com/hashicorp/go-hclog v1.4.0
github.com/hashicorp/nomad v1.4.11
github.com/lxc/go-lxc v0.0.0-20210607135324-10de240d43ab
github.com/onsi/ginkgo v1.12.0 // indirect
github.com/opencontainers/runc v1.1.12
github.com/stretchr/testify v1.7.0
golang.org/x/exp v0.0.0-20191030013958-a1ab85dbe136 // indirect
golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
github.com/stretchr/testify v1.8.4
)
Loading