1
0
forked from ALHP/ALHP.GO

improved logging; updated deps

This commit is contained in:
2022-12-22 19:52:26 +01:00
parent 4570c2b3f6
commit ba9636cffd
4 changed files with 35 additions and 21 deletions

14
go.mod
View File

@@ -10,7 +10,7 @@ require (
github.com/google/uuid v1.3.0
github.com/jackc/pgx/v4 v4.17.2
github.com/otiai10/copy v1.9.0
github.com/sethvargo/go-retry v0.2.3
github.com/sethvargo/go-retry v0.2.4
github.com/sirupsen/logrus v1.9.0
github.com/wercker/journalhook v0.0.0-20180428041537-5d0a5ae867b3
golang.org/x/sync v0.1.0
@@ -19,7 +19,7 @@ require (
)
require (
ariga.io/atlas v0.8.2 // indirect
ariga.io/atlas v0.8.3 // indirect
github.com/agext/levenshtein v1.2.3 // indirect
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf // indirect
@@ -32,12 +32,12 @@ require (
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgproto3/v2 v2.3.1 // indirect
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
github.com/jackc/pgtype v1.12.0 // indirect
github.com/klauspost/cpuid/v2 v2.2.1 // indirect
github.com/jackc/pgtype v1.13.0 // indirect
github.com/klauspost/cpuid/v2 v2.2.2 // indirect
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
github.com/zclconf/go-cty v1.12.1 // indirect
golang.org/x/crypto v0.3.0 // indirect
golang.org/x/crypto v0.4.0 // indirect
golang.org/x/mod v0.7.0 // indirect
golang.org/x/sys v0.2.0 // indirect
golang.org/x/text v0.4.0 // indirect
golang.org/x/sys v0.3.0 // indirect
golang.org/x/text v0.5.0 // indirect
)