mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-23 19:49:13 +02:00
Replace usages of x/exp/maps + bump golang.org/x/exp (#5221)
Bump golang.org/x/exp; replace usages of x/exp/maps with stdlib equivalents
This commit is contained in:
parent
c8d0c87c17
commit
332932b7a8
9 changed files with 126 additions and 118 deletions
|
@ -1,6 +1,6 @@
|
|||
package config
|
||||
|
||||
import "golang.org/x/exp/maps"
|
||||
import "maps"
|
||||
|
||||
var (
|
||||
// RuntimeFlagGRPCDatabrokerKeepalive enables gRPC keepalive to the databroker service
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue