Bump up x/net (#125)
diff --git a/adapter/dist/LICENSE b/adapter/dist/LICENSE
index 22a06b2..44fb840 100644
--- a/adapter/dist/LICENSE
+++ b/adapter/dist/LICENSE
@@ -97,7 +97,7 @@
golang.org/x/crypto v0.31.0 BSD-3-Clause
golang.org/x/exp v0.0.0-20240119083558-1b970713d09a BSD-3-Clause
golang.org/x/mod v0.17.0 BSD-3-Clause
- golang.org/x/net v0.25.0 BSD-3-Clause
+ golang.org/x/net v0.33.0 BSD-3-Clause
golang.org/x/oauth2 v0.16.0 BSD-3-Clause
golang.org/x/sync v0.10.0 BSD-3-Clause
golang.org/x/sys v0.28.0 BSD-3-Clause
diff --git a/adapter/dist/licenses/license-golang.org-x-net.txt b/adapter/dist/licenses/license-golang.org-x-net.txt
index 6a66aea..2a7cf70 100644
--- a/adapter/dist/licenses/license-golang.org-x-net.txt
+++ b/adapter/dist/licenses/license-golang.org-x-net.txt
@@ -1,4 +1,4 @@
-Copyright (c) 2009 The Go Authors. All rights reserved.
+Copyright 2009 The Go Authors.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
@@ -10,7 +10,7 @@
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
- * Neither the name of Google Inc. nor the names of its
+ * Neither the name of Google LLC nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
diff --git a/adapter/go.mod b/adapter/go.mod
index 7d0636b..bc3cd7c 100644
--- a/adapter/go.mod
+++ b/adapter/go.mod
@@ -85,7 +85,7 @@
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/exp v0.0.0-20240119083558-1b970713d09a // indirect
golang.org/x/mod v0.17.0 // indirect
- golang.org/x/net v0.25.0 // indirect
+ golang.org/x/net v0.33.0 // indirect
golang.org/x/oauth2 v0.16.0 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/sys v0.28.0 // indirect
diff --git a/adapter/go.sum b/adapter/go.sum
index 2d4befe..8b6bc9f 100644
--- a/adapter/go.sum
+++ b/adapter/go.sum
@@ -762,8 +762,8 @@
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4/go.mod h1:p54w0d4576C0XHj96bSt6lcn1PtDYWL6XObtHCRCNQM=
golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=
golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c=
-golang.org/x/net v0.25.0 h1:d/OCCoBEUq33pjydKrGQhw7IlUPI2Oylr+8qLx49kac=
-golang.org/x/net v0.25.0/go.mod h1:JkAGAh7GEvH74S6FOH42FLoXpXbE/aqXSrIQjXgsiwM=
+golang.org/x/net v0.33.0 h1:74SYHlV8BIgHIFC/LrYkOGIwL19eTYXQ5wc6TBuO36I=
+golang.org/x/net v0.33.0/go.mod h1:HXLR5J+9DxmrqMwG9qjGCxZ+zKXxBru04zlTvWlWuN4=
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
diff --git a/operator/dist/LICENSE b/operator/dist/LICENSE
index 0d83c6d..6e5583a 100644
--- a/operator/dist/LICENSE
+++ b/operator/dist/LICENSE
@@ -236,7 +236,7 @@
github.com/spf13/pflag v1.0.5 BSD-3-Clause
golang.org/x/crypto v0.31.0 BSD-3-Clause
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e BSD-3-Clause
- golang.org/x/net v0.21.0 BSD-3-Clause
+ golang.org/x/net v0.33.0 BSD-3-Clause
golang.org/x/oauth2 v0.12.0 BSD-3-Clause
golang.org/x/sys v0.28.0 BSD-3-Clause
golang.org/x/term v0.27.0 BSD-3-Clause
diff --git a/operator/dist/licenses/license-golang.org-x-net.txt b/operator/dist/licenses/license-golang.org-x-net.txt
index 6a66aea..2a7cf70 100644
--- a/operator/dist/licenses/license-golang.org-x-net.txt
+++ b/operator/dist/licenses/license-golang.org-x-net.txt
@@ -1,4 +1,4 @@
-Copyright (c) 2009 The Go Authors. All rights reserved.
+Copyright 2009 The Go Authors.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
@@ -10,7 +10,7 @@
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
- * Neither the name of Google Inc. nor the names of its
+ * Neither the name of Google LLC nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
diff --git a/operator/go.mod b/operator/go.mod
index c5f3c14..22a4fa0 100644
--- a/operator/go.mod
+++ b/operator/go.mod
@@ -60,7 +60,7 @@
go.uber.org/zap v1.26.0 // indirect
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
- golang.org/x/net v0.21.0 // indirect
+ golang.org/x/net v0.33.0 // indirect
golang.org/x/oauth2 v0.12.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/term v0.27.0 // indirect
diff --git a/operator/go.sum b/operator/go.sum
index 79edca0..fe2657b 100644
--- a/operator/go.sum
+++ b/operator/go.sum
@@ -151,8 +151,8 @@
golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU=
-golang.org/x/net v0.21.0 h1:AQyQV4dYCvJ7vGmJyKki9+PBdyvhkSd8EIx/qb0AYv4=
-golang.org/x/net v0.21.0/go.mod h1:bIjVDfnllIU7BJ2DNgfnXvpSvtn8VRwhlsaeUTyUS44=
+golang.org/x/net v0.33.0 h1:74SYHlV8BIgHIFC/LrYkOGIwL19eTYXQ5wc6TBuO36I=
+golang.org/x/net v0.33.0/go.mod h1:HXLR5J+9DxmrqMwG9qjGCxZ+zKXxBru04zlTvWlWuN4=
golang.org/x/oauth2 v0.12.0 h1:smVPGxink+n1ZI5pkQa8y6fZT0RW0MgCO5bFpepy4B4=
golang.org/x/oauth2 v0.12.0/go.mod h1:A74bZ3aGXgCY0qaIC9Ahg6Lglin4AMAco8cIv9baba4=
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=