diff --git a/go.mod b/go.mod index d6e2346..49422d2 100644 --- a/go.mod +++ b/go.mod @@ -5,8 +5,8 @@ go 1.23 require ( github.com/beevik/ntp v1.4.3 github.com/prometheus/client_golang v1.20.5 - github.com/sapcc/go-api-declarations v1.12.9 - github.com/sapcc/go-bits v0.0.0-20241113133958-a93c0408d3e5 + github.com/sapcc/go-api-declarations v1.13.0 + github.com/sapcc/go-bits v0.0.0-20241121042357-07c9cfcafede go.uber.org/automaxprocs v1.6.0 ) diff --git a/go.sum b/go.sum index 0524bf7..c245ba4 100644 --- a/go.sum +++ b/go.sum @@ -26,10 +26,10 @@ github.com/prometheus/common v0.60.1 h1:FUas6GcOw66yB/73KC+BOZoFJmbo/1pojoILArPA github.com/prometheus/common v0.60.1/go.mod h1:h0LYf1R1deLSKtD4Vdg8gy4RuOvENW2J/h19V5NADQw= github.com/prometheus/procfs v0.15.1 h1:YagwOFzUgYfKKHX6Dr+sHT7km/hxC76UB0learggepc= github.com/prometheus/procfs v0.15.1/go.mod h1:fB45yRUv8NstnjriLhBQLuOUt+WW4BsoGhij/e3PBqk= -github.com/sapcc/go-api-declarations v1.12.9 h1:4CWkt333oQxGnbka1TH4qApC0bxZe+WIBduygEcxiNw= -github.com/sapcc/go-api-declarations v1.12.9/go.mod h1:83R3hTANhuRXt/pXDby37IJetw8l7DG41s33Tp9NXxI= -github.com/sapcc/go-bits v0.0.0-20241113133958-a93c0408d3e5 h1:YFcDGuLjl2vyRoFJhEEDHwY8df7Kz+oWspcldITq7pI= -github.com/sapcc/go-bits v0.0.0-20241113133958-a93c0408d3e5/go.mod h1:P4F8aMHla5I0gRW+eOEYrhM89h3heEg0nypTZZcKoBQ= +github.com/sapcc/go-api-declarations v1.13.0 h1:4ufQUF7rwhLz7kPDVFCkw6CpQ8VeO2clJg4pjwTTpTU= +github.com/sapcc/go-api-declarations v1.13.0/go.mod h1:83R3hTANhuRXt/pXDby37IJetw8l7DG41s33Tp9NXxI= +github.com/sapcc/go-bits v0.0.0-20241121042357-07c9cfcafede h1:+hNPr6U11hZ4mePSIXiCPmHqN/XMxBJ7pvMYtE+LthE= +github.com/sapcc/go-bits v0.0.0-20241121042357-07c9cfcafede/go.mod h1:Fa38gpJczKo2cgyb21f2RkrvqvaFtLXztXyYgTZ7ZVE= github.com/sergi/go-diff v1.3.1 h1:xkr+Oxo4BOQKmkn/B9eMK0g5Kg/983T9DqqPHwYqD+8= github.com/sergi/go-diff v1.3.1/go.mod h1:aMJSSKb2lpPvRNec0+w3fl7LP9IOFzdc9Pa4NFbPK1I= github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg= diff --git a/vendor/modules.txt b/vendor/modules.txt index f100f7b..b4c9546 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -38,10 +38,10 @@ github.com/prometheus/common/model github.com/prometheus/procfs github.com/prometheus/procfs/internal/fs github.com/prometheus/procfs/internal/util -# github.com/sapcc/go-api-declarations v1.12.9 +# github.com/sapcc/go-api-declarations v1.13.0 ## explicit; go 1.21 github.com/sapcc/go-api-declarations/bininfo -# github.com/sapcc/go-bits v0.0.0-20241113133958-a93c0408d3e5 +# github.com/sapcc/go-bits v0.0.0-20241121042357-07c9cfcafede ## explicit; go 1.23 github.com/sapcc/go-bits/httpext github.com/sapcc/go-bits/logg