summaryrefslogtreecommitdiffstats
path: root/vendor/modernc.org/sqlite/norlimit.go
diff options
context:
space:
mode:
authorWim <wim@42.be>2022-08-13 16:14:26 +0200
committerGitHub <noreply@github.com>2022-08-13 16:14:26 +0200
commit6a3fc713978a0c1c9290a4afd08b47886b49b635 (patch)
treeaa62cd85cf5671646c75ee38b3fc140ef7edcea8 /vendor/modernc.org/sqlite/norlimit.go
parent3c4192ebf6a32e30cdd23a9644c2ceca72a006fa (diff)
downloadmatterbridge-msglm-6a3fc713978a0c1c9290a4afd08b47886b49b635.tar.gz
matterbridge-msglm-6a3fc713978a0c1c9290a4afd08b47886b49b635.tar.bz2
matterbridge-msglm-6a3fc713978a0c1c9290a4afd08b47886b49b635.zip
Update dependencies and go1.18 (#1873)
* Update dependencies and go1.18 * Exclude unnecessary linters and update build to go1.18
Diffstat (limited to 'vendor/modernc.org/sqlite/norlimit.go')
-rw-r--r--vendor/modernc.org/sqlite/norlimit.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/modernc.org/sqlite/norlimit.go b/vendor/modernc.org/sqlite/norlimit.go
index 4d81a0f9..52d31392 100644
--- a/vendor/modernc.org/sqlite/norlimit.go
+++ b/vendor/modernc.org/sqlite/norlimit.go
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-//go:build !freebsd && !ppc64le
-// +build !freebsd,!ppc64le
+//go:build windows
+// +build windows
package sqlite // import "modernc.org/sqlite"