Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
orzogc committed May 27, 2023
1 parent 9def948 commit cdeb076
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 45 deletions.
33 changes: 17 additions & 16 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,38 +7,38 @@ require (
github.com/PuerkitoBio/goquery v1.8.1
github.com/fsnotify/fsnotify v1.6.0
github.com/gen2brain/beeep v0.0.0-20230307103607-6e717729cb4f
github.com/getlantern/systray v1.2.1
github.com/getlantern/systray v1.2.2
github.com/google/go-cmp v0.5.9
github.com/gorilla/mux v1.8.0
github.com/mattn/go-colorable v0.1.13
github.com/orzogc/acfundanmu v0.0.0-20230407115737-7b64f2d93d38
github.com/rs/cors v1.8.3
github.com/orzogc/acfundanmu v0.0.0-20230424204943-dcaaf8d5a097
github.com/rs/cors v1.9.0
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
github.com/valyala/fasthttp v1.45.0
github.com/valyala/fasthttp v1.47.0
github.com/valyala/fastjson v1.6.4
)

require (
facette.io/natsort v0.0.0-20181210072756-2cd4dd1e2dcb // indirect
github.com/RomiChan/protobuf v0.1.1-0.20230204044148-2ed269a2e54d // indirect
github.com/RomiChan/syncx v0.0.0-20221202055724-5f842c53020e // indirect
github.com/Workiva/go-datastructures v1.0.53 // indirect
github.com/Workiva/go-datastructures v1.1.0 // indirect
github.com/andybalholm/brotli v1.0.5 // indirect
github.com/andybalholm/cascadia v1.3.1 // indirect
github.com/andybalholm/cascadia v1.3.2 // indirect
github.com/fumiama/imgsz v0.0.2 // indirect
github.com/getlantern/context v0.0.0-20220418194847-3d5e7a086201 // indirect
github.com/getlantern/errors v1.0.3 // indirect
github.com/getlantern/golog v0.0.0-20230206140254-6d0a2e0f79af // indirect
github.com/getlantern/golog v0.0.0-20230503153817-8e72de7e0a65 // indirect
github.com/getlantern/hex v0.0.0-20220104173244-ad7e4b9194dc // indirect
github.com/getlantern/hidden v0.0.0-20220104173330-f221c5a24770 // indirect
github.com/getlantern/ops v0.0.0-20220713155959-1315d978fff7 // indirect
github.com/getlantern/ops v0.0.0-20230519221840-1283e026181c // indirect
github.com/go-logr/logr v1.2.4 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-stack/stack v1.8.1 // indirect
github.com/go-toast/toast v0.0.0-20190211030409-01e6764cf0a4 // indirect
github.com/godbus/dbus/v5 v5.1.0 // indirect
github.com/klauspost/compress v1.16.4 // indirect
github.com/mattn/go-isatty v0.0.18 // indirect
github.com/klauspost/compress v1.16.5 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
github.com/orzogc/fastws v1.0.5-0.20220122125748-aa014b776886 // indirect
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c // indirect
Expand All @@ -51,13 +51,14 @@ require (
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
go.opentelemetry.io/otel v1.14.0 // indirect
go.opentelemetry.io/otel/trace v1.14.0 // indirect
go.uber.org/atomic v1.10.0 // indirect
go.opentelemetry.io/otel v1.16.0 // indirect
go.opentelemetry.io/otel/metric v1.16.0 // indirect
go.opentelemetry.io/otel/trace v1.16.0 // indirect
go.uber.org/atomic v1.11.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.24.0 // indirect
golang.org/x/net v0.9.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/sys v0.7.0 // indirect
golang.org/x/net v0.10.0 // indirect
golang.org/x/sync v0.2.0 // indirect
golang.org/x/sys v0.8.0 // indirect
google.golang.org/protobuf v1.30.0 // indirect
)
Loading

0 comments on commit cdeb076

Please sign in to comment.