diff -r db4911b0c721 -r 445e01aede7e vendor/github.com/gorilla/websocket/mask.go --- a/vendor/github.com/gorilla/websocket/mask.go Tue Aug 23 22:33:28 2022 +0200 +++ b/vendor/github.com/gorilla/websocket/mask.go Tue Aug 23 22:39:43 2022 +0200 @@ -2,6 +2,7 @@ // this source code is governed by a BSD-style license that can be found in the // LICENSE file. +//go:build !appengine // +build !appengine package websocket