From cbe84a48d8d972d99051cf0d95b216d87f611575 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Aug 2022 23:23:20 +0000 Subject: [PATCH] Bump github.com/sandertv/gophertunnel from 1.23.0 to 1.24.0 Bumps [github.com/sandertv/gophertunnel](https://github.com/sandertv/gophertunnel) from 1.23.0 to 1.24.0. - [Release notes](https://github.com/sandertv/gophertunnel/releases) - [Commits](https://github.com/sandertv/gophertunnel/compare/v1.23.0...v1.24.0) --- updated-dependencies: - dependency-name: github.com/sandertv/gophertunnel 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 e3142fd..a6f6f8e 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/fsnotify/fsnotify v1.5.4 github.com/icza/bitio v1.1.0 github.com/pelletier/go-toml v1.9.5 - github.com/sandertv/gophertunnel v1.23.0 + github.com/sandertv/gophertunnel v1.24.0 github.com/sirupsen/logrus v1.9.0 golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 ) diff --git a/go.sum b/go.sum index e3b2e1a..0c0e13e 100644 --- a/go.sum +++ b/go.sum @@ -129,8 +129,8 @@ github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1: github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= github.com/sandertv/go-raknet v1.11.1 h1:0auvhHoZNyC/Z1l5xqniE3JE+w3MGO3n3JXEGHzdlRE= github.com/sandertv/go-raknet v1.11.1/go.mod h1:Gx+WgZBMQ0V2UoouGoJ8Wj6CDrMBQ4SB2F/ggpl5/+Y= -github.com/sandertv/gophertunnel v1.23.0 h1:Tu/ea1KyuIpAJHs9FgI1XRcZAhGqxKWarosPBU90mE4= -github.com/sandertv/gophertunnel v1.23.0/go.mod h1:dMOw79FHxr2azEqiGH20AwdljisAN1kqwu5SjPBnZ5k= +github.com/sandertv/gophertunnel v1.24.0 h1:TPxUJtBHeh3hRNQciAoKFcWa6FB8iyB3FqN8+sx4dh4= +github.com/sandertv/gophertunnel v1.24.0/go.mod h1:dMOw79FHxr2azEqiGH20AwdljisAN1kqwu5SjPBnZ5k= github.com/sirupsen/logrus v1.9.0 h1:trlNQbNUG3OdDrDil03MCb1H2o9nJ1x4/5LYw7byDE0= github.com/sirupsen/logrus v1.9.0/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=