Skip to content

Commit

Permalink
chore(deps): upgrade node/go deps
Browse files Browse the repository at this point in the history
Signed-off-by: Liam Stanley <[email protected]>
  • Loading branch information
lrstanley committed Dec 17, 2022
1 parent a1f8dba commit db628c5
Show file tree
Hide file tree
Showing 4 changed files with 1,020 additions and 1,065 deletions.
35 changes: 21 additions & 14 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,27 @@ go 1.18
require (
github.com/apex/log v1.9.0
github.com/bluele/gcache v0.0.2
github.com/go-chi/chi/v5 v5.0.7
github.com/go-chi/chi/v5 v5.0.8
github.com/go-chi/cors v1.2.1
github.com/lrstanley/chix v0.0.0-20220905152744-9e3b5cbca59c
github.com/lrstanley/clix v0.0.0-20220829163403-8f716406f9d5
github.com/lrstanley/chix v0.0.0-20221212172546-acd20cca76ba
github.com/lrstanley/clix v0.0.0-20220918173828-afa1308b68ae
github.com/lrstanley/go-bogon v0.0.0-20220507183221-362a880cf97b
github.com/lrstanley/go-sempool v0.0.0-20220507183223-1b08ce19f0b9
github.com/oschwald/maxminddb-golang v1.10.0
github.com/puzpuzpuz/xsync v1.4.3
github.com/puzpuzpuz/xsync v1.5.2
github.com/sethvargo/go-limiter v0.7.2
golang.org/x/exp v0.0.0-20220827204233-334a2380cb91
golang.org/x/exp v0.0.0-20221215174704-0915cd710c24
)

require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/go-logfmt/logfmt v0.5.1 // indirect
github.com/go-playground/form/v4 v4.2.0 // indirect
github.com/go-playground/locales v0.14.0 // indirect
github.com/go-playground/universal-translator v0.18.0 // indirect
github.com/go-playground/validator/v10 v10.11.0 // indirect
github.com/go-playground/validator/v10 v10.11.1 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/gookit/color v1.5.2 // indirect
github.com/gorilla/mux v1.8.0 // indirect
Expand All @@ -32,17 +34,22 @@ require (
github.com/jessevdk/go-flags v1.5.0 // indirect
github.com/joho/godotenv v1.4.0 // indirect
github.com/leodido/go-urn v1.2.1 // indirect
github.com/markbates/goth v1.73.0 // indirect
github.com/markbates/goth v1.75.2 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90 // indirect
golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b // indirect
golang.org/x/oauth2 v0.0.0-20220822191816-0ebed06d0094 // indirect
golang.org/x/sync v0.0.0-20220819030929-7fc1605a5dde // indirect
golang.org/x/sys v0.0.0-20220829200755-d48e67d00261 // indirect
golang.org/x/text v0.3.7 // indirect
github.com/prometheus/client_golang v1.14.0 // indirect
github.com/prometheus/client_model v0.3.0 // indirect
github.com/prometheus/common v0.39.0 // indirect
github.com/prometheus/procfs v0.8.0 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
golang.org/x/crypto v0.4.0 // indirect
golang.org/x/net v0.4.0 // indirect
golang.org/x/oauth2 v0.3.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/sys v0.3.0 // indirect
golang.org/x/text v0.5.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.28.1 // indirect
)
Loading

0 comments on commit db628c5

Please sign in to comment.