From f2e5bedea6fb93fbbf68ed8f7153c353cc57a9f0 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Fri, 10 Sep 2021 14:42:14 +0200 Subject: migrate go version to 1.17 (#203) * migrate go version to 1.17 * update contributing --- vendor/modernc.org/mathutil/go.mod | 5 ----- vendor/modernc.org/mathutil/go.sum | 2 -- 2 files changed, 7 deletions(-) delete mode 100644 vendor/modernc.org/mathutil/go.mod delete mode 100644 vendor/modernc.org/mathutil/go.sum (limited to 'vendor/modernc.org/mathutil') diff --git a/vendor/modernc.org/mathutil/go.mod b/vendor/modernc.org/mathutil/go.mod deleted file mode 100644 index c3a9ba65e..000000000 --- a/vendor/modernc.org/mathutil/go.mod +++ /dev/null @@ -1,5 +0,0 @@ -module modernc.org/mathutil - -go 1.13 - -require github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 diff --git a/vendor/modernc.org/mathutil/go.sum b/vendor/modernc.org/mathutil/go.sum deleted file mode 100644 index 8b1a4f269..000000000 --- a/vendor/modernc.org/mathutil/go.sum +++ /dev/null @@ -1,2 +0,0 @@ -github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 h1:OdAsTTz6OkFY5QxjkYwrChwuRruF69c169dPK26NUlk= -github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0/go.mod h1:qqbHyh8v60DhA7CoWK5oRCqLrMHRGoxYCSS9EjAz6Eo= -- cgit v1.2.3