From 873fb93717f5950c8a368f5798980ae0abb24d1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 03:03:08 +0000 Subject: [PATCH] Bump github.com/armon/go-proxyproto Bumps [github.com/armon/go-proxyproto](https://github.com/armon/go-proxyproto) from 0.0.0-20210323213023-7e956b284f0a to 0.1.0. - [Commits](https://github.com/armon/go-proxyproto/commits/v0.1.0) --- updated-dependencies: - dependency-name: github.com/armon/go-proxyproto dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index b97ddc498..64f8a7bbd 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/quickfixgo/quickfix go 1.21 require ( - github.com/armon/go-proxyproto v0.0.0-20210323213023-7e956b284f0a + github.com/armon/go-proxyproto v0.1.0 github.com/mattn/go-sqlite3 v1.14.18 github.com/pkg/errors v0.9.1 github.com/shopspring/decimal v1.3.1 diff --git a/go.sum b/go.sum index 9a8357733..73ec74716 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/armon/go-proxyproto v0.0.0-20210323213023-7e956b284f0a h1:AP/vsCIvJZ129pdm9Ek7bH7yutN3hByqsMoNrWAxRQc= -github.com/armon/go-proxyproto v0.0.0-20210323213023-7e956b284f0a/go.mod h1:QmP9hvJ91BbJmGVGSbutW19IC0Q9phDCLGaomwTJbgU= +github.com/armon/go-proxyproto v0.1.0 h1:TWWcSsjco7o2itn6r25/5AqKBiWmsiuzsUDLT/MTl7k= +github.com/armon/go-proxyproto v0.1.0/go.mod h1:Xj90dce2VKbHzRAeiVQAMBtj4M5oidoXJ8lmgyW21mw= github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=