diff options
author | 2021-09-10 14:42:14 +0200 | |
---|---|---|
committer | 2021-09-10 14:42:14 +0200 | |
commit | f2e5bedea6fb93fbbf68ed8f7153c353cc57a9f0 (patch) | |
tree | 475ae9e7470d0df670ab2a59dce351cd1d07498a /vendor/modernc.org/strutil | |
parent | fixes + db changes (#204) (diff) | |
download | gotosocial-f2e5bedea6fb93fbbf68ed8f7153c353cc57a9f0.tar.xz |
migrate go version to 1.17 (#203)
* migrate go version to 1.17
* update contributing
Diffstat (limited to 'vendor/modernc.org/strutil')
-rw-r--r-- | vendor/modernc.org/strutil/go.mod | 5 | ||||
-rw-r--r-- | vendor/modernc.org/strutil/go.sum | 4 |
2 files changed, 0 insertions, 9 deletions
diff --git a/vendor/modernc.org/strutil/go.mod b/vendor/modernc.org/strutil/go.mod deleted file mode 100644 index 69779cd33..000000000 --- a/vendor/modernc.org/strutil/go.mod +++ /dev/null @@ -1,5 +0,0 @@ -module modernc.org/strutil - -go 1.15 - -require modernc.org/mathutil v1.2.2 diff --git a/vendor/modernc.org/strutil/go.sum b/vendor/modernc.org/strutil/go.sum deleted file mode 100644 index 4a77415b2..000000000 --- a/vendor/modernc.org/strutil/go.sum +++ /dev/null @@ -1,4 +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= -modernc.org/mathutil v1.2.2 h1:+yFk8hBprV+4c0U9GjFtL+dV3N8hOJ8JCituQcMShFY= -modernc.org/mathutil v1.2.2/go.mod h1:mZW8CKdRPY1v87qxC/wUdX5O1qDzXMP5TH3wjfpga6E= |