diff --git a/dev.dockerfile b/dev.dockerfile index 55413d0..37794c6 100644 --- a/dev.dockerfile +++ b/dev.dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21 +FROM golang:1.22 WORKDIR /app COPY . /app/ diff --git a/dockerfile b/dockerfile index ac7c7af..c9e241f 100644 --- a/dockerfile +++ b/dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21 +FROM golang:1.22 WORKDIR /app COPY . /app/ diff --git a/go.mod b/go.mod index 2cbbf4e..8cc989b 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module ccinvoice -go 1.21.3 +go 1.22 require ( github.com/SebastiaanKlippert/go-wkhtmltopdf v1.9.2 @@ -8,6 +8,7 @@ require ( github.com/gofiber/fiber/v2 v2.52.0 github.com/gofiber/template/html/v2 v2.1.0 github.com/joho/godotenv v1.5.1 + github.com/tursodatabase/libsql-client-go v0.0.0-20240130154219-693ad24d6659 modernc.org/sqlite v1.28.0 ) @@ -26,7 +27,6 @@ require ( github.com/mattn/go-runewidth v0.0.15 // indirect github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect github.com/rivo/uniseg v0.2.0 // indirect - github.com/tursodatabase/libsql-client-go v0.0.0-20231216154754-8383a53d618f github.com/valyala/bytebufferpool v1.0.0 // indirect github.com/valyala/fasthttp v1.51.0 // indirect github.com/valyala/tcplisten v1.0.0 // indirect diff --git a/go.sum b/go.sum index 84f3ec0..96b7a3a 100644 --- a/go.sum +++ b/go.sum @@ -90,8 +90,8 @@ github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UV github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk= github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= -github.com/tursodatabase/libsql-client-go v0.0.0-20231216154754-8383a53d618f h1:teZ0Pj1Wp3Wk0JObKBiKZqgxhYwLeJhVAyj6DRgmQtY= -github.com/tursodatabase/libsql-client-go v0.0.0-20231216154754-8383a53d618f/go.mod h1:UMde0InJz9I0Le/1YIR4xsB0E2vb01MrDY6k/eNdfkg= +github.com/tursodatabase/libsql-client-go v0.0.0-20240130154219-693ad24d6659 h1:YaDeueen2EhbV04FMoNG6Kkrk8BgY72tNwmrL0ogW/M= +github.com/tursodatabase/libsql-client-go v0.0.0-20240130154219-693ad24d6659/go.mod h1:UMde0InJz9I0Le/1YIR4xsB0E2vb01MrDY6k/eNdfkg= github.com/ugorji/go v1.1.7 h1:/68gy2h+1mWMrwZFeD1kQialdSzAb432dtpeJ42ovdo= github.com/ugorji/go v1.1.7/go.mod h1:kZn38zHttfInRq0xu/PH0az30d+z6vm202qpg1oXVMw= github.com/ugorji/go/codec v1.1.7 h1:2SvQaVZ1ouYrrKKwoSk2pzd4A9evlKJb9oTL+OaLUSs=