mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-07-04 20:37:44 +00:00
Update dependencies (#1610)
* Update dependencies * Update module to go 1.17
This commit is contained in:
1
vendor/github.com/google/gops/agent/sockopt_unix.go
generated
vendored
1
vendor/github.com/google/gops/agent/sockopt_unix.go
generated
vendored
@ -2,6 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
//go:build !js && !plan9 && !windows
|
||||
// +build !js,!plan9,!windows
|
||||
|
||||
package agent
|
||||
|
1
vendor/github.com/google/gops/agent/sockopt_unsupported.go
generated
vendored
1
vendor/github.com/google/gops/agent/sockopt_unsupported.go
generated
vendored
@ -2,6 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
//go:build (js && wasm) || plan9 || windows
|
||||
// +build js,wasm plan9 windows
|
||||
|
||||
package agent
|
||||
|
Reference in New Issue
Block a user