diff --git a/go.mod b/go.mod index 4c98199..58f6de2 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module random-api-go go 1.23 -require golang.org/x/time v0.8.0 +require golang.org/x/time v0.9.0 diff --git a/go.sum b/go.sum index d06eb41..aa0ec26 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -golang.org/x/time v0.8.0 h1:9i3RxcPv3PZnitoVGMPDKZSq1xW1gK1Xy3ArNOGZfEg= -golang.org/x/time v0.8.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=