diff --git a/go.mod b/go.mod index ac345bb..67e575d 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/asecurityteam/httpstats -go 1.19 +go 1.26.4 require ( github.com/golang/mock v1.6.0 diff --git a/v2/go.mod b/v2/go.mod index 6cc3f94..e88949a 100644 --- a/v2/go.mod +++ b/v2/go.mod @@ -1,8 +1,6 @@ module github.com/asecurityteam/httpstats/v2 -go 1.23 - -toolchain go1.24.3 +go 1.26.4 require ( github.com/rs/xstats v0.0.0-20170813190920-c67367528e16