From 217584ceb3dd5c45c59dd6942fa19204dbeccad9 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Mon, 9 Jan 2023 02:16:26 +0900 Subject: [PATCH] bug fix: unexpected 'replace' in go.mod --- go.mod | 2 -- 1 file changed, 2 deletions(-) diff --git a/go.mod b/go.mod index 295858e02..7649fa864 100644 --- a/go.mod +++ b/go.mod @@ -24,5 +24,3 @@ require ( golang.org/x/mod v0.7.0 // indirect golang.org/x/text v0.6.0 // indirect ) - -replace github.com/hajimehoshi/oto/v2 => ../oto