Skip to content

Commit

Permalink
Merge pull request #1768 from zregvart/pr/upstream-wiremock
Browse files Browse the repository at this point in the history
Use the upstream go-wiremock dependency
  • Loading branch information
lcarva authored Jul 19, 2024
2 parents 09e250e + 895fa75 commit 911f2fa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion acceptance/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ require (
github.com/tektoncd/pipeline v0.60.2
github.com/testcontainers/testcontainers-go v0.31.0
github.com/transparency-dev/merkle v0.0.2
github.com/walkerus/go-wiremock v1.7.0
github.com/wiremock/go-wiremock v1.9.0
github.com/yudai/gojsondiff v1.0.0
golang.org/x/exp v0.0.0-20231108232855-2478ac86f678
gopkg.in/go-jose/go-jose.v2 v2.6.3
Expand Down
4 changes: 2 additions & 2 deletions acceptance/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -902,8 +902,8 @@ github.com/transparency-dev/merkle v0.0.2 h1:Q9nBoQcZcgPamMkGn7ghV8XiTZ/kRxn1yCG
github.com/transparency-dev/merkle v0.0.2/go.mod h1:pqSy+OXefQ1EDUVmAJ8MUhHB9TXGuzVAT58PqBoHz1A=
github.com/vbatts/tar-split v0.11.5 h1:3bHCTIheBm1qFTcgh9oPu+nNBtX+XJIupG/vacinCts=
github.com/vbatts/tar-split v0.11.5/go.mod h1:yZbwRsSeGjusneWgA781EKej9HF8vme8okylkAeNKLk=
github.com/walkerus/go-wiremock v1.7.0 h1:5J83+bKxR6Pam4+S6VwXPHJk3MC2l3jTgleYpRFsORQ=
github.com/walkerus/go-wiremock v1.7.0/go.mod h1:gMzQpReT5mG5T/PaW8pSFiPhazrcHb1mnf6JHdKwY5w=
github.com/wiremock/go-wiremock v1.9.0 h1:9xcU4/IoEfgCaH4TGhQTtiQyBh2eMtu9JB6ppWduK+E=
github.com/wiremock/go-wiremock v1.9.0/go.mod h1:/uvO0XFheyy8XetvQqm4TbNQRsGPlByeNegzLzvXs0c=
github.com/xanzy/go-gitlab v0.102.0 h1:ExHuJ1OTQ2yt25zBMMj0G96ChBirGYv8U7HyUiYkZ+4=
github.com/xanzy/go-gitlab v0.102.0/go.mod h1:ETg8tcj4OhrB84UEgeE8dSuV/0h4BBL1uOV/qK0vlyI=
github.com/xanzy/ssh-agent v0.3.3 h1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM=
Expand Down
2 changes: 1 addition & 1 deletion acceptance/wiremock/wiremock.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import (
"github.com/otiai10/copy"
"github.com/testcontainers/testcontainers-go"
"github.com/testcontainers/testcontainers-go/wait"
"github.com/walkerus/go-wiremock"
"github.com/wiremock/go-wiremock"

"github.com/enterprise-contract/ec-cli/acceptance/log"
"github.com/enterprise-contract/ec-cli/acceptance/testenv"
Expand Down

0 comments on commit 911f2fa

Please sign in to comment.