diff --git a/go.mod b/go.mod index 133a57a..5498796 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module github.com/sunshineplan/node go 1.21.0 -require golang.org/x/net v0.15.0 +require golang.org/x/net v0.16.0 diff --git a/go.sum b/go.sum index 9746d02..19cc408 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -golang.org/x/net v0.15.0 h1:ugBLEUaxABaB5AJqW9enI0ACdci2RUd4eP51NTBvuJ8= -golang.org/x/net v0.15.0/go.mod h1:idbUs1IY1+zTqbi8yxTbhexhEEk5ur9LInksu6HrEpk= +golang.org/x/net v0.16.0 h1:7eBu7KsSvFDtSXUIDbh3aqlK4DPsZ1rByC8PFfBThos= +golang.org/x/net v0.16.0/go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE=