From bb81c2d675cf4e8296855cb77a8f3cc5ae67a9e8 Mon Sep 17 00:00:00 2001 From: Roman Stepanchuk <114987705+romanst-workato@users.noreply.github.com> Date: Thu, 17 Nov 2022 17:11:41 +0100 Subject: [PATCH] Fix gommap dependency go get fails for specified dependency --- WriteALogPackage/internal/log/index.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WriteALogPackage/internal/log/index.go b/WriteALogPackage/internal/log/index.go index 4a6dbbb..ad0eda6 100644 --- a/WriteALogPackage/internal/log/index.go +++ b/WriteALogPackage/internal/log/index.go @@ -5,7 +5,7 @@ import ( "io" "os" - "github.com/tysontate/gommap" + "github.com/tysonmote/gommap" ) var ( @@ -103,4 +103,4 @@ func (i *index) Write(off uint32, pos uint64) error { func (i *index) Name() string { return i.file.Name() } -// END: name \ No newline at end of file +// END: name