1
0
forked from ALHP/ALHP.GO

updated deps; added faq entry for delayed package updates

This commit is contained in:
2023-06-29 17:41:35 +02:00
parent b83c0ecfc8
commit ea9c91bd92
3 changed files with 29 additions and 15 deletions

10
go.mod
View File

@@ -10,7 +10,7 @@ require (
github.com/c2h5oh/datasize v0.0.0-20220606134207-859f65c6625b
github.com/google/uuid v1.3.0
github.com/jackc/pgx/v4 v4.18.1
github.com/otiai10/copy v1.11.0
github.com/otiai10/copy v1.12.0
github.com/sethvargo/go-retry v0.2.4
github.com/sirupsen/logrus v1.9.3
github.com/wercker/journalhook v0.0.0-20180428041537-5d0a5ae867b3
@@ -34,8 +34,8 @@ require (
github.com/jackc/pgtype v1.14.0 // indirect
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
github.com/zclconf/go-cty v1.13.2 // indirect
golang.org/x/crypto v0.9.0 // indirect
golang.org/x/mod v0.10.0 // indirect
golang.org/x/sys v0.8.0 // indirect
golang.org/x/text v0.9.0 // indirect
golang.org/x/crypto v0.10.0 // indirect
golang.org/x/mod v0.11.0 // indirect
golang.org/x/sys v0.9.0 // indirect
golang.org/x/text v0.10.0 // indirect
)