From 66bda4455aa83579cd2b66c44763ec170df44d2e Mon Sep 17 00:00:00 2001 From: Drew Bailey <2614075+drewbailey@users.noreply.github.com> Date: Tue, 6 Oct 2020 09:47:16 -0400 Subject: [PATCH] go-memdb v1.3.0 --- go.mod | 3 +-- go.sum | 3 +++ vendor/modules.txt | 3 +-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index d399bf5f9..63877eb50 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,6 @@ replace ( github.com/godbus/dbus => github.com/godbus/dbus v5.0.1+incompatible github.com/golang/protobuf => github.com/golang/protobuf v1.3.4 github.com/hashicorp/go-discover => github.com/hashicorp/go-discover v0.0.0-20200812215701-c4b85f6ed31f - github.com/hashicorp/go-memdb => /home/drew/work/go/go-memdb github.com/hashicorp/nomad/api => ./api github.com/kr/pty => github.com/kr/pty v1.1.5 github.com/shirou/gopsutil => github.com/hashicorp/gopsutil v2.18.13-0.20200531184148-5aca383d4f9d+incompatible @@ -64,7 +63,7 @@ require ( github.com/hashicorp/go-getter v1.3.1-0.20190822194507-f5101da01173 github.com/hashicorp/go-hclog v0.12.0 github.com/hashicorp/go-immutable-radix v1.3.0 - github.com/hashicorp/go-memdb v1.2.1 + github.com/hashicorp/go-memdb v1.3.0 github.com/hashicorp/go-msgpack v1.1.5 github.com/hashicorp/go-multierror v1.1.0 github.com/hashicorp/go-plugin v1.0.2-0.20191004171845-809113480b55 diff --git a/go.sum b/go.sum index ed55baff1..c034bd861 100644 --- a/go.sum +++ b/go.sum @@ -394,6 +394,9 @@ github.com/hashicorp/go-immutable-radix v1.2.0 h1:l6UW37iCXwZkZoAbEYnptSHVE/cQ5b github.com/hashicorp/go-immutable-radix v1.2.0/go.mod h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60= github.com/hashicorp/go-immutable-radix v1.3.0 h1:8exGP7ego3OmkfksihtSouGMZ+hQrhxx+FVELeXpVPE= github.com/hashicorp/go-immutable-radix v1.3.0/go.mod h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60= +github.com/hashicorp/go-memdb v1.0.3/go.mod h1:LWQ8R70vPrS4OEY9k28D2z8/Zzyu34NVzeRibGAzHO0= +github.com/hashicorp/go-memdb v1.3.0 h1:xdXq34gBOMEloa9rlGStLxmfX/dyIK8htOv36dQUwHU= +github.com/hashicorp/go-memdb v1.3.0/go.mod h1:Mluclgwib3R93Hk5fxEfiRhB+6Dar64wWh71LpNSe3g= github.com/hashicorp/go-msgpack v0.5.3/go.mod h1:ahLV/dePpqEmjfWmKiqvPkv/twdG7iPBM1vqhUKIvfM= github.com/hashicorp/go-msgpack v0.5.5/go.mod h1:ahLV/dePpqEmjfWmKiqvPkv/twdG7iPBM1vqhUKIvfM= github.com/hashicorp/go-msgpack v1.1.5 h1:9byZdVjKTe5mce63pRVNP1L7UAmdHOTEMGehn6KvJWs= diff --git a/vendor/modules.txt b/vendor/modules.txt index 5af8e5004..e43b07720 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -411,7 +411,7 @@ github.com/hashicorp/go-hclog # github.com/hashicorp/go-immutable-radix v1.3.0 ## explicit github.com/hashicorp/go-immutable-radix -# github.com/hashicorp/go-memdb v1.2.1 => /home/drew/work/go/go-memdb +# github.com/hashicorp/go-memdb v1.3.0 ## explicit github.com/hashicorp/go-memdb # github.com/hashicorp/go-msgpack v1.1.5 @@ -1019,7 +1019,6 @@ honnef.co/go/tools/version # github.com/godbus/dbus => github.com/godbus/dbus v5.0.1+incompatible # github.com/golang/protobuf => github.com/golang/protobuf v1.3.4 # github.com/hashicorp/go-discover => github.com/hashicorp/go-discover v0.0.0-20200812215701-c4b85f6ed31f -# github.com/hashicorp/go-memdb => /home/drew/work/go/go-memdb # github.com/hashicorp/nomad/api => ./api # github.com/kr/pty => github.com/kr/pty v1.1.5 # github.com/shirou/gopsutil => github.com/hashicorp/gopsutil v2.18.13-0.20200531184148-5aca383d4f9d+incompatible