diff --git a/internal/examples/go.mod b/internal/examples/go.mod index 2aa1ee02801547f55c8ba33f8283c2baee6b7eef..503f57fb8e111bfdab50992f796f8f333fa23798 100644 --- a/internal/examples/go.mod +++ b/internal/examples/go.mod @@ -6,5 +6,5 @@ replace github.com/coder/websocket => ../.. require ( github.com/coder/websocket v0.0.0-00010101000000-000000000000 - golang.org/x/time v0.7.0 + golang.org/x/time v0.9.0 ) diff --git a/internal/examples/go.sum b/internal/examples/go.sum index 60aa8f9aa17070cea73691d967cd1b4bdb41c718..aa0ec267f918903d172f62c18c9d1bbbd7ac7b9a 100644 --- a/internal/examples/go.sum +++ b/internal/examples/go.sum @@ -1,2 +1,2 @@ -golang.org/x/time v0.7.0 h1:ntUhktv3OPE6TgYxXWv9vKvUSJyIFJlyohwbkEwPrKQ= -golang.org/x/time v0.7.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM= +golang.org/x/time v0.9.0 h1:EsRrnYcQiGH+5FfbgvV4AP7qEZstoyrHB0DzarOQ4ZY= +golang.org/x/time v0.9.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=