Skip to content

Commit

Permalink
Implement new error version + add api link on the homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
reindert-vetter committed Mar 7, 2022
1 parent 1b1ad83 commit ee166ec
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 57 deletions.
24 changes: 12 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.17
require (
github.com/confetti-framework/contract v0.3.0
github.com/confetti-framework/errors v0.12.0
github.com/confetti-framework/foundation v0.12.1
github.com/confetti-framework/foundation v0.13.0
github.com/confetti-framework/support v0.5.1
github.com/confetti-framework/syslog v0.1.1
github.com/confetti-framework/validation v0.1.0
Expand All @@ -19,31 +19,31 @@ require (
github.com/google/uuid v1.3.0 // indirect
github.com/gorilla/mux v1.8.0 // indirect
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
github.com/jackc/pgconn v1.10.0 // indirect
github.com/jackc/pgconn v1.11.0 // indirect
github.com/jackc/pgio v1.0.0 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgproto3/v2 v2.1.1 // indirect
github.com/jackc/pgproto3/v2 v2.2.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
github.com/jackc/pgtype v1.8.1 // indirect
github.com/jackc/pgx/v4 v4.13.0 // indirect
github.com/jedib0t/go-pretty/v6 v6.2.4 // indirect
github.com/jackc/pgtype v1.10.0 // indirect
github.com/jackc/pgx/v4 v4.15.0 // indirect
github.com/jedib0t/go-pretty/v6 v6.2.7 // indirect
github.com/joho/godotenv v1.4.0 // indirect
github.com/manifoldco/promptui v0.9.0 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/motemen/go-quickfix v0.0.0-20210528191040-5ef99de20668 // indirect
github.com/peterh/liner v1.2.1 // indirect
github.com/peterh/liner v1.2.2 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/schollz/progressbar/v3 v3.8.3 // indirect
github.com/schollz/progressbar/v3 v3.8.6 // indirect
github.com/spf13/cast v1.4.1 // indirect
github.com/tidwall/gjson v1.11.0 // indirect
github.com/tidwall/gjson v1.14.0 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
github.com/vigneshuvi/GoDateFormat v0.0.0-20210204121036-67364dc23c79 // indirect
golang.org/x/crypto v0.0.0-20211117183948-ae814b36b871 // indirect
golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect
golang.org/x/mod v0.5.1 // indirect
golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1 // indirect
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
golang.org/x/tools v0.1.7 // indirect
golang.org/x/tools v0.1.9 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)
Loading

0 comments on commit ee166ec

Please sign in to comment.