From 2f72428d50f9c0b5dd60d2573f00dc27a573285f Mon Sep 17 00:00:00 2001 From: Tate Date: Tue, 10 Oct 2023 14:00:56 -0600 Subject: [PATCH] go mod tidy --- integration-tests/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/go.mod b/integration-tests/go.mod index 8e00cf076..4af227c7e 100644 --- a/integration-tests/go.mod +++ b/integration-tests/go.mod @@ -11,7 +11,6 @@ require ( github.com/google/uuid v1.3.1 github.com/lib/pq v1.10.9 github.com/onsi/gomega v1.27.8 - github.com/pkg/errors v0.9.1 github.com/rs/zerolog v1.30.0 github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b github.com/smartcontractkit/chainlink-env v0.38.1 @@ -346,6 +345,7 @@ require ( github.com/pelletier/go-toml/v2 v2.1.0 // indirect github.com/peterbourgon/diskv v2.0.1+incompatible // indirect github.com/petermattis/goid v0.0.0-20230317030725-371a4b8eda08 // indirect + github.com/pkg/errors v0.9.1 // indirect github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect github.com/prometheus/alertmanager v0.25.1 // indirect