diff --git a/LICENSE b/LICENSE index 1b96057..14b035e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015-2022 Kenneth Shaw +Copyright (c) 2015-2023 Kenneth Shaw Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/go.mod b/go.mod index 638e669..2e9afc3 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ module github.com/chromedp/omahaproxy -go 1.19 +go 1.20 -require github.com/kenshaw/httplog v0.4.1 +require github.com/kenshaw/httplog v0.4.2 diff --git a/go.sum b/go.sum index f2159a4..79c0393 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -github.com/kenshaw/httplog v0.4.1 h1:ohhKV1+ECoRcvSFyF5juxlcU22ygr656zlWL7eB5Yew= -github.com/kenshaw/httplog v0.4.1/go.mod h1:HJ2a5lJD2G4ZKtlDeM0ZKt4HiK3Yz+Lc/zzHDsPv4ss= +github.com/kenshaw/httplog v0.4.2 h1:Qw/IDzAYY4xjWbWem7TLA5XGOOypXBvA+XLt20QSME8= +github.com/kenshaw/httplog v0.4.2/go.mod h1:4nLFROmXyILSgXwWTq/+5GwwQe8N4+RoUobEjcuKoro=